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": "82d8b783-3f89-40e5-b862-008475bcb956",
"ContactID": "7ec8424b-c797-4137-8b1b-27490af34a09",
"StartDate": "2026-03-11T11:54:29.9077505+00:00",
"EndDate": "2026-03-11T11:54:29.9077505+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.