---
title: "Get Contract POs for a client"
method: GET
path: "/v{version}/Clients/contractPOs/{clientId}"
tags: ["Clients"]
---

# Get Contract POs for a client

`GET /v{version}/Clients/contractPOs/{clientId}`

## Path parameters

- `clientId` integer, required
- `version` string, required

## Headers

- `company-id` string, required

## Response `200`

Success

- ClientsContractsQueriesGetContractPOsResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` BilfloModelsClientsContractPO[], nullable
    - `poNumber` string, nullable
    - `startingBalance` number, double
    - `currentBalance` number, double
    - `totalJobs` integer
    - `primaryJobs` integer
    - `expirationDate` string, date-time
    - `isActive` boolean

---

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