DELETE Application/DeleteContactLeave

Request Information

URI Parameters

None.

Body Parameters

ContactLeave
NameDescriptionTypeAdditional 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": "dccf1eaf-41a3-423f-9601-453b2b58abcf",
  "ContactID": "4ae8ea84-a872-4aee-86ff-ce543194f5fa",
  "StartDate": "2025-12-14T21:47:27.5239317+00:00",
  "EndDate": "2025-12-14T21:47:27.5239317+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.