v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHoliday calendar data
Get business day
Searches for business day information for a specific date within a holiday calendar.
post/v1/holiday-calendar/{holiday_calendar_id}/business-day
Path parameters
holiday_calendar_idstring required
Example:8675309
Holiday calendar ID
Request body
Example request
{
"current_date": "2023-01-02"
}Response
OK
Example response
{
"current_date": "2023-01-02",
"description": "Day to party like it's 1999",
"holiday_calendar_id": 8675309,
"holiday_calendar_metadata": "{ \"key\": \"value\"}",
"holiday_metadata": "{ \"key\": \"value\"}",
"is_holiday": true,
"is_weekend": true,
"name": "New Year's Day",
"next_business_date": "2023-01-02",
"prior_business_date": "2023-01-02"
}