Orders
Create Screening Order
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Body
application/json
Package ID
Example:
"54321"
Candidate information
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Custom Unified Fields configured in your StackOne project
Example:
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
Was this page helpful?