PUT api/Holidays/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Holiday| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DESCRIPTION | string |
None. |
|
| DATE | date |
None. |
|
| DIV_ID | integer |
None. |
|
| OLD | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"DESCRIPTION": "sample string 2",
"DATE": "2026-01-13T04:53:28.6205309+00:00",
"DIV_ID": 4,
"OLD": 1
}
application/octet-stream
Sample:
{"ID":1,"DESCRIPTION":"sample string 2","DATE":"2026-01-13T04:53:28.6205309+00:00","DIV_ID":4,"OLD":1}
application/xml, text/xml
Sample:
<Holiday xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <DESCRIPTION>sample string 2</DESCRIPTION> <DATE>2026-01-13T04:53:28.6205309+00:00</DATE> <DIV_ID>4</DIV_ID> <OLD>1</OLD> </Holiday>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.