PUT VouchersIdentificationsBulkEnable

Request Information

URI Parameters

None.

Body Parameters

VoucherIdentificationBulkEnableDto
NameDescriptionTypeAdditional information
Ids

Collection of globally unique identifier

None.

Enable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    "fd6cd0ed-e812-49cb-ba59-b4b833f0962a",
    "e42ac8b3-4e40-4aa7-b704-d50881f1ad2a"
  ],
  "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>fd6cd0ed-e812-49cb-ba59-b4b833f0962a</d2p1:guid>
    <d2p1:guid>e42ac8b3-4e40-4aa7-b704-d50881f1ad2a</d2p1:guid>
  </Ids>
</VoucherIdentificationBulkEnableDto>

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.