CheckLimits
Description
This method obtains information about available partner limits.
Return value
Sample requests and replies for CheckLimits method
XmlOverHttp request
GET https://sandbox.mont.ru/Version2/Service/B2BServiceV2Xml.svc/CheckLimits
XmlOverHttp reply
<?xml version="1.0" encoding="utf-8"?>
<CheckLimitsResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CheckLimitsResult>
<Data>
<ResellerLimitContract>
<Limit>500000000</Limit>
<LititType>ESD</LititType>
<Blocked>false</Blocked>
</ResellerLimitContract>
</Data>
<IsError>false</IsError>
<ErrorCode>0</ErrorCode>
<Errors/>
</CheckLimitsResult>
</CheckLimitsResponse>
SOAP request
https://sandbox.mont.ru/version2/service/B2BServiceV2.svc
<CheckLimits>
<MethodParameters>
<Void />
</MethodParameters>
</CheckLimits>
SOAP reply
<CheckLimits>
<MethodParameters>
<WebStoreResponseContractOfArrayOfResellerLimitContractQ_PHpcVh9>
<Data attr0="ResellerLimitContractArray"isNull="false">
<ResellerLimitContractArray0>
<BlockReason isNull="true"/>
<Blocked>False</Blocked>
<Limit>500000000</Limit>
<LititType>ESD</LititType>
</ResellerLimitContractArray0>
</Data>
<ErrorCode>0</ErrorCode>
<ErrorText isNull="true"/>
<Errors attr0="ErrorContractArray"isNull="false"/>
<IsError>False</IsError>
</WebStoreResponseContractOfArrayOfResellerLimitContractQ_PHpcVh9>
</MethodParameters>
</CheckLimits>