Generate a 1099 form [DEMO]
POST {{baseUrl}}/v1/sandbox/generate_1099
🚧 Demo action
This action is only available in the Demo environment
Generates a 1099 document for testing purposes.
scope: contractors:write
Request Body
{"contractor_id"=>"<string>", "year"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"year":2022,"quarter":null,"contractor_uuid":"b68484a9-4487-4ee5-bafc-4245133a426c","uuid":"29afb141-2256-431d-90e0-1c7344222342","name":"US_1099","title":"Form 1099: 2022","description":"Form 1099 records your annual income as a contractor.","draft":false,"requires_signing":false}