POST vouchers/cancelbulk

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5f15ce96-8fa4-45ec-9ddd-607fbfab53c0",
  "b60a1a2a-3343-4eb3-8a12-a991af916ef6"
]

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>5f15ce96-8fa4-45ec-9ddd-607fbfab53c0</guid>
  <guid>b60a1a2a-3343-4eb3-8a12-a991af916ef6</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.