PUT RulesQuotaBulk

Request Information

URI Parameters

None.

Body Parameters

RuleQuotaUpdateDto
NameDescriptionTypeAdditional 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": [
    "4d65df15-7a85-49fa-bb36-f84fc206c56e",
    "7e26b966-e4d0-4be3-b775-9e3170557615"
  ],
  "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>4d65df15-7a85-49fa-bb36-f84fc206c56e</d2p1:guid>
    <d2p1:guid>7e26b966-e4d0-4be3-b775-9e3170557615</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.