PUT Application/PutContactLeaves
Request Information
URI Parameters
None.
Body Parameters
Collection of ContactLeaveName | 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": "beda9e17-7b0a-4d39-ad9a-84730ecef6ff", "ContactID": "cccdad86-a217-4c28-a0b6-836fe790e058", "StartDate": "2025-09-05T20:10:39.677866+00:00", "EndDate": "2025-09-05T20:10:39.677866+00:00" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.