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": [
"92b86f5c-2e64-479d-8bb9-ebe9dd5cc3b9",
"c4dd6148-b668-4e7e-bc96-a135e4c7e0af"
],
"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>92b86f5c-2e64-479d-8bb9-ebe9dd5cc3b9</d2p1:guid>
<d2p1:guid>c4dd6148-b668-4e7e-bc96-a135e4c7e0af</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.