PUT VouchersBulkCancel
Cancels a list of voucher requests in bulk.
Request Information
URI Parameters
None.
Body Parameters
The list of voucher request IDs to cancel.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "34778dff-63a7-4914-8213-c906c84a4700", "937beb90-8c0a-4143-ad57-2f472227f5ed" ]
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>34778dff-63a7-4914-8213-c906c84a4700</guid> <guid>937beb90-8c0a-4143-ad57-2f472227f5ed</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.