Calendars
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/Calendars
Represents a queryable calendar.
GUID
6898DA90-2A68-4120-AC49-CE3839DE6AEC
Required permission
Show calendar
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the calendar. |
|
CalendarType | Int32 | The type of the calendar.
|
|
HolidayType | Int32 | The holiday type of the calendar.
|
|
Description | String | The translated description of the calendar. |
|
Code | String | The human readable code of the calendar.
|
Example
{
"Id": 0,
"CalendarType": 0,
"HolidayType": 0,
"Description": null,
"Code": null
}