Sign an employee form

PUT {{baseUrl}}/v1/employees/:employee_id/forms/:form_id/sign

Sign an employee form

scope: employee_forms:sign

Request Body

{"signature_text"=>"<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;48cdd5ec-a4dd-4840-a424-ad79f38d8408&quot;,&quot;name&quot;:&quot;company_direct_deposit&quot;,&quot;title&quot;:&quot;Direct Deposit Authorization&quot;,&quot;description&quot;:&quot;We need you to sign paperwork to authorize us to debit and credit your bank account and file and pay your taxes.&quot;,&quot;draft&quot;:false,&quot;requires_signing&quot;:true}