PUT VouchersBulkCancel

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "42c503e4-ea1b-440f-9e10-302ce5433b1a",
  "4ebef853-f78c-4861-9adc-99f6ed2d227e"
]

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>42c503e4-ea1b-440f-9e10-302ce5433b1a</guid>
  <guid>4ebef853-f78c-4861-9adc-99f6ed2d227e</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.