POST api/PickupAndDelivery/Cargo/RemoveFromPickupAndDelivery

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a1a26ec0-5019-4283-bfa2-9c3dbe3b4e7f",
  "9d0f8f1f-a58b-4be2-aa10-fc9192f6a213"
]

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>a1a26ec0-5019-4283-bfa2-9c3dbe3b4e7f</guid>
  <guid>9d0f8f1f-a58b-4be2-aa10-fc9192f6a213</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a1a26ec0-5019-4283-bfa2-9c3dbe3b4e7f","9d0f8f1f-a58b-4be2-aa10-fc9192f6a213"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.