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": "9e4e83a4-97e2-49ea-ab6c-73c15cbfc57c",
  "contactID": "fed24305-5ec2-4299-8db2-e6b8728b3c43",
  "startDate": "2026-06-12T23:00:39.5495369+00:00",
  "endDate": "2026-06-12T23:00:39.5495369+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.