Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of employer verification orders.
Collection of Nano.VerificationOrderTypeName | Description | Type | Additional information |
---|---|---|---|
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:
[ { "code": "sample String 1", "description": "sample String 2", "isActive": true, "order": 1, "vendor": "sample String 4", "vendorProductCode": "sample String 5", "permission": "1", "id": "6" }, { "code": "sample String 1", "description": "sample String 2", "isActive": true, "order": 1, "vendor": "sample String 4", "vendorProductCode": "sample String 5", "permission": "1", "id": "6" } ]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","isActive":true,"order":1,"vendor":"sample String 4","vendorProductCode":"sample String 5","permission":"1","id":"6"},{"code":"sample String 1","description":"sample String 2","isActive":true,"order":1,"vendor":"sample String 4","vendorProductCode":"sample String 5","permission":"1","id":"6"}]
application/xml, text/xml
Sample:
<ArrayOfVerificationOrderType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <VerificationOrderType> <Code>sample String 1</Code> <Description>sample String 2</Description> <IsActive>true</IsActive> <Order>1</Order> <Vendor>sample String 4</Vendor> <VendorProductCode>sample String 5</VendorProductCode> <PermissionId>1</PermissionId> <VerificationOrderTypeId>6</VerificationOrderTypeId> </VerificationOrderType> <VerificationOrderType> <Code>sample String 1</Code> <Description>sample String 2</Description> <IsActive>true</IsActive> <Order>1</Order> <Vendor>sample String 4</Vendor> <VendorProductCode>sample String 5</VendorProductCode> <PermissionId>1</PermissionId> <VerificationOrderTypeId>6</VerificationOrderTypeId> </VerificationOrderType> </ArrayOfVerificationOrderType>
application/vnd.api+json
Sample:
Sample not available.