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": "c7ad2a67-4082-4ed4-ac24-68d85fdc45db",
  "ContactID": "31d5b898-8d51-4a90-a6e7-04abfed25fc5",
  "StartDate": "2026-06-29T02:59:58.7451656+00:00",
  "EndDate": "2026-06-29T02:59:58.7451656+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.