POST api/v1/Agents/{AgentID}/Users/{ContactID}/MyShipments/Jobs/{JobMasterID}
Add
Request Information
Parameters
Name | Description | Additional 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. |
JobMasterID | 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>