When creating a new location, the default holidays are derived from an internal database. By default, we set the basic holidays for many countries. Attached are our default holidays for the US. These are the default holidays that will be used when you create a new US based location.
Country Holiday
United States New Year's Day
United States Martin Luther King Jr. Day
United States Presidents' Day
United States Memorial Day
United States Independence Day
United States Labor Day
United States Columbus Day
United States Veterans Day
United States Thanksgiving Day
United States Christmas Day
Getting a list of your location’s holidays
In order to see what your current holidays are you can use the locations endpoint. Holidays are stored per location and have unique id’s per location. You can use either the location setup or the consumer endpoint(s) to access this information.
GET /setup/v1/locations
GET /consumer/v1/locations
Changing a Holiday Status from Closed to Opened
If your location is open on any of the default holidays, use the PUT Location Holiday endpoint to make the adjustment. This sets the business holiday to open or closed as needed.
PUT /setup/v1/locations/{id}/holidays/{holidayId}/{closed}
Checking Holidays and Calendar Blocks
If you want to check that the Holidays and/or Blocks are being applied properly, use the GET Unavailability endpoint and query the day you are questioning.
GET /consumer/v1/availability/{serviceId}/{startDate}/{endDate}/unavailable
Holidays will have a reason code of “PBH”, Public Business Holiday.
"reasonCode": "PBH",
"reason": "Christmas Day"
Changing or setting up Additional Holidays/Close Days
In order to change an existing holiday from Closed to Open, or vice versa, use the following location endpoint.
PUT /setup/v1/locations/{id}/holidays/{holidayId}/{closed}
If you need to close your operations on any other day(s), this can be set up by using the calendar block endpoint. This will allow you block days as needed.
POST /setup/v1/calendars/{id}/block
World Wide Holiday Defaults (Note this list is updated frequently)
Country | State | Holiday | Closed T/F |
Australia | Australia Day | TRUE | |
Australia | Good Friday | TRUE | |
Australia | Easter Monday | TRUE | |
Australia | ANZAC Day | TRUE | |
Australia | Christmas Day | TRUE | |
Australia | Boxing Day | TRUE | |
Australia | New Year's Day | TRUE | |
Canada | NB | Family Day | TRUE |
Canada | NS | Heritage Day | TRUE |
Canada | New Year's Day | TRUE | |
Canada | ON | Family Day | FALSE |
Canada | Good Friday | TRUE | |
Canada | Easter Monday | FALSE | |
Canada | Victoria Day | TRUE | |
Canada | Canada Day | TRUE | |
Canada | August Civic Holiday | TRUE | |
Canada | Labour Day | TRUE | |
Canada | Thanksgiving Day | TRUE | |
Canada | Remembrance Day | FALSE | |
Canada | Christmas Day | TRUE | |
Canada | Boxing Day | TRUE | |
Canada | AB | Family Day | TRUE |
Canada | BC | Family Day | TRUE |
Canada | MB | Louis Riel Day | TRUE |
Canada | PE | Islander Day | TRUE |
Canada | SK | Family Day | TRUE |
Canada | QC | St. Jean Baptiste Day | TRUE |
Canada | NT | Aboriginal Day | TRUE |
United Kingdom | Christmas Day | TRUE | |
United Kingdom | Boxing Day | TRUE | |
United Kingdom | New Year's Day | TRUE | |
United Kingdom | Good Friday | TRUE | |
United Kingdom | Easter Monday | TRUE | |
United Kingdom | Early May Bank Holiday | TRUE | |
United Kingdom | Spring Bank Holiday | TRUE | |
United Kingdom | ENG | Summer Bank Holiday | TRUE |
United Kingdom | SCT | St Andrew’s Day | TRUE |
United Kingdom | NIR | St Patrick's Day | TRUE |
United Kingdom | SCT | Summer Bank Holiday | TRUE |
United Kingdom | NIR | Summer Bank Holiday | TRUE |
United Kingdom | WAL | Summer Bank Holiday | TRUE |
United Kingdom | NIR | Orangemen’s Day | TRUE |
United Kingdom | Christmas Day (Observed) | FALSE | |
United Kingdom | New Year's Day (Observed) | FALSE | |
India | Good Friday | TRUE | |
India | Ambedkar Jayanti | TRUE | |
India | Eid al-Fitr Holiday 1 | TRUE | |
India | Eid al-Adha Holiday 1 | TRUE | |
India | Eid al-Fitr Holiday 2 | TRUE | |
India | Eid al-Adha Holiday 2 | TRUE | |
India | Indian Independence Day | TRUE | |
India | Gandhi Jayanti | TRUE | |
India | Dussehra | TRUE | |
India | Prophet's Birthday 1 | TRUE | |
India | Prophet's Birthday 2 | TRUE | |
United States | New Year's Day | TRUE | |
United States | Martin Luther King Jr. Day | TRUE | |
United States | Presidents' Day | TRUE | |
United States | Good Friday | FALSE | |
United States | Memorial Day | TRUE | |
United States | Independence Day | TRUE | |
United States | Labor Day | TRUE | |
United States | Columbus Day | TRUE | |
United States | Veterans Day | TRUE | |
United States | Thanksgiving Day | TRUE | |
United States | Thanksgiving Friday | FALSE | |
United States | Christmas Day | TRUE | |
United States | Boxing Day | FALSE |
Comments
0 comments
Please sign in to leave a comment.