---
title: "GET /api/v1/BillingStatements"
method: GET
path: "/api/v1/BillingStatements"
tags: ["BillingStatements"]
---

# GET /api/v1/BillingStatements

`GET /api/v1/BillingStatements`

## Query parameters

- `InvoiceProfileId` integer
- `OrganizationId` integer
- `ProvisionType` 0 | 1 | 2 | 3 | 4 | 5
- `From` string, date-time, nullable
- `To` string, date-time, nullable
- `Page` integer
- `PageSize` integer

## Response `200`

Success

- BillingStatement[]
  - `id` integer
  - `totalSalesPrice` Price
    - `value` number, double
    - `currencyCode` string, nullable
  - `invoiceProfile` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `startDate` string, date-time
  - `endDate` string, date-time
  - `provisionType` 0 | 1 | 2 | 3 | 4 | 5
  - `orderId` string, nullable

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/revisions/a04494a78f65/schema)
