working time

Working time represents the usual amount of hours an employee would work in their position and for a particular work pattern

Get working time

SecuritybearerAuth
Responses
200

working times array

401

Unauthorized - Authorization Required

default

General Error

get/workingTimes
Request samples
Response samples
application/vnd.api+json
{}

post working time

post working time

SecuritybearerAuth
Request
Request Body schema: application/vnd.api+json

Post working time

One of:
object
Responses
200

working times

400

Bad Request

401

Unauthorized - Authorization Required

422

Unprocessable Entity

default

General Error

post/workingTimes
Request samples
application/vnd.api+json
{
  • "data": {
    }
}
Response samples
application/vnd.api+json
{}

Get working time by ID

Get working time by ID

SecuritybearerAuth
Request
path Parameters
id
required
string <guid>

working time ID

Example: 34ec69b8-b5de-4d3d-9240-d84ed06558ac
Responses
200

working times

401

Unauthorized - Authorization Required

404

Not Found

default

General Error

get/workingTimes/{id}
Request samples
Response samples
application/vnd.api+json
{}

Update working time

Update working time

SecuritybearerAuth
Request
path Parameters
id
required
string <guid>

working time ID

Example: 34ec69b8-b5de-4d3d-9240-d84ed06558ac
Request Body schema: application/vnd.api+json

Position working time object that needs to be updated (partial update)

object
Responses
200

working times

400

Bad Request

401

Unauthorized - Authorization Required

422

Unprocessable Entity

default

General Error

patch/workingTimes/{id}
Request samples
application/vnd.api+json
{
  • "data": {
    }
}
Response samples
application/vnd.api+json
{}