29 - Mass media notice
Information about publication of various company data in mass media.
The report contains the following components:
Http Method | POST |
---|---|
Request URL | https://secure.ubki.ua/b2_api_xml/ubki/xml |
Request JSON{ "doc": { "ubki": { "req_envelope": { "req_xml": { "request": { "i": { "ident": { "okpo": "Tax/Taxpayer Identification Number (INN-RNUKPN)/EGRPOU" }, "additionaldata": { "smiid": "Mass Media Report Number" }, "reqlng": "Search criteria language (code from ref.23)" }, "version": "1.0", "reqtype": "Template code (code from ref.49): 'Mass Media Notace' report – 29", "reqreason": "Request objective (code from ref.24)" }, "descr": "Request object" }, "descr": "Request envelope" }, "sessid": "Session key (obtained from the authorization API)" } } } |
Response JSON{ "ubkidata": { "tech": { "trace": { "step": { "name": "Step name", "stm": "Step start stamp date", "ftm": "Step finish stamp date" } }, "error": { "errtype": "Error code (code from ref.0)", "errtext": "Error text (value from ref.0)" }, "reqinfo": { "reqid": "Outgoing request ID generated by UBKI" }, "billing": { "balance": { "value": "Total assets", "date": "Date", "time": "Time" }, "billdetails": { "freemon": "Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), code (0 - No, 1 - Yes)", "freemonref": "Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), value (0 - No, 1 - Yes)" } } }, "comp": { "smiinfo": { "smiid": "Mass Media Report Number", "smitext": "Mass Media Report Text" }, "id": "34", "descr": "Names of components" } } } |
Request XML<?xml version="1.0" encoding="utf-8"?> <doc> <ubki sessid="Session key (obtained from the authorization API)"> <req_envelope descr="Request envelope"> <req_xml descr="Request object"> <!-- Request parameters --> <request version="1.0" reqtype="Template code (code from ref.49): 'Mass Media Notace' report – 29" reqreason="Request objective (code from ref.24)"> <!-- Parameters describing search criteria--> <i reqlng="Search criteria language (code from ref.23)"> <!-- Subject identification parameters--> <ident okpo="Tax/Taxpayer Identification Number (INN-RNUKPN)/EGRPOU" /> <!--Identifying the message text in mass media--> <additionaldata smiid="Mass Media Report Number" /> </i> </request> </req_xml> </req_envelope> </ubki> </doc> |
Response XML<?xml version="1.0" encoding="utf-8"?> <ubkidata> <!-- System information part --> <tech> <trace> <step name="Step name" stm="Step start stamp date" ftm="Step finish stamp date"> <!-- The trace part contains timing metrics of components generation steps --> </step> </trace> <error errtype="Error code (code from ref.0)" errtext="Error text (value from ref.0)"> </error> <reqinfo reqid="Outgoing request ID generated by UBKI"> </reqinfo> <!-- Information about the current status of the prepaid account part--> <billing> <balance value="Total assets" date="Date" time="Time" /> <billdetails freemon="Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), code (0 - No, 1 - Yes)" freemonref="Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), value (0 - No, 1 - Yes)"/> </billing> </tech> <comp id="34" descr="Names of components"> <smiinfo smiid="Mass Media Report Number" smitext="Mass Media Report Text" /> </comp> </ubkidata> |
Example |
---|
Request JSON | {
"doc": {
"ubki": {
"req_envelope": {
"req_xml": {
"request": {
"i": {
"ident": {
"okpo": "97867562"
},
"additionaldata": {
"smiid": "1-97867564"
},
"reqlng": "4"
},
"version": "1.0",
"reqtype": "29",
"reqreason": "2"
}
}
},
"sessid": "F936E3872D7740D7910BB32C933318B3"
}
}
} |
Response JSON | {
"ubkidata": {
"tech": {
"trace": {
"step": {
"name": "build report",
"stm": "2022-08-26 09:52:26.157",
"ftm": "2022-08-26 09:52:26.186"
}
},
"reqinfo": {
"reqid": "req2#000002460377"
}
},
"comp": {
"smiinfo": {
"smiid": "1-97867564",
"smitext": "<p><strong>Розділ 1. ПОВІДОМЛЕННЯ </strong><strong> </strong></p>\r\n<p>\r\n <strong>ПУБЛІКАЦІЯ ВІДОМОСТЕЙ З ЄДИНОГО ДЕРЖАВНОГО РЕЄСТРУ: З 23.02.2009 ПО 09.03.2009 </strong><strong> </strong></p>\r\n<p><strong><em>1.1. ПРОВЕДЕННЯ ДЕРЖАВНОЇ РЕЄСТРАЦІЇ ЮРИДИЧНОЇ ОСОБИ БИЗНЕС ГРУП</em></strong></p>\r\n<p><strong>49016, ДНІПРОПЕТРОВСЬКА ОБЛ., МІСТО ДНІПРО, ВИШНЕВИЙ РАЙОН, ВУЛИЦЯ АБРИКОСОВА</strong><strong> </strong></p>\r\n"
},
"id": "34",
"descr": "Media text"
}
}
} |
Request XML | <?xml version="1.0" encoding="UTF-8"?>
<doc>
<ubki sessid="F936E3872D7740D7910BB32C933318B3">
<req_envelope>
<req_xml>
<request version="1.0" reqtype="29" reqreason="2">
<i reqlng="4">
<ident okpo="97867562" />
<additionaldata smiid="1-97867564" />
</i>
</request>
</req_xml>
</req_envelope>
</ubki>
</doc> |
Response XML |
XSD Schema request | |
---|---|
XSD Schema response | https://secure.ubki.ua/b2/js/xsd/response29.xsd |
Test URL | |
---|---|
Test data |
|