PUT VouchersBulkCancel

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "29a8d7e4-8ad7-448b-847f-34b2ce5316d3",
  "3a8b09ca-bacd-46e6-b099-2a109effbd3b"
]

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>29a8d7e4-8ad7-448b-847f-34b2ce5316d3</guid>
  <guid>3a8b09ca-bacd-46e6-b099-2a109effbd3b</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.