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": "c81ae9ed-5313-44bf-b1b1-4d36f8ce15c2",
  "ContactID": "b558bec8-e5d8-45ba-8e51-34a443a17270",
  "StartDate": "2026-02-04T05:26:18.4102241+00:00",
  "EndDate": "2026-02-04T05:26:18.4102241+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.