Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| verificationOrderId |
The verification order identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The verification order, if it exists.
Nano.VerificationOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| auditCopyToken |
Gets or sets the Audit copy token. |
string |
None. |
| checked |
Gets or sets the checked. |
date |
None. |
| cost |
Gets or sets the cost. |
decimal number |
None. |
| createDate |
Gets or sets the create date. |
date |
None. |
| completeDate |
Gets or sets the complete date. |
date |
None. |
| isActive |
Gets or sets a value indicating whether this instance is active. |
boolean |
None. |
| hasPdfDocument |
Gets or sets a value indicating whether this instance has pdf document. |
boolean |
None. |
| orderDate |
Gets or sets the order date. |
date |
None. |
| vendorOrderNumber |
Gets or sets the vendor order number. |
string |
None. |
| verificationReceived |
Gets or sets a value indicating whether the verification was received. |
boolean |
None. |
| vendorData |
Gets or sets additional vendor data. |
string |
None. |
| vendorToken |
Gets or sets the vendor token. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| createdBy |
Gets or sets the created by identifier. |
integer |
None. |
| contact |
Gets or sets a contact id. |
integer |
None. |
| fileHandle |
Gets or sets a file handle identifier. |
integer |
None. |
| provider |
Gets or sets the provider identifier. |
integer |
None. |
| verificationDocumentType |
Gets or sets the verification document type identifier. |
integer |
None. |
| id |
Gets or sets the verification order identifier. |
integer |
None. |
| verificationOrderType |
Gets or sets the verification order type identifier. |
integer |
None. |
| employerVerificationOrders |
Gets or sets the employer verification order identifiers. |
Collection of string |
None. |
| incomes |
Gets or sets the income identifiers. |
Collection of integer |
None. |
| liabilities |
Gets or sets the liability identifiers. |
Collection of integer |
None. |
| persons |
Gets or sets the person identifiers. |
Collection of integer |
None. |
| properties |
Gets or sets the property identifiers. |
Collection of integer |
None. |
| taxesAndInsurances |
Gets or sets the taxes and insurance identifiers. |
Collection of integer |
None. |
| verificationAlerts |
Gets or sets the verification alert identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"auditCopyToken": "sample String 1",
"checked": "2025-11-09T05:54:39.2308088Z",
"cost": 1.0,
"createDate": "2025-11-09T05:54:39.2308088Z",
"completeDate": "2025-11-09T05:54:39.2308088Z",
"isActive": true,
"hasPdfDocument": true,
"orderDate": "2025-11-09T05:54:39.2308088Z",
"vendorOrderNumber": "sample String 5",
"verificationReceived": true,
"vendorData": "sample String 6",
"vendorToken": "sample String 7",
"app": "8",
"createdBy": "1",
"contact": "1",
"fileHandle": "1",
"provider": "1",
"verificationDocumentType": "1",
"id": "9",
"verificationOrderType": "10",
"employerVerificationOrders": [
"sample String 1",
"sample String 2"
],
"incomes": [
"1",
"2"
],
"liabilities": [
"1",
"2"
],
"persons": [
"1",
"2"
],
"properties": [
"1",
"2"
],
"taxesAndInsurances": [
"1",
"2"
],
"verificationAlerts": [
1,
2
]
}
text/html
{"auditCopyToken":"sample String 1","checked":"2025-11-09T05:54:39.2308088Z","cost":1.0,"createDate":"2025-11-09T05:54:39.2308088Z","completeDate":"2025-11-09T05:54:39.2308088Z","isActive":true,"hasPdfDocument":true,"orderDate":"2025-11-09T05:54:39.2308088Z","vendorOrderNumber":"sample String 5","verificationReceived":true,"vendorData":"sample String 6","vendorToken":"sample String 7","app":"8","createdBy":"1","contact":"1","fileHandle":"1","provider":"1","verificationDocumentType":"1","id":"9","verificationOrderType":"10","employerVerificationOrders":["sample String 1","sample String 2"],"incomes":["1","2"],"liabilities":["1","2"],"persons":["1","2"],"properties":["1","2"],"taxesAndInsurances":["1","2"],"verificationAlerts":[1,2]}
application/vnd.api+json
Sample not available.