DELETE api/v1/Agents/{AgentID}/Users/{ContactID}/MyShipments/Awbs/{MawbID}
Delete Awb Block Notification
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
deleteBlockNotificationDTO |
Define this parameter in the request body. |
|
AgentID | No documentation available. |
Define this parameter in the request URI. |
ContactID | No documentation available. |
Define this parameter in the request URI. |
MawbID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "TransactionType": "sample string 1", "MasterID": 2 }
application/xml, text/xml
Sample:
<DeleteBlockNotificationDTO> <TransactionType>sample string 1</TransactionType> <MasterID>2</MasterID> </DeleteBlockNotificationDTO>