POST api/PickupAndDelivery/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8504539e-b106-41ed-b9ef-750f34795df7",
  "90b72915-b4d2-4e04-9c4b-c529d966996d"
]

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>8504539e-b106-41ed-b9ef-750f34795df7</guid>
  <guid>90b72915-b4d2-4e04-9c4b-c529d966996d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["8504539e-b106-41ed-b9ef-750f34795df7","90b72915-b4d2-4e04-9c4b-c529d966996d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.