The following examples show the request and response that are defined in the XSD files for the UpdateQuotaConvention tag.
This request follows the UpdateQuotaConvention tag defined in the XSD files.
<XmlInterfaceRequest>
<UpdateQuotaConvention>
<QuotaConvention>
<Name>quotaConvention_default</Name>
<Description></Description>
<RolloverUsage>0</RolloverUsage>
<PercentageRolloverInterval>20.0</PercentageRolloverInterval>
<PercentageRolloverMax>0.0</PercentageRolloverMax>
<BehaviorMask>128</BehaviorMask>
</QuotaConvention>
<QuotaConvention>
<Name>rollover_20150_all</Name>
<Description></Description>
<RolloverUsage>0</RolloverUsage>
<PercentageRolloverInterval>20.0</PercentageRolloverInterval>
<PercentageRolloverMax>100.0</PercentageRolloverMax>
<BehaviorMask>223</BehaviorMask>
</QuotaConvention>
</UpdateQuotaConvention>
</XmlInterfaceRequest>
The response to this request follows the generic Response tag defined in the XSD files.
<Response>
<Result>0</Result>
<Command type="XmlInterfaceResponse">
<Success count="1">Successfully updated 2 quota convention(s).</Success>
<Failure count="0"></Failure>
</Command>
</Response>