Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The app identifier. |
integer |
None. |
employerId |
The employer identifier. |
integer |
None. |
verificationOrderId |
The verification order identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of employer verification orders.
Collection of Nano.EmployerVerificationOrderName | Description | Type | Additional information |
---|---|---|---|
effectiveDate |
Gets or sets the effective date. |
date |
None. |
employerCode |
Gets or sets the EmployerCode. |
string |
None. |
employeeStatus |
Gets or sets the employee status. |
string |
None. |
incomeCalculated |
Gets or sets a value indicating whether gets or sets the IncomeCalculated. |
boolean |
None. |
referenceIdentifier |
Gets or sets the ReferenceIdentifier. |
string |
None. |
employer |
Gets or sets the employer identifier. |
integer |
None. |
id |
Gets or sets the employer verification order identifier. |
string |
None. |
verificationOrder |
Gets or sets the verification order identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "effectiveDate": "2025-04-25T18:17:31.6981958Z", "employerCode": "sample String 1", "employeeStatus": "sample String 2", "incomeCalculated": true, "referenceIdentifier": "sample String 3", "employer": "4", "id": "sample String 5", "verificationOrder": "6" }, { "effectiveDate": "2025-04-25T18:17:31.6981958Z", "employerCode": "sample String 1", "employeeStatus": "sample String 2", "incomeCalculated": true, "referenceIdentifier": "sample String 3", "employer": "4", "id": "sample String 5", "verificationOrder": "6" } ]
text/html
Sample:
[{"effectiveDate":"2025-04-25T18:17:31.6981958Z","employerCode":"sample String 1","employeeStatus":"sample String 2","incomeCalculated":true,"referenceIdentifier":"sample String 3","employer":"4","id":"sample String 5","verificationOrder":"6"},{"effectiveDate":"2025-04-25T18:17:31.6981958Z","employerCode":"sample String 1","employeeStatus":"sample String 2","incomeCalculated":true,"referenceIdentifier":"sample String 3","employer":"4","id":"sample String 5","verificationOrder":"6"}]
application/xml, text/xml
Sample:
<ArrayOfEmployerVerificationOrder xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EmployerVerificationOrder> <EffectiveDate>2025-04-25T18:17:31.6981958Z</EffectiveDate> <EmployerCode>sample String 1</EmployerCode> <EmployeeStatus>sample String 2</EmployeeStatus> <IncomeCalculated>true</IncomeCalculated> <ReferenceIdentifier>sample String 3</ReferenceIdentifier> <EmployerId>4</EmployerId> <EmployerVerificationOrderId>sample String 5</EmployerVerificationOrderId> <VerificationOrderId>6</VerificationOrderId> </EmployerVerificationOrder> <EmployerVerificationOrder> <EffectiveDate>2025-04-25T18:17:31.6981958Z</EffectiveDate> <EmployerCode>sample String 1</EmployerCode> <EmployeeStatus>sample String 2</EmployeeStatus> <IncomeCalculated>true</IncomeCalculated> <ReferenceIdentifier>sample String 3</ReferenceIdentifier> <EmployerId>4</EmployerId> <EmployerVerificationOrderId>sample String 5</EmployerVerificationOrderId> <VerificationOrderId>6</VerificationOrderId> </EmployerVerificationOrder> </ArrayOfEmployerVerificationOrder>
application/vnd.api+json
Sample:
Sample not available.