POST Application/PostPublicHolidays
Request Information
URI Parameters
None.
Body Parameters
PublicHoliday| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| HolidayDate | date |
Required |
|
| Name | string |
Required |
|
| Country | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"id": "1f53f2c1-4eca-4fdf-a82c-cf39309bee25",
"holidayDate": "2026-06-12T22:59:41.5941494+00:00",
"name": "sample string 3",
"country": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.