POST api/v1/Agents/{AgentID}/Users/{ContactID}/MyShipments/Awbs/{MawbID}

Add

Request Information

Parameters

NameDescriptionAdditional information
blockNotificationDTO

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:
{
  "Email": true,
  "Push": true,
  "TransactionType": "sample string 3",
  "MasterID": 4
}

application/xml, text/xml

Sample:
<BlockNotificationDTO>
  <TransactionType>sample string 3</TransactionType>
  <MasterID>4</MasterID>
  <Email>true</Email>
  <Push>true</Push>
</BlockNotificationDTO>

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Email": true,
  "Push": true,
  "TransactionType": "sample string 3",
  "MasterID": 4
}

application/xml, text/xml

Sample:
<BlockNotificationDTO>
  <TransactionType>sample string 3</TransactionType>
  <MasterID>4</MasterID>
  <Email>true</Email>
  <Push>true</Push>
</BlockNotificationDTO>