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": "03c5b14d-2e89-4f68-b129-7112f0c0c350",
"ContactID": "96c8a553-2c30-4781-b4ff-5b8cae6b0f57",
"StartDate": "2026-04-20T09:59:09.4706971+00:00",
"EndDate": "2026-04-20T09:59:09.4706971+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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.