POST Application/PostContactLeaves
Request Information
URI Parameters
None.
Body Parameters
ContactLeaveName | 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": "e153f031-6b0d-487f-b286-1cdd62f3c67a", "ContactID": "f805cae2-2960-4e75-adbc-b7f0efbf4368", "StartDate": "2025-09-05T20:06:48.239644+00:00", "EndDate": "2025-09-05T20:06:48.239644+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.