Sign a company form
PUT {{baseUrl}}/v1/forms/:form_id/sign
Sign a company form. Company forms must be signed by the company signatory.
scope: company_forms:sign
Request Body
{"signature_text"=>"<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":"48cdd5ec-a4dd-4840-a424-ad79f38d8408","name":"company_direct_deposit","title":"Direct Deposit Authorization","description":"We need you to sign paperwork to authorize us to debit and credit your bank account and file and pay your taxes.","draft":false,"requires_signing":true}