PUT VouchersIdentificationRequestBulkCancel

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7da5f02a-9b0f-4fb5-a584-d24cbb2b7b05",
  "c8dcfbdb-47eb-4de5-810e-779f82d3c08f"
]

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>7da5f02a-9b0f-4fb5-a584-d24cbb2b7b05</guid>
  <guid>c8dcfbdb-47eb-4de5-810e-779f82d3c08f</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.