---
title: "Get Company Billing Codes"
method: GET
path: "/compliance/v1/companies/{companyId}/clientOnboarding/partner/billing"
tags: ["Client Onboarding"]
---

# Get Company Billing Codes

`GET /compliance/v1/companies/{companyId}/clientOnboarding/partner/billing`

> 🚧 Partner Restricted
> All background check API endpoints are restricted to background check providers that have signed a Paylocity technology partnership agreement. [Please reach out to our team](https://www.paylocity.com/contact/partner-form/) if you would like to discuss partnership opportunities.

**Summary Description**

This endpoint returns billing codes for the companyId querying

**Use Cases**

- Partner needs to confirm all billing codes have been added into Paylocity for a client
- Partner needs to confirm the status of billing codes that have been added for a client

## Path parameters

- `companyId` string, required

## Query parameters

- `includeTotalCount` boolean
- `offset` integer
- `limit` integer

## Headers

- `testMode` boolean
- `Authorization` string, required

## Response `200`

Returns the billing codes for the companyId

- GetBillingCodesResponse
  - `billingCodes` BillingCodeDto[], nullable
    - `billingCode` string, nullable — Billing code associated with the screening order. This billing code is created on the partner side for a specific company. **Allowable Values:** 150 char max
    - `isActive` boolean — (Optional, if not provided – TRUE) A Boolean value indicating if the package is active. **Allowable Values:** true, false
    - `businessUnitId` string, nullable — (Optional) Business Unit ID to associate this billing code with a package businessUnit. **Allowable Values:** 150 char max

## Other responses

- `400` — Bad Request Error - Returns the details of the error
- `401` — Unauthorized
- `404` — Not Found
- `415` — Unsupported Media Type - Returns the details of the error

---

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