calendars
Operations addressed under /calendars — 10 operations.
get-calendar-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CalendarDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int | no |
CalendarDate | DateOnly | no |
WorkdayType | int | no |
StartHour | TimeOnly? | yes |
EndHour | TimeOnly? | yes |
CalendarDimensionId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
monthorderByorderSortpageIndexpageSizeyearget-calendar-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
calendarDatecalendarDimensionIdcountryIdendHouridstartHourworkdayTypePermitted values — validated against the workday_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | WorkDay | en: Work Day · tr: Work Day · ar: يوم العمل |
2 | HalfWorkday | en: Half Day · tr: Yarım Gün · ar: نصف يوم |
3 | Holiday | en: Holiday · tr: Tatil Günü · ar: عطلة |
create-calendar
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_10 | 400 | COUNTRY_CODES_MUST_BE_THE_SAME |
ERR_CLNDR_4 | 400 | REGISTRATION_IS_NOT_AVAILABLE_FOR_THIS_COUNTRY_AND_DATE |
ERR_CLNDR_9 | 400 | CALENDAR_DIMENSION_NOT_FOUND |
create-calendar › Request Body
calendarDatecountryIdendHourstartHourworkdayTypePermitted values — validated against the workday_type parameter.
| Value | Meaning |
|---|---|
1 | Work Day |
2 | Half Day |
3 | Holiday |
Permitted values — validated against the workday_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | WorkDay | en: Work Day · tr: Work Day · ar: يوم العمل |
2 | HalfWorkday | en: Half Day · tr: Yarım Gün · ar: نصف يوم |
3 | Holiday | en: Holiday · tr: Tatil Günü · ar: عطلة |
calendarDimensionIdcreate-calendar › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-next-and-previous-work-day-of-date
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as NextAndPreviousWorkDayDto.
| Field | Declared type | Nullable |
|---|---|---|
CalendarDate | DateOnly | no |
QueriedDate | CalendarDto | no |
NextWorkDay | CalendarDto | no |
PreviousWorkDay | CalendarDto | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_8 | 400 | NO_RECORD_FOUND_FOR_THE_RELEVANT_DATE |
path Parameters
calendarDateget-next-and-previous-work-day-of-date › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
calendarDateget-first-work-day-of-month
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CalendarDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int | no |
CalendarDate | DateOnly | no |
WorkdayType | int | no |
StartHour | TimeOnly? | yes |
EndHour | TimeOnly? | yes |
CalendarDimensionId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_8 | 400 | NO_RECORD_FOUND_FOR_THE_RELEVANT_DATE |
path Parameters
calendarDateget-first-work-day-of-month › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
calendarDatecalendarDimensionIdcountryIdendHourstartHourtenantIdworkdayTypePermitted values — validated against the workday_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | WorkDay | en: Work Day · tr: Work Day · ar: يوم العمل |
2 | HalfWorkday | en: Half Day · tr: Yarım Gün · ar: نصف يوم |
3 | Holiday | en: Holiday · tr: Tatil Günü · ar: عطلة |
get-last-work-day-of-month
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CalendarDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int | no |
CalendarDate | DateOnly | no |
WorkdayType | int | no |
StartHour | TimeOnly? | yes |
EndHour | TimeOnly? | yes |
CalendarDimensionId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_8 | 400 | NO_RECORD_FOUND_FOR_THE_RELEVANT_DATE |
path Parameters
calendarDateget-last-work-day-of-month › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
calendarDatecalendarDimensionIdcountryIdendHourstartHourtenantIdworkdayTypePermitted values — validated against the workday_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | WorkDay | en: Work Day · tr: Work Day · ar: يوم العمل |
2 | HalfWorkday | en: Half Day · tr: Yarım Gün · ar: نصف يوم |
3 | Holiday | en: Holiday · tr: Tatil Günü · ar: عطلة |
get-next-work-day-of-after-day
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CalendarDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int | no |
CalendarDate | DateOnly | no |
WorkdayType | int | no |
StartHour | TimeOnly? | yes |
EndHour | TimeOnly? | yes |
CalendarDimensionId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_8 | 400 | NO_RECORD_FOUND_FOR_THE_RELEVANT_DATE |
path Parameters
calendarDateget-next-work-day-of-after-day › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
calendarDatecalendarDimensionIdcountryIdendHourstartHourtenantIdworkdayTypePermitted values — validated against the workday_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | WorkDay | en: Work Day · tr: Work Day · ar: يوم العمل |
2 | HalfWorkday | en: Half Day · tr: Yarım Gün · ar: نصف يوم |
3 | Holiday | en: Holiday · tr: Tatil Günü · ar: عطلة |
get-first-holi-day-of-month
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CalendarDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int | no |
CalendarDate | DateOnly | no |
WorkdayType | int | no |
StartHour | TimeOnly? | yes |
EndHour | TimeOnly? | yes |
CalendarDimensionId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_8 | 400 | NO_RECORD_FOUND_FOR_THE_RELEVANT_DATE |
path Parameters
countryIdcalendarDateget-first-holi-day-of-month › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-calendar-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CalendarDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int | no |
CalendarDate | DateOnly | no |
WorkdayType | int | no |
StartHour | TimeOnly? | yes |
EndHour | TimeOnly? | yes |
CalendarDimensionId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_6 | 400 | CALENDAR_DATE_NOT_FOUND |
path Parameters
idget-calendar-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
calendarDatecalendarDimensionIdcountryIdendHouridstartHourworkdayTypePermitted values — validated against the workday_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | WorkDay | en: Work Day · tr: Work Day · ar: يوم العمل |
2 | HalfWorkday | en: Half Day · tr: Yarım Gün · ar: نصف يوم |
3 | Holiday | en: Holiday · tr: Tatil Günü · ar: عطلة |
update-calendar
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_10 | 400 | COUNTRY_CODES_MUST_BE_THE_SAME |
ERR_CLNDR_6 | 400 | CALENDAR_DATE_NOT_FOUND |
ERR_CLNDR_9 | 400 | CALENDAR_DIMENSION_NOT_FOUND |
path Parameters
idupdate-calendar › Request Body
endHourstartHourworkdayTypePermitted values — validated against the workday_type parameter.
| Value | Meaning |
|---|---|
1 | Work Day |
2 | Half Day |
3 | Holiday |
Permitted values — validated against the workday_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | WorkDay | en: Work Day · tr: Work Day · ar: يوم العمل |
2 | HalfWorkday | en: Half Day · tr: Yarım Gün · ar: نصف يوم |
3 | Holiday | en: Holiday · tr: Tatil Günü · ar: عطلة |
calendarDimensionIdupdate-calendar › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-calendar
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_6 | 400 | CALENDAR_DATE_NOT_FOUND |
path Parameters
iddelete-calendar › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.