POST api/Booking/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1e4c232f-b37f-415b-adff-c92cdd0bf6b8",
  "67d07e0e-a906-4648-8f36-f249d10d7607"
]

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>1e4c232f-b37f-415b-adff-c92cdd0bf6b8</guid>
  <guid>67d07e0e-a906-4648-8f36-f249d10d7607</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["1e4c232f-b37f-415b-adff-c92cdd0bf6b8","67d07e0e-a906-4648-8f36-f249d10d7607"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.