v1
latestOpenAPI 3.0.32026-07-14265579.8 KBOrder
Reinitiate Order.
Accurate’ s API allows you to re-initiate an interactive order that has been cancelled due to a candidate invite expiring. When re- initiate is called the order will be reset back to Draft status and the candidate invite will be resent.
post/order/{id}/reinitiate
Path parameters
idstring required
Unique id for background investigation order Accepted values are supportReferenceId & order id
Response
Success Response
Example response
{
"clientComments": "Client comments",
"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"
}
],
"products": [
{
"id": 53756466,
"productType": "NCRIM",
"status": "PENDING",
"result": "PENDING"
}
],
"percentageComplete": 50,
"source": "INTEGRATION::API-V3",
"searchId": 197111504,
"subjectId": 25600748,
"adjudication": {
"adjudicator": "test@email.com",
"result": "PASS"
},
"resultNote": "Order was Re-initiated through API. Applicant did not complete the online background form. Search cancelled."
}