calendar-dimensions
Operations addressed under /calendar-dimensions — 3 operations.
task-management-bff-redirect-get-calendar-dimension-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<CalendarDimensionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int? | yes |
Description | string | no |
Member names are the service's declaration names.
task-management-bff-redirect-get-calendar-dimension-list › 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.
task-management-bff-redirect-create-calendar-dimension
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_1 | 400 | CALENDAR_DIMENSION_ALSO_FOUND |
task-management-bff-redirect-create-calendar-dimension › 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.
task-management-bff-redirect-get-calendar-dimension-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 CalendarDimensionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CountryId | int? | yes |
Description | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNDR_9 | 400 | CALENDAR_DIMENSION_NOT_FOUND |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
task-management-bff-redirect-get-calendar-dimension-by-id › 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.