---
title: "Searches for pay rates for the specified company."
method: POST
path: "/v2/companies/{companyId}/employeePayRateSearches"
tags: ["PayRateSearches"]
---

# Searches for pay rates for the specified company.

`POST /v2/companies/{companyId}/employeePayRateSearches`

Performs a pay rates search for the specified company according to the search parameters passed in the request body.

## Path parameters

- `companyId` string, required

## Request body

- PayRateSearchesRequestModelV2
  - `effectiveDateFlag` string
  - `employeeIds` string[], required

## Response `200`

Successfully Retrieved

- PayRateSearchesModelV2
  - `employeeId` string
  - `payRates` object[]
    - `annualSalary` number
    - `baseRate` number
    - `beginCheckDate` string, date-time
    - `defaultHours` number
    - `effectiveDate` string, date-time
    - `isAutoPay` boolean
    - `payFrequency` string
    - `payType` string
    - `ratePer` string
    - `rateType` string
    - `salary` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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