v1
latestOpenAPI 3.0.42026-07-2481154567.6 KBUpdate Screening Order Status
🚧 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
This endpoint updates the Screening Order status for the given companyId and candidateScreeningOrderId. The patch operation on the candidate status endpoint allows you to update the status of the overall screening order and the related services. You can also send the URL where the recruiter can view the complete screening result. Using this endpoint, partners will be able to add new services to orders that have already been placed.
Use Cases
- Partner sends the initial status of the order and services, i.e. Ordered and Pending
- Partner needs to update the status of an order or services of an order
- Partner is updating the order with new statuses and wants to add on additional services that were added to the order after it was placed
Path parameters
The Paylocity Company Identifier. This is the unique value provided by Paylocity to each specific Payroll Entity. Allowable Values: 9 char max
Headers
Authorization token. Ex. Bearer ...
Request body
Example request
{
"candidateScreeningOrderId": "e72f7918-20c5-4bd2-9a5f-9bee67bd304d",
"updatedAt": "2023-01-04T04:23:11.586Z"
}Response
Returns screening order id and status that were updated
Example response
{
"candidateScreeningOrderId": "9de5efb4-3ede-4b92-97f7-71389c31abff",
"status": "Ordered, WaitingOnCandidate, InProgress, Hold, Complete, PreAdverseActionSent, AdverseActionCancelled, Dispute, AdverseActionSent"
}