Sign a contractor document
PUT {{baseUrl}}/v1/documents/:document_uuid/sign
Sign a contractor document.
scope: contractor_documents:write
Request Body
{"fields"=>[{"key"=>"<string>", "value"=>"<string>"}, {"key"=>"<string>", "value"=>"<string>"}], "agree"=>"<boolean>", "signed_by_ip_address"=>"<string>"}
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
{"uuid":"e83b3c20-dc4f-4382-bee3-b478fc42c68b","title":"Taxpayer Identification (Form W-9)","name":"taxpayer_identification_form_w_9","recipient_type":"Contractor","recipient_uuid":"f079c253-29e2-45e2-b384-2cc615c9c568","signed_at":"2024-09-03T16:39:22.000-07:00","description":"Form W-9, Request for Taxpayer Identification Number and Certification","requires_signing":false,"draft":false,"year":null,"quarter":null}