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
Example response
{
"data": [
{
"date": "01 Jan 2024",
"dateUTC": "2023-12-31T18:30:00.000Z",
"isHoliday": true
}
]
}