POST api/CargoRelease/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "cec79236-57c8-4c12-8f2c-5c612d3437e1",
  "3eb8a483-633f-4f16-abae-88f5ac3ff1f7"
]

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>cec79236-57c8-4c12-8f2c-5c612d3437e1</guid>
  <guid>3eb8a483-633f-4f16-abae-88f5ac3ff1f7</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["cec79236-57c8-4c12-8f2c-5c612d3437e1","3eb8a483-633f-4f16-abae-88f5ac3ff1f7"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.