API Docs / Operations / Time Tracking / Pay Time Entries

Pay Time Entries

POST /tenants/{tenant}/time-entries/pay

Pays a batch of one team member's unpaid time entries on a new pay run, at the cost rates stamped on the entries. The member must be paid for tracked time and every entry must carry a cost rate. Entries not yet approved for payment are approved as part of paying them. Paid entries can no longer be edited or deleted; deleting the pay run releases them back to approved.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "timeEntryCodes": [
    "string"
  ]
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden