(form1099)
- download - Downloads a form 1099 PDF for a collaborator
Downloads a form 1099 PDF for a collaborator
import wingspan
from wingspan.models import operations
s = wingspan.Wingspan()
res = s.form1099.download(id='optical', index='Dakota', year='infrastructures')
if res.download1099_response is not None:
# handle response
pass
Parameter | Type | Required | Description |
---|---|---|---|
id |
str | ✔️ | Unique identifier |
index |
str | ✔️ | Index |
year |
str | ✔️ | Year |