PUT Application/PutContactLeave
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": "11e81c52-ffe6-449b-9653-0fa4dc52a1b5",
"ContactID": "75116a8f-4ba6-49aa-8690-efc037a0fd1a",
"StartDate": "2025-12-05T09:28:36.471631+00:00",
"EndDate": "2025-12-05T09:28:36.471631+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.