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": "c59040c1-8dfb-4fc6-8f08-93663117b47e",
"ContactID": "d4fcd640-0e1f-4b26-a19a-8c0a7d8304bb",
"StartDate": "2026-02-14T14:09:19.044336+00:00",
"EndDate": "2026-02-14T14:09:19.044336+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.