---
title: "Find payroll billings"
method: GET
path: "/candidates/payrollbilling"
tags: ["Candidate API:Payroll Billing"]
---

# Find payroll billings

`GET /candidates/payrollbilling`

Applicable to FT360 enabled accounts only

## Query parameters

- `CandidateId` integer[]

## Response `200`

List of candidates payroll billing matching the specified criteria

- CandidatePayrollBillingListModel
  - `items` CandidatePayrollBillingModel[], nullable
    - `candidateId` integer — Candidate Id
    - `externalCandidateId` string, nullable — Candidate ExternalID
    - `office` string, nullable — Office Code
    - `position` string, nullable — Position
    - `skillGroup` string, nullable — Skill Group

## Other responses

- `400` — Requested list of candidates payroll billing exceeds the limit of 500 records

---

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