latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Work Permits

Sign a work permit

post/workPermits/{id}/sign

Path parameters

idinteger required

ID of the id

Query parameters

skipWebhookboolean

Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks

Request body

externalLinkUuidstring required

Global UUID of the External Link used to sign the Work Permit

signerNamestring required

Name of the signer when using an External Link

Example request

{
  "externalLinkUuid": "2042e4f1-751d-4314-be8a-36a44f32b659",
  "signerName": "John Doe"
}

Response

Successfully signed work permit

successboolean required

Example response

{
  "success": true
}