FinOrg
Click here for a complete list of operations.
GetFullInfoByINN
Получение информации об организации по ее ИНН
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /FO_ZoomWS/FinOrg.asmx HTTP/1.1 Host: www.cbr.ru Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://web.cbr.ru/GetFullInfoByINN" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetFullInfoByINN xmlns="http://web.cbr.ru/"> <INN>long</INN> </GetFullInfoByINN> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetFullInfoByINNResponse xmlns="http://web.cbr.ru/"> <GetFullInfoByINNResult> <ID>long</ID> <OGRN>long</OGRN> <INN>string</INN> <ShortName>string</ShortName> <Name>string</Name> <EngName>string</EngName> <Address>string</Address> <Phones>string</Phones> <Email>string</Email> <OKATO>int</OKATO> <Reg>string</Reg> <FOTypes> <string>string</string> <string>string</string> </FOTypes> <Status>Any or Active or NotActive</Status> <IsSroMember>boolean</IsSroMember> <IsRss>boolean</IsRss> <NPO_FLG>boolean</NPO_FLG> <ASV_FLG>boolean</ASV_FLG> <PaySystem>string</PaySystem> <REGNUM>int</REGNUM> <BIC>string</BIC> <Fund> <APPROVAL_DATE>dateTime</APPROVAL_DATE> <CHANGE_DATE>dateTime</CHANGE_DATE> <CHANGE_NUM>int</CHANGE_NUM> <APPROVAL_REG_DATE>dateTime</APPROVAL_REG_DATE> <CHANGE_REG_DATE>dateTime</CHANGE_REG_DATE> <FUND_VALUE>decimal</FUND_VALUE> <FUND_CHANGE_DATE>dateTime</FUND_CHANGE_DATE> </Fund> <LicList> <LicInfo> <VidID>int</VidID> <VidD>string</VidD> <LIC_Number>string</LIC_Number> <LIC_Name>string</LIC_Name> <LIC_DTStart>dateTime</LIC_DTStart> <LIC_DTEnd>dateTime</LIC_DTEnd> </LicInfo> <LicInfo> <VidID>int</VidID> <VidD>string</VidD> <LIC_Number>string</LIC_Number> <LIC_Name>string</LIC_Name> <LIC_DTStart>dateTime</LIC_DTStart> <LIC_DTEnd>dateTime</LIC_DTEnd> </LicInfo> </LicList> <WebSites> <string>string</string> <string>string</string> </WebSites> <HasBranches>boolean</HasBranches> <Error>string</Error> </GetFullInfoByINNResult> </GetFullInfoByINNResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /FO_ZoomWS/FinOrg.asmx HTTP/1.1 Host: www.cbr.ru Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetFullInfoByINN xmlns="http://web.cbr.ru/"> <INN>long</INN> </GetFullInfoByINN> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetFullInfoByINNResponse xmlns="http://web.cbr.ru/"> <GetFullInfoByINNResult> <ID>long</ID> <OGRN>long</OGRN> <INN>string</INN> <ShortName>string</ShortName> <Name>string</Name> <EngName>string</EngName> <Address>string</Address> <Phones>string</Phones> <Email>string</Email> <OKATO>int</OKATO> <Reg>string</Reg> <FOTypes> <string>string</string> <string>string</string> </FOTypes> <Status>Any or Active or NotActive</Status> <IsSroMember>boolean</IsSroMember> <IsRss>boolean</IsRss> <NPO_FLG>boolean</NPO_FLG> <ASV_FLG>boolean</ASV_FLG> <PaySystem>string</PaySystem> <REGNUM>int</REGNUM> <BIC>string</BIC> <Fund> <APPROVAL_DATE>dateTime</APPROVAL_DATE> <CHANGE_DATE>dateTime</CHANGE_DATE> <CHANGE_NUM>int</CHANGE_NUM> <APPROVAL_REG_DATE>dateTime</APPROVAL_REG_DATE> <CHANGE_REG_DATE>dateTime</CHANGE_REG_DATE> <FUND_VALUE>decimal</FUND_VALUE> <FUND_CHANGE_DATE>dateTime</FUND_CHANGE_DATE> </Fund> <LicList> <LicInfo> <VidID>int</VidID> <VidD>string</VidD> <LIC_Number>string</LIC_Number> <LIC_Name>string</LIC_Name> <LIC_DTStart>dateTime</LIC_DTStart> <LIC_DTEnd>dateTime</LIC_DTEnd> </LicInfo> <LicInfo> <VidID>int</VidID> <VidD>string</VidD> <LIC_Number>string</LIC_Number> <LIC_Name>string</LIC_Name> <LIC_DTStart>dateTime</LIC_DTStart> <LIC_DTEnd>dateTime</LIC_DTEnd> </LicInfo> </LicList> <WebSites> <string>string</string> <string>string</string> </WebSites> <HasBranches>boolean</HasBranches> <Error>string</Error> </GetFullInfoByINNResult> </GetFullInfoByINNResponse> </soap12:Body> </soap12:Envelope>