POST api/Shipments/Packages/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "72d86b29-eaea-4590-bb28-9430f89c24db",
  "6da4c87d-6d89-4908-9418-5b2a8112bf2f"
]

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>72d86b29-eaea-4590-bb28-9430f89c24db</guid>
  <guid>6da4c87d-6d89-4908-9418-5b2a8112bf2f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["72d86b29-eaea-4590-bb28-9430f89c24db","6da4c87d-6d89-4908-9418-5b2a8112bf2f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.