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

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;uuid&quot;:&quot;e83b3c20-dc4f-4382-bee3-b478fc42c68b&quot;,&quot;title&quot;:&quot;Taxpayer Identification (Form W-9)&quot;,&quot;name&quot;:&quot;taxpayer_identification_form_w_9&quot;,&quot;recipient_type&quot;:&quot;Contractor&quot;,&quot;recipient_uuid&quot;:&quot;f079c253-29e2-45e2-b384-2cc615c9c568&quot;,&quot;signed_at&quot;:&quot;2024-09-03T16:39:22.000-07:00&quot;,&quot;description&quot;:&quot;Form W-9, Request for Taxpayer Identification Number and Certification&quot;,&quot;requires_signing&quot;:false,&quot;draft&quot;:false,&quot;year&quot;:null,&quot;quarter&quot;:null}