GET api/AtlasVerification?ShipmentNo={ShipmentNo}&WAFreleasePIN={WAFreleasePIN}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentNo | string |
Required |
|
| WAFreleasePIN | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TPinInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| PIN_correct | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PIN_correct": "sample string 1"
}
application/xml, text/xml
Sample:
<AtlasVerification.TPinInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNetAPI.Models"> <PIN_correct>sample string 1</PIN_correct> </AtlasVerification.TPinInfo>