API Docs / Schemas / ApproveTimePaymentRequest

ApproveTimePaymentRequest

Request to approve (or un-approve) time entries for payment to the team members who
logged them. Entries must be unpaid and belong to members the practice pays for
tracked time; paid entries can only change via their pay run.

Properties

Name Type Description
timeEntryCodes*array of string

The codes of the time entries to approve or un-approve

The codes of the time entries to approve or un-approve

approvedboolean

True to approve the entries for payment, false to clear an existing approval

True to approve the entries for payment, false to clear an existing approval

JSON Example

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

Used By Operations