PUT RulesQuotaBulk
Request Information
URI Parameters
None.
Body Parameters
RuleQuotaUpdateDtoName | 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": [ "885a67cb-0142-4de9-8e15-f60cd01bf517", "be88daff-2bc1-4b7d-b685-444c5ec8a0d8" ], "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>885a67cb-0142-4de9-8e15-f60cd01bf517</d2p1:guid> <d2p1:guid>be88daff-2bc1-4b7d-b685-444c5ec8a0d8</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.