POST api/CargoRelease/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a46af4fe-0399-40ac-b5d5-1d0483c22ea1",
  "28bdb7ae-35da-4916-9311-3f42524b9657"
]

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>a46af4fe-0399-40ac-b5d5-1d0483c22ea1</guid>
  <guid>28bdb7ae-35da-4916-9311-3f42524b9657</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a46af4fe-0399-40ac-b5d5-1d0483c22ea1","28bdb7ae-35da-4916-9311-3f42524b9657"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.