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": "8a56ed15-590f-482b-9435-eafa8b314c42",
  "ContactID": "508a01f5-ef4f-495a-a088-112a15a8a170",
  "StartDate": "2025-12-05T09:28:36.5809384+00:00",
  "EndDate": "2025-12-05T09:28:36.5809384+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.