POST api/Holidays
Request Information
URI Parameters
None.
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-13T06:14:17.7394431+00:00",
"DIV_ID": 4,
"OLD": 1
}
application/octet-stream
Sample:
{"ID":1,"DESCRIPTION":"sample string 2","DATE":"2026-01-13T06:14:17.7394431+00:00","DIV_ID":4,"OLD":1}
application/xml, text/xml
Sample:
<Holiday xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ID>1</ID> <DESCRIPTION>sample string 2</DESCRIPTION> <DATE>2026-01-13T06:14:17.7394431+00:00</DATE> <DIV_ID>4</DIV_ID> <OLD>1</OLD> </Holiday>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Holiday| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DESCRIPTION | string |
None. |
|
| DATE | date |
None. |
|
| DIV_ID | integer |
None. |
|
| OLD | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DESCRIPTION": "sample string 2",
"DATE": "2026-01-13T06:14:17.7394431+00:00",
"DIV_ID": 4,
"OLD": 1
}
application/octet-stream
Sample:
{"ID":1,"DESCRIPTION":"sample string 2","DATE":"2026-01-13T06:14:17.7394431+00:00","DIV_ID":4,"OLD":1}
application/xml, text/xml
Sample:
<Holiday xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ID>1</ID> <DESCRIPTION>sample string 2</DESCRIPTION> <DATE>2026-01-13T06:14:17.7394431+00:00</DATE> <DIV_ID>4</DIV_ID> <OLD>1</OLD> </Holiday>