POST api/PickupAndDelivery/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2ac194af-396f-49de-8854-d8775520a1ab",
  "d4fb6225-44fc-43cd-b429-ec08c3dcc92d"
]

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>2ac194af-396f-49de-8854-d8775520a1ab</guid>
  <guid>d4fb6225-44fc-43cd-b429-ec08c3dcc92d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["2ac194af-396f-49de-8854-d8775520a1ab","d4fb6225-44fc-43cd-b429-ec08c3dcc92d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.