POST api/PickupAndDelivery/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f5d05156-09e8-4dd4-80e7-91f162b65d65",
  "9e3240eb-89c7-4cb6-87b2-20745d85e4a1"
]

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>f5d05156-09e8-4dd4-80e7-91f162b65d65</guid>
  <guid>9e3240eb-89c7-4cb6-87b2-20745d85e4a1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["f5d05156-09e8-4dd4-80e7-91f162b65d65","9e3240eb-89c7-4cb6-87b2-20745d85e4a1"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.