API Docs / Schemas / PayTimeEntriesRequest

PayTimeEntriesRequest

Request to pay a batch of time entries on a new pay run. All entries must belong to the
same team member, who must be paid for tracked time; they must be unpaid, and every one
must carry a cost rate. Entries not yet approved for payment are approved as part of
paying them.

Properties

Name Type Description
timeEntryCodes*array of string

The codes of the time entries to pay

The codes of the time entries to pay

JSON Example

{
  "timeEntryCodes": [
    "string"
  ]
}

Used By Operations