GET api/logistics/CancelFreightShipment/{loadID}

Cancel a freight shipment

Request Information

URI Parameters

Name Type Description Additional information
loadID integer

Required

Body Parameters

None

Response Information

Resource Description

FreightCancelShipmentResponse
Name Type Description Additional information
cancelled boolean

Response Formats

application/json, text/json

Sample:
{
  "cancelled": true
}

application/xml, text/xml

Sample:
<FreightCancelShipmentResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <cancelled>true</cancelled>
</FreightCancelShipmentResponse>