Batch set quota
Method sets user/team/office quotas in batch.
quota is the amount of quotas.
limit is the amount to which the quotas reset after the specified period (see add-quota-to-portal).
Example
Data posted
POST https://ws.idibu.com/ws/rest/v1/quotas/517/all?hash=YOUR_HASH
<?xml version="1.0"?>
<idibu>
<quotas>
<quota>
<user-id>138</user-id>
<quota>42</quota>
<limit>88</limit>
</quota>
<quota>
<team-id>35000010</team-id>
<quota>42</quota>
<limit>88</limit>
</quota>
<quota>
<office-id>35000009</office-id>
<quota>42</quota>
<limit>88</limit>
</quota>
</quotas>
</idibu>
<?xml version="1.0" encoding="utf8"?>
<idibu generator="idibu" version="1.0">
<response>
<message>At least one quota should be set</message>
</response>
<status>success</status>
</idibu>