Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| verificationOrderTypeId |
The employer verification order identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The employer verification order, if it exists.
Nano.VerificationOrderType| Name | Description | Type | Additional information |
|---|---|---|---|
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this instance is active. |
boolean |
None. |
| order |
Gets or sets the sort order. |
integer |
None. |
| vendor |
Gets or sets the vendor. |
string |
None. |
| vendorProductCode |
Gets or sets the vendor product code. |
string |
None. |
| permission |
Gets or sets the permission identifier. |
integer |
None. |
| id |
Gets or sets the verification order type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"category": "sample String 1",
"code": "sample String 2",
"description": "sample String 3",
"isActive": true,
"order": 1,
"vendor": "sample String 5",
"vendorProductCode": "sample String 6",
"permission": "1",
"id": "7"
}
text/html
Sample:
{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isActive":true,"order":1,"vendor":"sample String 5","vendorProductCode":"sample String 6","permission":"1","id":"7"}
application/xml, text/xml
Sample:
<VerificationOrderType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Code>sample String 2</Code> <Description>sample String 3</Description> <IsActive>true</IsActive> <Order>1</Order> <Vendor>sample String 5</Vendor> <VendorProductCode>sample String 6</VendorProductCode> <PermissionId>1</PermissionId> <VerificationOrderTypeId>7</VerificationOrderTypeId> </VerificationOrderType>
application/vnd.api+json
Sample:
Sample not available.