POST api/out-of-office/update
Request Information
URI Parameters
None.
Body Parameters
OutOfOfficeUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| AssignTT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"status": 1,
"dateFrom": "2026-02-04T00:15:19.3517093-08:00",
"dateTo": "2026-02-04T00:15:19.3517093-08:00",
"assignTT": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.