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": "153f81c2-62fd-4fa6-b7af-c384d423ccbd",
  "ContactID": "85a4054b-bcb5-4084-8fb6-45f6d36ed64c",
  "StartDate": "2026-06-06T23:42:55.0180555+00:00",
  "EndDate": "2026-06-06T23:42:55.0180555+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.