---
title: "Get Details for Hours Worked"
method: POST
path: "/v3/company/hours/detail"
tags: ["Company"]
---

# Get Details for Hours Worked

`POST /v3/company/hours/detail`

Returns a list of detail rows for a given set of hours.

## Headers

- `FrontOfficeTenantId` integer, required
- `RequestOrigin` string, required
- `RequestId` string, uuid, required — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `ExternalIdSource` 'BOLD', required
- `RequestUserExternalId` string, required

## Request body

- BackofficeIdentifierUuid[]

## Response `200`

Hours history detail reponse containing records for each pay type.

- HoursHistoryDetail
  - `hoursDetails` HoursDetail[]
    - `transactionGuid` string, uuid, nullable — The unique identifier associated with the hours, formatted as a UUID.
    - `transactionEntryItemGuid` string, uuid, nullable — The unique identifier associated with the hours detail row, formatted as a UUID.
    - `transactionType` string — The transaction type name for the hours detail row.
    - `payUnit` number, double, nullable — The number of pay units associated with the hours detail row.
    - `billUnit` number, double, nullable — The number of bill units associated with the hours detail row.
    - `payRate` number, double, nullable — The pay rate for the hours detail row.
    - `billRate` number, double, nullable — The bill rate for the hours detail row.
    - `costRate` number, double, nullable — The cost rate for the hours detail row.
    - `itemPay` number, double, nullable — The item pay for the hours detail row, calculated as the pay units multiplied by the pay rate.
    - `itemBill` number, double, nullable — The item bill for the hours detail row, calculated as the bill units multiplied by the bill rate.
    - `itemCost` number, double, nullable — The item cost for the hours detail row.
    - `itemText` string — A free-text note field associated with the hours detail row.

## Other responses

- `400` — Bad Request
- `402` — Additional subscription required.
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `409` — Duplicate conflict
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
