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": "58c17023-4c3f-49b9-8804-bfa88d100c76",
"ContactID": "c17e9b01-0f6e-4062-80a5-8405037bd830",
"StartDate": "2025-12-14T21:47:52.2049485+00:00",
"EndDate": "2025-12-14T21:47:52.2049485+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.