PUT VouchersBulkCancel

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f31bbd07-198d-4aca-8335-4e60ac17bf0d",
  "6384588e-25df-4564-9b67-4ba40c0c7d5d"
]

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>f31bbd07-198d-4aca-8335-4e60ac17bf0d</guid>
  <guid>6384588e-25df-4564-9b67-4ba40c0c7d5d</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.