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
Example request
{
"externalLinkUuid": "2042e4f1-751d-4314-be8a-36a44f32b659",
"signerName": "John Doe"
}Response
Successfully signed work permit
Example response
{
"success": true
}