Query Quota Convention

The following example shows the request and response that are defined in the XSD files for the QueryQuotaConvention tag.

Request

This request follows the QueryQuotaConvention tag defined in the XSD files.

<XmlInterfaceRequest>
   <QueryQuotaConvention>
     <Name>quotaConvention1</Name>
   </QueryQuotaConvention>
</XmlInterfaceRequest>

Response

The response to this request follows the generic Response tag defined in the XSD files.

<ConfigurationData version="9.1.0">
    <QuotaConvention>
        <Name>quotaConvention_default</Name>
        <Description></Description>
        <RolloverUsage>0</RolloverUsage>
        <PercentageRolloverInterval>20.0</PercentageRolloverInterval>
        <PercentageRolloverMax>0.0</PercentageRolloverMax>
        <BehaviorMask>128</BehaviorMask>
    </QuotaConvention>
</ConfigurationData>