POST Application/PostContactLeaves
Request Information
URI Parameters
None.
Body Parameters
ContactLeave| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ContactID | globally unique identifier |
Required |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "84f20400-ba7e-4897-aee4-8c77196d353d",
"contactID": "7fdbfb5d-f158-43f0-be2c-509c78e39bec",
"startDate": "2026-06-12T22:59:57.3228406+00:00",
"endDate": "2026-06-12T22:59:57.3228406+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.