POST api/PickupAndDelivery/Cargo/RemoveFromPickupAndDelivery

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4f671f86-902e-4b78-869a-997ceb32f9e2",
  "7311a519-9d52-40b8-890c-60103ee04923"
]

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>4f671f86-902e-4b78-869a-997ceb32f9e2</guid>
  <guid>7311a519-9d52-40b8-890c-60103ee04923</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["4f671f86-902e-4b78-869a-997ceb32f9e2","7311a519-9d52-40b8-890c-60103ee04923"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.