Skip to main content
POST
Creates a new working time record in your COR instance through the integrations service.
Working time records cannot be updated once created. If you need to modify a record, you must delete it and create a new one.

Request Body Requirements

object
required
string
required
External working time record ID from your source system
string
required
External user ID. The user must have been previously created through the integrations API.
boolean
Whether the record is active (default: true)
string
Source system identifier
string
Destination system identifier
string
Working time status
The companyId is automatically set from the authenticated user’s company context.

Known Errors

  • ValidationError — Missing required fields
  • UserNotFoundError — The specified user does not exist in the integration mappings
  • DuplicateExternalIdError — A working time record with this external ID already exists