Methods

  • get - Get public holidays
  • get - Get Public Holiday Details
  • get - Get Public Holidays for Year
  • post - Add a public holiday
  • put - Update Public Holiday

Resource

{
    "date": "date-time",
    "description": "string",
    "id": "int32",
    "isSystem": "boolean",
    "locationIds": [
        "int32"
    ],
    "mondayisedAlternativeToId": "int32",
    "notAPublicHoliday": "boolean",
    "note": "string",
    "states": [
        "string"
    ]
}

Properties

Name Type Description
date date-time Nullable
description string String
id int32 Nullable
isSystem boolean Boolean
locationIds[] array of int32
mondayisedAlternativeToId int32 Int32
notAPublicHoliday boolean Boolean
note string String
states[] array of string