GET api/v1/Agents/{AgentID}/Awbs/{MawbID}/CustomerVisibility/{id}
Get Visible Shipments
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AgentID |
Define this parameter in the request URI. |
|
MawbID |
Define this parameter in the request URI. |
|
id | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "TransactionID": 1, "AddressBookID": 2, "TransactionType": "sample string 3", "IsMasterShared": true }, { "TransactionID": 1, "AddressBookID": 2, "TransactionType": "sample string 3", "IsMasterShared": true }, { "TransactionID": 1, "AddressBookID": 2, "TransactionType": "sample string 3", "IsMasterShared": true } ]
application/xml, text/xml
Sample:
<ArrayOfAwbCustomerVisibilityDTO> <AwbCustomerVisibilityDTO> <AddressBookID>2</AddressBookID> <TransactionType>sample string 3</TransactionType> <IsMasterShared>true</IsMasterShared> <TransactionID>1</TransactionID> </AwbCustomerVisibilityDTO> <AwbCustomerVisibilityDTO> <AddressBookID>2</AddressBookID> <TransactionType>sample string 3</TransactionType> <IsMasterShared>true</IsMasterShared> <TransactionID>1</TransactionID> </AwbCustomerVisibilityDTO> <AwbCustomerVisibilityDTO> <AddressBookID>2</AddressBookID> <TransactionType>sample string 3</TransactionType> <IsMasterShared>true</IsMasterShared> <TransactionID>1</TransactionID> </AwbCustomerVisibilityDTO> </ArrayOfAwbCustomerVisibilityDTO>