POST api/PickupAndDelivery/Cargo/RemoveFromPickupAndDelivery

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "79f93a27-2d29-48d0-8796-781d9b5f8f27",
  "46edd390-85c0-4803-a353-e14e41bed063"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>79f93a27-2d29-48d0-8796-781d9b5f8f27</guid>
  <guid>46edd390-85c0-4803-a353-e14e41bed063</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["79f93a27-2d29-48d0-8796-781d9b5f8f27","46edd390-85c0-4803-a353-e14e41bed063"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.