Approve Time 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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"timeEntryCodes": [
"string"
],
"approved": false
}
Responses
204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden