---
title: "Returns a list of company's Prepayments. Supports OData querying protocol.
Filtering is allowed by \"entryDate\" field.
Ordering is allowed by \"id\" field."
method: GET
path: "/v1/prepayments"
tags: ["Prepayments"]
---

# Returns a list of company's Prepayments. Supports OData querying protocol.
Filtering is allowed by "entryDate" field.
Ordering is allowed by "id" field.

`GET /v1/prepayments`

## Response `200`

OK

- PageResultPrepaymentQueryDto
  - `Items` PrepaymentQueryDto[]
    - `id` integer
    - `bookTranTypeId` integer
    - `acCode` string
    - `entryDate` string, date-time
    - `procDate` string, date-time
    - `total` number, double
    - `timestamp` string, byte
    - `reference` string
    - `firstDetail` string
    - `secondDetail` string
  - `NextPageLink` string
  - `Count` integer

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
