POST api/PickupAndDelivery/Cargo/RemoveFromPickupAndDelivery

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3f58be04-8c68-43b6-9e5b-e2a8309242b5",
  "1ccba869-0a19-4302-b536-02f8742f2322"
]

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>3f58be04-8c68-43b6-9e5b-e2a8309242b5</guid>
  <guid>1ccba869-0a19-4302-b536-02f8742f2322</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["3f58be04-8c68-43b6-9e5b-e2a8309242b5","1ccba869-0a19-4302-b536-02f8742f2322"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.