|
An example of using the function
|
Example of filtration request execution |
|
<?xml version="1.0" encoding="UTF-8"?>
<param>
<login> LOGIN </login>
<function> Address </function>
<where> DescriptionUA like 'Зелена%' </where>
<order> </order>
<sign>sign*</sign>
</param>
*sign = md5 ( login + password + function + where +
order)
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<return>
<api>API-1C</api>
<apiversion>1</apiversion>
<result_table>
<items>
<uuid>083E35CC-39A1-11E0-814F-
00215AEE3EBE</uuid>
<DescriptionUA>Зелена</DescriptionUA>
<DescriptionRU> Зеленая</DescriptionRU>
<DescriptionEN></DescriptionEN>
<StreetTypeUA>вул.</StreetTypeUA>
<StreetTypeRU>ул.</StreetTypeRU>
<ZIP>null</ZIP>
<Cityuuid>74DC45F2-749B-11DF-B112-
00215AEE3EBE</Cityuuid>
<Districtuuid>00000000-0000-0000-0000-
000000000000</Districtuuid>
<DateChange>2013.08.07 20:28:50</DateChange>
</items><items>
<uuid>449460F5-3293-11E0-82C7-
00215AEE3EBE</uuid>
<DescriptionUA>Зелена</DescriptionUA>
<DescriptionRU> Зеленая</DescriptionRU>
<DescriptionEN></DescriptionEN>
<StreetTypeUA>вул.</StreetTypeUA>
<StreetTypeRU>ул.</StreetTypeRU>
<ZIP>null</ZIP>
<Cityuuid>7AD9526F-749B-11DF-B112-
00215AEE3EBE</Cityuuid>
<Districtuuid>00000000-0000-0000-0000-
000000000000</Districtuuid>
<DateChange>2013.08.07 19:22:00</DateChange>
</items>
</result_table>
<result_uuid/>
<errors>
<code>000</code>
<name> </name>
</errors>
</return>
|
Table 1.7. Description of the contents of XML code tags
| Field | Description | Type | Filtration |
|
Uuid
|
Unique street identifierі
|
Uniqueidentifier
|
|
|
DescriptionUA
|
Street name in Ukrainian
|
Text
|
yes
|
|
DescriptionRU
|
Street name in Russian
|
Text
|
yes
|
|
DescriptionEN
|
Street name in English
|
Text
|
yes
|
|
zip
|
Postcode
|
Text
|
|
|
Cityuuid
|
Unique city identifier
|
Uniqueidentifier
|
yes
|
|
Districtuuid
|
Unique region identifier
|
Uniqueidentifier
|
yes
|
|
DateChange
|
The date of the infusion of street information. For example: the name changed.
|
Date
|