PUT Application/PutContactLeave

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": "d78df36d-5733-4dc6-8510-ef62739a7fae",
  "contactID": "0cb5a815-bf63-4d3a-9387-be470f48f284",
  "startDate": "2026-06-20T19:07:31.7839791+00:00",
  "endDate": "2026-06-20T19:07:31.7839791+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.

Response

ServiceItem

None.

LatestDataTimestampUtc

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.