PUT VouchersBulkCancel

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "080965b6-379e-48c0-a0b4-517dc2fc27bc",
  "29caea1a-16d3-4b41-ac2a-69f72d23f46b"
]

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>080965b6-379e-48c0-a0b4-517dc2fc27bc</guid>
  <guid>29caea1a-16d3-4b41-ac2a-69f72d23f46b</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.