Upsert Screening Package

🚧

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 if you would like to discuss partnership opportunities.

Summary Description

Upserts information about screening packages for the companyId

Use Cases

  • Partner wants to send over a screening package for a client, can be when onboarding a new client, or can be when client adds a new package to their company
  • Partner wants to make a specific screening package either active or inactive for a client
  • Partner wants to update the price of a client’s screening package
  • Partner wants to add services to a package
  • Partner wants to add a billing code to correlate to a specific BGC package
Path Params
string
required

The Paylocity Company Identifier. This is the unique value provided by Paylocity to each specific Payroll Entity.
Allowable Values:
9 char max

string
required

The Id of the Screening Package.
Allowable Values:
36 char max

Body Params

The Package data

Screening package Upsert Request.

boolean

A Boolean value indicating if the package is active.
Allowable Values:
true, false

string | null

A detailed description of the background check package and what is included in the package.
Allowable Values:
250 char max

string | null

The name of the specific background check package that the users will see.
Allowable Values:
250 char max

services
array of objects | null

An array of objects representing the underlying services that are included in the background check package.

services
price
object

An object representing the price of the package.

string | null

Billing code created by a client that can be associated with an order (optional).
Allowable Values:
150 char max

string | null

(Optional) Business Unit ID to associate this package with a package businessUnit.
Allowable Values:
150 char max

boolean

Indicates whether it is international package.

Headers
boolean

If true all responses are mocked and generated randomly

Responses

400

Bad Request Error - Returns the details of the error

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json