PUT VouchersIdentificationRequestBulkCancel

Cancel Voucher Identifications in bulk.

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "6a1c6209-71e7-42d0-adc7-ef40256a72eb",
  "b6d87490-8196-4f50-9c1c-3423b07f120f"
]

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>6a1c6209-71e7-42d0-adc7-ef40256a72eb</guid>
  <guid>b6d87490-8196-4f50-9c1c-3423b07f120f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.