v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays (deprecated)
Create holiday (deprecated)
DEPRECATED. Call the Add holiday endpoint instead.
This endpoint is deprecated starting April 30, 2026, and final removal from both test (EXT) and production environments on October 30, 2026.
Create a holiday—a day on which your company's offices are closed for normal business activity though online financial transactions and other business activity could still be occurring.
For more information, refer to <a href="https://developers.pismo.io/pismo-docs/docs/platform-setup-holidays">Platform setup - Holidays and administrative divisions</a>.
post/holidays-core/v1/holiday
Request body
Example request
{
"name": "New Year's Day",
"holiday_date": "2023-12-01",
"working_date": "2023-01-02",
"administrative_division_id": 100100,
"external_id": "38400-000"
}Response
Holidays response
Example response
{
"id": 8675309,
"name": "New Year's Day",
"holiday_date": "2023-12-01",
"working_date": "2023-01-02",
"administrative_division_id": 100100
}