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:
[
  "a5678585-e190-4bb6-a7ac-9b192721820b",
  "d21c3c75-29cf-4904-9385-80c8b897a4fd"
]

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>a5678585-e190-4bb6-a7ac-9b192721820b</guid>
  <guid>d21c3c75-29cf-4904-9385-80c8b897a4fd</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.