DELETE api/v1/Agents/{AgentID}/Users/{ContactID}/MyShipments/Jobs/{JobMasterID}

Delete Job Block Notification

Request Information

Parameters

NameDescriptionAdditional 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.

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:
{
  "TransactionType": "sample string 1",
  "MasterID": 2
}

application/xml, text/xml

Sample:
<DeleteBlockNotificationDTO>
  <TransactionType>sample string 1</TransactionType>
  <MasterID>2</MasterID>
</DeleteBlockNotificationDTO>