PUT VouchersBulkCancel

Cancels a list of voucher requests in bulk.

Request Information

URI Parameters

None.

Body Parameters

The list of voucher request IDs to cancel.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ee423da9-5d4d-475d-b0b9-2f4bc73bb0c3",
  "787c9ca0-7635-4f5e-a5c8-49bf64c13da5"
]

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>ee423da9-5d4d-475d-b0b9-2f4bc73bb0c3</guid>
  <guid>787c9ca0-7635-4f5e-a5c8-49bf64c13da5</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.