API Docs / Operations / Time Tracking / Approve Time Payment

Approve Time Payment

POST /tenants/{tenant}/time-entries/approve-payment

Approves (or un-approves) time entries for payment to the team members who logged them. Approval is a stamp, not a lock — editing an approved entry clears the approval. Entries must be unpaid, and approving requires the members to be paid for tracked time.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "timeEntryCodes": [
    "string"
  ],
  "approved": false
}

Responses

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