DELETE Application/DeleteContactLeave
Request Information
URI Parameters
None.
Body Parameters
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": "e12c68ba-afec-42da-88ae-2a162b495ffc", "ContactID": "ca3a542f-36a7-4725-bd51-a5f3a27423d8", "StartDate": "2025-09-05T20:09:29.764269+00:00", "EndDate": "2025-09-05T20:09:29.764269+00:00" }
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.