Update Absence Request
PUT {{base_url}}/AbsenceRequests/AbsenceRequests
Use this endpoint to create an absence request with multiple entries.
Request Body
[{"name"=>"Comments", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"MasterPKey", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"RequestedBy", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"AccrualCode", "value"=>"{{integer}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |