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": "bdec1678-0d5e-4b22-9ea6-e1861de8b4fa",
"ContactID": "2aa47b38-da20-4114-81c1-ba0430b75ddb",
"StartDate": "2026-02-04T05:26:17.5039639+00:00",
"EndDate": "2026-02-04T05:26:17.5039639+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.