PUT RulesQuotaBulk
Request Information
URI Parameters
None.
Body Parameters
RuleQuotaUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of globally unique identifier |
None. |
|
| Increase | boolean |
None. |
|
| IsPercentage | boolean |
None. |
|
| Value | decimal number |
None. |
|
| TransactionEnabled | boolean |
None. |
|
| MoneyEnabled | boolean |
None. |
|
| VolumeEnabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
"6a016680-5e7b-4e0d-a51e-be15a5b217f6",
"3073ab91-f878-442b-bd82-275776bdf35c"
],
"Increase": true,
"IsPercentage": true,
"Value": 3.0,
"TransactionEnabled": true,
"MoneyEnabled": true,
"VolumeEnabled": true
}
application/xml, text/xml
Sample:
<RuleQuotaUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6a016680-5e7b-4e0d-a51e-be15a5b217f6</d2p1:guid>
<d2p1:guid>3073ab91-f878-442b-bd82-275776bdf35c</d2p1:guid>
</Ids>
<Increase>true</Increase>
<IsPercentage>true</IsPercentage>
<MoneyEnabled>true</MoneyEnabled>
<TransactionEnabled>true</TransactionEnabled>
<Value>3</Value>
<VolumeEnabled>true</VolumeEnabled>
</RuleQuotaUpdateDto>
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.