DELETE api/v1/Agents/{AgentID}/Awbs/{MawbID}/CustomerVisibility
Delete Customer Visibility
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AgentID |
Define this parameter in the request URI. |
|
MawbID |
Define this parameter in the request URI. |
|
awbCustomerVisibility |
Define this parameter in the request body. |
Request body formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "TransactionID": 1, "AddressBookID": 2, "TransactionType": "sample string 3", "IsMasterShared": true }
application/xml, text/xml
Sample:
<AwbCustomerVisibilityDTO> <AddressBookID>2</AddressBookID> <TransactionType>sample string 3</TransactionType> <IsMasterShared>true</IsMasterShared> <TransactionID>1</TransactionID> </AwbCustomerVisibilityDTO>