Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

holiday
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
holiday_date

date
db_country_code

string
name

string
is_custom

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "9c0d37a5-9ac6-4519-a34b-558255ce1ae6",
  "holiday_date": "2026-01-12T00:24:51.6707764+00:00",
  "db_country_code": "sample string 3",
  "name": "sample string 4",
  "is_custom": true,
  "modified_dateutc": "2026-01-12T00:24:51.6707764+00:00"
}

application/xml, text/xml

Sample:
<holiday xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_country_code>sample string 3</db_country_code>
  <holiday_date>2026-01-12T00:24:51.670Z</holiday_date>
  <id>9c0d37a5-9ac6-4519-a34b-558255ce1ae6</id>
  <is_custom>true</is_custom>
  <modified_dateutc>2026-01-12T00:24:51.670Z</modified_dateutc>
  <name>sample string 4</name>
</holiday>