---
title: "Get business day"
method: POST
path: "/v1/holiday-calendar/{holiday_calendar_id}/business-day"
tags: ["Holiday calendar data"]
---

# Get business day

`POST /v1/holiday-calendar/{holiday_calendar_id}/business-day`

Searches for business day information for a specific date within a holiday calendar.

## Path parameters

- `holiday_calendar_id` string, required

## Request body

- PresenterHolidayCalendarSearchBusinessDayRequest
  - `current_date` string, date, required — Current date. Format = yyyy-mm-dd.

## Response `200`

OK

- PresenterHolidayCalendarSearchBusinessDayResponse
  - `current_date` string, date — Current date. Format = yyyy-mm-dd.
  - `description` string — Holiday description
  - `holiday_calendar_id` integer — Holiday calendar ID
  - `holiday_calendar_metadata` string — Any data object with key/value pairs. No limit on length. **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis#metadata).
  - `holiday_metadata` string — Any data object with key/value pairs. No limit on length. **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis#metadata).
  - `is_holiday` boolean — Is this a holiday?
  - `is_weekend` boolean — Is this a weekend day?
  - `name` string — Holiday name
  - `next_business_date` string, date — Next work day following the holiday. Format = yyyy-mm-dd.
  - `prior_business_date` string, date — Business day prior to holiday. Format = yyyy-mm-dd.

## Other responses

- `400` — Bad request
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
