v1
latestOpenAPI 3.0.32026-07-14265579.8 KBOrder
Place an Order.
The Order resource represents your request to complete a background check on a specific Candidate, with your choice of search package and perhaps additional optional search products. When you make the API call you will POST to the /order resource, and include the Candidate resource ID in the URL and POST parameters to specify your desired Package and Workflow.
post/order
Request body
Example request
{
"candidateId": "56eb1389a78e5bf65e414cfc",
"jobLocation": {
"country": "US",
"region": "CA",
"region2": "Orange",
"city": "Irvine"
},
"additionalProductTypes": [
{
"productType": "TERB"
}
],
"complianceTokens": {
"companyName": "Accurate",
"companyAddress": "200 Spectrum Ctr",
"companyCity": "Irvine",
"companyRegion": "CA",
"companyCountry": "US",
"companyEmail": "elmer@wb.com"
}
}Response
Success Response
Example response
{
"clientComments": "Client comments",
"complianceTokens": {
"companyName": "Accurate",
"companyAddress": "200 Spectrum Ctr",
"companyCity": "Irvine",
"companyRegion": "CA",
"companyCountry": "US",
"companyEmail": "elmer@wb.com"
},
"jobLocation": {
"country": "US",
"region": "CA",
"region2": "Orange",
"city": "Irvine"
},
"candidateId": "56eb1389a78e5bf65e414cfc",
"candidate": {
"firstName": "Elmer",
"lastName": "Fudd",
"middleName": "Fiddlesticks",
"suffix": "Jr",
"dateOfBirth": "1945-01-01T00:00:00.000Z",
"email": "Elmer@wb.com",
"address": "123 Silly Street",
"city": "Lousville",
"region": "KY",
"country": "US",
"governmentId": {
"country": "US",
"type": "SpyCard",
"number": "ABC12345"
}
},
"status": "RECEIVED",
"result": "PENDING",
"reports": [
{
"base64encodedHTML": "/report/572d0904f1b9a4602bc83a09"
}
],
"additionalProductTypes": [
{
"productType": "TERB"
}
],
"documents": [
{
"documentId": "602ad78042dcb1000c24c7a7",
"documentUrl": "/order/602ad1744b9ccf1bbb4fa292/document/602ad78042dcb1000c24c7a7",
"documentName": "Addtl doc.jpg",
"externalDocumentId": "602ad780a424f6000bf08b59"
}
],
"percentageComplete": 50,
"source": "INTEGRATION::API-V3",
"searchId": 197111504,
"subjectId": 25600748
}