POST api/PickupAndDelivery/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8636a7b1-ec3a-4271-9738-57e1c7a39c4c",
  "afff839b-2900-41e2-91b2-c4601a800707"
]

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>8636a7b1-ec3a-4271-9738-57e1c7a39c4c</guid>
  <guid>afff839b-2900-41e2-91b2-c4601a800707</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["8636a7b1-ec3a-4271-9738-57e1c7a39c4c","afff839b-2900-41e2-91b2-c4601a800707"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.