POST api/CargoRelease/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8418eb5b-c8d4-4721-90ac-a7b1f393b825",
  "e24df566-32cd-4190-9631-aeaa9a40e0cc"
]

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>8418eb5b-c8d4-4721-90ac-a7b1f393b825</guid>
  <guid>e24df566-32cd-4190-9631-aeaa9a40e0cc</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["8418eb5b-c8d4-4721-90ac-a7b1f393b825","e24df566-32cd-4190-9631-aeaa9a40e0cc"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.