PUT VouchersIdentificationsBulkEnable
Request Information
URI Parameters
None.
Body Parameters
VoucherIdentificationBulkEnableDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of globally unique identifier |
None. |
|
| Enable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
"3b1c828e-a17d-4822-9a9e-a263c9116d52",
"04167769-8504-4c8c-9b35-f1c96dbc1f03"
],
"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>3b1c828e-a17d-4822-9a9e-a263c9116d52</d2p1:guid>
<d2p1:guid>04167769-8504-4c8c-9b35-f1c96dbc1f03</d2p1:guid>
</Ids>
</VoucherIdentificationBulkEnableDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.