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": "53161ec6-2def-4c6d-9232-a5106c50b02f",
  "ContactID": "ea0fdfd5-1c4e-4b84-9b41-eb44efa3313b",
  "StartDate": "2026-05-06T11:52:19.2750193+00:00",
  "EndDate": "2026-05-06T11:52:19.2750193+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.