PUT VouchersIdentificationRequestBulkCancel

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "26c5d058-c0c5-46b1-82a3-f9ee5251a509",
  "fd3bca02-fad2-4a18-a595-0193b6f8bfe9"
]

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>26c5d058-c0c5-46b1-82a3-f9ee5251a509</guid>
  <guid>fd3bca02-fad2-4a18-a595-0193b6f8bfe9</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.