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": "cfba5bed-a016-416f-bbd9-c9cc1831b985",
  "ContactID": "2fd95b4b-a9fc-4360-bf82-3e6ccff10a2b",
  "StartDate": "2026-04-20T09:57:32.1721625+00:00",
  "EndDate": "2026-04-20T09:57:32.1721625+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.