---
title: "Creates a new contract PO for a client"
method: POST
path: "/v{version}/Clients/contractPO"
tags: ["Clients"]
---

# Creates a new contract PO for a client

`POST /v{version}/Clients/contractPO`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- ClientsContractsCommandsCreateContractPOCommand
  - `companyId` string, uuid
  - `clientId` integer
  - `poNumber` string, nullable
  - `expirationDate` string, date-time
  - `startingBalance` number, double
  - `notifyDaysBeforeExpiring` integer
  - `notifyBalanceFallsBelow` number, double
  - `notifyUserIds` integer[], nullable
  - `assignJobIds` integer[], nullable

## Response `200`

Success

- ClientsContractsCommandsCreateContractPOResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` ClientsContractsCommandsContractPOResponse
    - `purchaseOrderId` integer

---

[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)
