PUT VouchersIdentificationsBulkEnable

Enable or disable Voucher Identifications in bulk.

Request Information

URI Parameters

None.

Body Parameters

The ids of the Voucher Identifications and enable flag.

VoucherIdentificationBulkEnableDto
NameDescriptionTypeAdditional information
Ids

Collection of globally unique identifier

None.

Enable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    "18d2e6d9-1faa-4e99-a18e-3a8154b196c6",
    "8f16a35c-0101-4052-be8e-9778f312a68e"
  ],
  "Enable": true
}

application/xml, text/xml

Sample:
<VoucherIdentificationBulkEnableDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Enable>true</Enable>
  <Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>18d2e6d9-1faa-4e99-a18e-3a8154b196c6</d2p1:guid>
    <d2p1:guid>8f16a35c-0101-4052-be8e-9778f312a68e</d2p1:guid>
  </Ids>
</VoucherIdentificationBulkEnableDto>

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.