Resource Fields
|
PII |
SI |
Field |
Description |
Format |
|---|---|---|---|---|
|
|
|
id |
The "id" refers to the identifier of a specific entity within the context of the API. It is automatically generated, does not change, and can only be accessed in read mode. It serves as a search filter to locate data based on a list of values. This field is also named “workShiftExceptionId“ when used as path parameter. |
integer |
|
|
|
resourceId |
It’s a unique identifier for a specific resource |
integer |
|
|
|
startDate |
It refers to the date when the work shift exception begins |
date |
|
|
|
endDate |
It refers to the date when the work shift exception ends |
date |
|
|
|
workShiftExceptionTypeId |
It’s a unique identifier for a specific work shift exception type |
integer |
|
|
|
note |
Its' the work shift exception note |
string |
API list
-
GET /workforce/calendars/r1/work-shift-exceptions -
GET /workforce/calendars/r1/work-shift-exceptions/{workShiftExceptionId} -
POST /workforce/calendars/r1/work-shift-exceptions -
PATCH /workforce/calendars/r1/work-shift-exceptions/{workShiftExceptionId} -
DELETE /workforce/calendars/r1/work-shift-exceptions/{workShiftExceptionId} -
DELETE /workforce/calendars/r1/work-shift-exceptions/batch -
PATCH /workforce/calendars/r1/work-shift-exceptions/batch -
POST /workforce/calendars/r1/work-shift-exceptions/batch