Out of Office
Update Out of Office
Endpoint to update a specific out_of_office.
put/business/v2/employees/out-of-office/{out_of_office_id}
Path parameters
out_of_office_idstring required
The out_of_office ID .
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Headers
X-Soldo-Fingerprintstring required
Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.
Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required
Advanced authentication: Signature of the X-Soldo-Fingerprint.
Example:{{fingerprint_signature}}
Request body
Example request
{
"request_timestamp": 1576850500000,
"delegate_id": "XMPL1234-000002",
"from_date": "2020-04-06",
"to_date": "2020-04-06"
}Response
The returned resource is a single out_of_office.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"delegator_id": "XMPL1234-000001",
"delegate_id": "XMPL1234-000002",
"from_date": "2025-03-05",
"to_date": "2025-03-07"
}