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": "336f35ff-feda-4521-8cd3-662240e97312",
"ContactID": "7a2fbe3c-f632-4aa6-909c-a0ddcaa56089",
"StartDate": "2025-12-14T21:47:29.1340676+00:00",
"EndDate": "2025-12-14T21:47:29.1340676+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.