latestOpenAPI 3.0.02026-08-133383136.3 KB

fc4f4dd68f9b

Customers

Get list of Holidays by customer

get/v1/customer/holidays/{customerReferenceNo}

Path parameters

customerReferenceNostring required

Query parameters

startDatestring
Example:2024-04-01

Start Date

endDatestring
Example:2024-04-30

End Date

Headers

accept-languagestring

Language of the response, supported languages: en-us, in

Response

Get list of holidays

statusCodenumber required

The HTTP status code of the error

messagestring required

Human-readable message containing all available details about the operation

successboolean required

A boolean indicating whether this was a success response or an error response

Example response

{
  "data": [
    {
      "date": "01 Jan 2024",
      "dateUTC": "2023-12-31T18:30:00.000Z",
      "isHoliday": true
    }
  ]
}