PUT Application/PutContactLeaves
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "50a7745f-5fe8-4240-b0a1-9526e302feee",
"ContactID": "45a040ad-c27f-4e81-95ca-0f133b508c95",
"StartDate": "2026-02-14T11:37:40.020728+00:00",
"EndDate": "2026-02-14T11:37:40.020728+00:00"
},
{
"$ref": "1"
}
]
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.