---
title: "Accrual Balance History"
method: POST
path: "/accrualBalance/history"
---

# Accrual Balance History

`POST /accrualBalance/history`

View accrual balance history specific filters within a company

## Request body

- object
  - `companyID` string, required — ID of the company
  - `policyCode` string, required — The unique identifier for the accrual policy under which the usage is being applied
  - `employeeIDs` string[], required — IDs of any employees you would like to see accrual balance history for
  - `endDate` string, date, required

## Response `200`

200

- object
  - `data` object[]
    - `employeeID` string
    - `policyName` string
    - `totalAccrued` string
    - `totalBalance` string
    - `totalUsage` string
    - `history` object[]
      - `reportingPeriodID` string
      - `checks` string[]
      - `balance` string
      - `accrued` string
      - `usage` string
  - `success` boolean
  - `testMode` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
