Herriot:GetBusinessEntityChangesList:v1.0: различия между версиями
Перейти к навигации
Перейти к поиску
(Новая страница: «== Общие сведения == == Спецификация запроса == == Спецификация ответа == == Примеры запросов...») |
|||
(не показано 8 промежуточных версий 2 участников) | |||
Строка 1: | Строка 1: | ||
== Общие сведения == | == Общие сведения == | ||
{| class="wikitable" | |||
! Код !! Описание операции | |||
|- | |||
| '''ES.HRT.1.4''' | |||
| Получение истории изменений справочника хозяйствующих субъектов за заданный интервал времени | |||
|- | |||
|} | |||
== Спецификация запроса == | == Спецификация запроса == | ||
{| class="wikitable" | |||
! # | |||
! Название XML-элемента | |||
! Тип | |||
! Обязат. | |||
! Описание (нажмите [...] для отображения дополнительного описания) | |||
|- | |||
|001 | |||
|style="font-weight: ; font-family: Courier;" |{{color|#190dbf|'''<ws:getBusinessEntityChangesListRequest>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|002 | |||
|style="font-weight: ; font-family: Courier;" |···{{color|#190dbf|'''<{{color|#660e7a|bs:}}listOptions>'''}} | |||
|bs:ListOptions | |||
|[0..1] | |||
| style="width:52em;"| Параметры запрашиваемого списка | |||
|- | |||
|003 | |||
|style="font-weight: ; font-family: Courier;" |······{{color|#190dbf|'''<{{color|#660e7a|bs:}}count>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}count>'''}} | |||
|xs:nonNegativeInteger | |||
|[0..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Максимальное запрашиваемое количество объектов в списке | |||
</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* По умолчанию значение 100; | |||
* Максимально возможное значение 1000.</div> | |||
</div> | |||
|- | |||
|004 | |||
|style="font-weight: ; font-family: Courier;" |······{{color|#190dbf|'''<{{color|#660e7a|bs:}}offset>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}offset>'''}} | |||
|xs:nonNegativeInteger | |||
|[0..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Номер элемента, по которому осуществляется смещение первого элемента списка | |||
</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* По умолчанию значение 0.</div> | |||
</div> | |||
|- | |||
|005 | |||
|style="font-weight: ; font-family: Courier;" |···{{color|#190dbf|'''</{{color|#660e7a|bs:}}listOptions>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|006 | |||
|style="font-weight: ; font-family: Courier;" |···{{color|#190dbf|'''<{{color|#660e7a|bs:}}updateDateInterval>'''}} | |||
|bs:DateInterval | |||
|[1..1] | |||
| style="width:52em;"| Интервал времени обновления | |||
|- | |||
|007 | |||
|style="font-weight: ; font-family: Courier;" |······{{color|#190dbf|'''<{{color|#660e7a|bs:}}beginDate>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}beginDate>'''}} | |||
|xs:dateTime | |||
|[1..1] | |||
| style="width:52em;"| Начало временного интервала | |||
|- | |||
|008 | |||
|style="font-weight: ; font-family: Courier;" |······{{color|#190dbf|'''<{{color|#660e7a|bs:}}endDate>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}endDate>'''}} | |||
|xs:dateTime | |||
|[0..1] | |||
| style="width:52em;"| Конец временного интервала | |||
|- | |||
|009 | |||
|style="font-weight: ; font-family: Courier;" |···{{color|#190dbf|'''</{{color|#660e7a|bs:}}updateDateInterval>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|010 | |||
|style="font-weight: ; font-family: Courier;" |{{color|#190dbf|'''</ws:getBusinessEntityChangesListRequest>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|} | |||
== Спецификация ответа == | == Спецификация ответа == | ||
{| class="wikitable" | |||
! # | |||
! Название XML-элемента | |||
! Тип | |||
! Обязат. | |||
! Описание (нажмите [...] для отображения дополнительного описания) | |||
|- | |||
|001 | |||
|style="font-weight: ; font-family: Courier;" |{{color|#190dbf|'''<ws:getBusinessEntityChangesListResponse>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|002 | |||
|style="font-weight: ; font-family: Courier;" |···{{color|#190dbf|'''<{{color|#660e7a|dt:}}businessEntityList {{color|Red|count=}}{{color|#007f15|"?"}} {{color|Red|total=}}{{color|#007f15|"?"}} {{color|Red|offset=}}{{color|#007f15|"?"}}>'''}} | |||
|dt:BusinessEntityList | |||
|[1..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Список хозяйствующих субъектов</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* total - всего записей; | |||
* offset - смещение относительно первого элемента; | |||
* count - количество выводимых записей</div> | |||
</div> | |||
|- | |||
|003 | |||
|style="font-weight: ; font-family: Courier;" |······{{color|#190dbf|'''<{{color|#660e7a|dt:}}businessEntity>'''}} | |||
|dt:BusinessEntity | |||
|[0..*] | |||
| style="width:52em;"| Хозяйствующий субъект | |||
|- | |||
|004 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}uuid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}uuid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Идентификатор версии записи | |||
|- | |||
|005 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}guid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}guid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Глобальный идентификатор записи | |||
|- | |||
|006 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}active>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}active>'''}} | |||
|xs:boolean | |||
|[1..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Флаг активности записи</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* true - запись активна; | |||
* false - запись не активна</div> | |||
</div> | |||
|- | |||
|007 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}last>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}last>'''}} | |||
|xs:boolean | |||
|[1..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Флаг, указывающий на то, что запись является последней в истории</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* true - да; | |||
* false - нет</div> | |||
</div> | |||
|- | |||
|008 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}status>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}status>'''}} | |||
|bs:VersionStatus | |||
|[1..1] | |||
| style="width:52em;"| Статус записи | |||
|- | |||
|009 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}createDate>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}createDate>'''}} | |||
|xs:dateTime | |||
|[1..1] | |||
| style="width:52em;"| Дата создрания записи | |||
|- | |||
|010 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}updateDate>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}updateDate>'''}} | |||
|xs:dateTime | |||
|[1..1] | |||
| style="width:52em;"| Дата последенго изменения записи | |||
|- | |||
|011 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}previous>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}previous>'''}} | |||
|bs:UUID | |||
|[0..1] | |||
| style="width:52em;"| Идентификатор предыдущей версии записи | |||
|- | |||
|012 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|bs:}}next>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}next>'''}} | |||
|bs:UUID | |||
|[0..1] | |||
| style="width:52em;"| Идентификатор следующей версии записи | |||
|- | |||
|013 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}type>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}type>'''}} | |||
|dt:BusinessEntityType | |||
|[1..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Тип хозяйствующего субъекта</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* 1 - юридическое лицо | |||
* 2 - физическое лицо | |||
* 3 - индивидуальный предприниматель</div> | |||
</div> | |||
|- | |||
|014 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Наименование хозяйствующего субъекта</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* Возвращается только для юридических лиц | |||
* Для физических лиц и для индивидуальных предпринимателей поле не возвращается</div> | |||
</div> | |||
|- | |||
|015 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}incorporationForm>'''}} | |||
|dt:IncorporationForm | |||
|[0..1] | |||
| style="width:52em;"| Организационно-правовая форма (ОПФ) | |||
|- | |||
|016 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|bs:}}uuid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}uuid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Идентификатор версии ОПФ | |||
|- | |||
|017 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Наименование ОПФ | |||
|- | |||
|018 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}code>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}code>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Код ОПФ | |||
|- | |||
|019 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}shortName>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}shortName>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Краткое наименование ОПФ | |||
|- | |||
|020 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''</{{color|#660e7a|dt:}}incorporationForm>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|021 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}fullName>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}fullName>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Полное наименование хозяйствующего субъекта | |||
|- | |||
|022 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}fio>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}fio>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">ФИО физического лица или индивидуального предпринимателя</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* Для юридических лиц поле не возвращается</div> | |||
</div> | |||
|- | |||
|023 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}inn>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}inn>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| ИНН хозяйствующего субъекта | |||
|- | |||
|024 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}kpp>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}kpp>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Код причины постановки на учет (КПП) | |||
|- | |||
|025 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}ogrn>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}ogrn>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">ОГРН или ОГРНИП</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* Для ИП ОГРНИП может быть не указано</div> | |||
</div> | |||
|- | |||
|026 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}juridicalAddress>'''}} | |||
|dt:Address | |||
|[1..1] | |||
| style="width:52em;"| Юридический адрес | |||
|- | |||
|027 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}country>'''}} | |||
|dt:Country | |||
|[1..1] | |||
| style="width:52em;"| Страна | |||
|- | |||
|028 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|bs:}}guid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}guid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Глобальный идентификатор записи | |||
|- | |||
|029 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Наименование страны | |||
|- | |||
|030 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''</{{color|#660e7a|dt:}}country>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|031 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}region>'''}} | |||
|dt:Region | |||
|[1..1] | |||
| style="width:52em;"| Регион | |||
|- | |||
|032 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|bs:}}guid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}guid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Глобальный идентификатор записи | |||
|- | |||
|033 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Наименование региона | |||
|- | |||
|034 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''</{{color|#660e7a|dt:}}region>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|035 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}district>'''}} | |||
|dt:District | |||
|[0..1] | |||
| style="width:52em;"| Район региона | |||
|- | |||
|036 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|bs:}}guid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}guid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Глобальный идентификатор записи | |||
|- | |||
|037 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Наименование района | |||
|- | |||
|038 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''</{{color|#660e7a|dt:}}district>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|039 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}locality>'''}} | |||
|dt:Locality | |||
|[0..1] | |||
| style="width:52em;"| Город | |||
|- | |||
|040 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|bs:}}guid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}guid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Глобальный идентификатор записи | |||
|- | |||
|041 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Наименование города | |||
|- | |||
|042 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''</{{color|#660e7a|dt:}}locality>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|043 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}subLocality>'''}} | |||
|dt:Locality | |||
|[0..1] | |||
| style="width:52em;"| Населённый пункт | |||
|- | |||
|044 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|bs:}}guid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}guid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Глобальный идентификатор записи | |||
|- | |||
|045 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Наименование населенного пункта | |||
|- | |||
|046 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''</{{color|#660e7a|dt:}}subLocality>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|047 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}street>'''}} | |||
|dt:Street | |||
|[0..1] | |||
| style="width:52em;"| Улица | |||
|- | |||
|048 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|bs:}}guid>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|bs:}}guid>'''}} | |||
|bs:UUID | |||
|[1..1] | |||
| style="width:52em;"| Глобальный идентификатор записи | |||
|- | |||
|049 | |||
|style="font-weight: ; font-family: Courier;" |···············{{color|#190dbf|'''<{{color|#660e7a|dt:}}name>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}name>'''}} | |||
|bs:String255 | |||
|[1..1] | |||
| style="width:52em;"| Наименование улицы | |||
|- | |||
|050 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''</{{color|#660e7a|dt:}}street>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|051 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}house>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}house>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Номер дома | |||
|- | |||
|052 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}building>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}building>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Номер строения | |||
|- | |||
|053 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}room>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}room>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Номер квартиры / офиса | |||
|- | |||
|054 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}postIndex>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}postIndex>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Почтовый индекс | |||
|- | |||
|055 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}postBox>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}postBox>'''}} | |||
|bs:String255 | |||
|[0..1] | |||
| style="width:52em;"| Абонентский ящик | |||
|- | |||
|056 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}additionalInfo>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}additionalInfo>'''}} | |||
|bs:NText | |||
|[0..1] | |||
| style="width:52em;"| Дополнительная информация | |||
|- | |||
|057 | |||
|style="font-weight: ; font-family: Courier;" |············{{color|#190dbf|'''<{{color|#660e7a|dt:}}addressView>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}addressView>'''}} | |||
|bs:NText | |||
|[0..1] | |||
| style="width:52em;"| Строковое представление адреса | |||
|- | |||
|058 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''</{{color|#660e7a|dt:}}juridicalAddress>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|059 | |||
|style="font-weight: ; font-family: Courier;" |·········{{color|#190dbf|'''<{{color|#660e7a|dt:}}registryStatus>'''}}{{color|#131313|?}}{{color|#190dbf|'''</{{color|#660e7a|dt:}}registryStatus>'''}} | |||
|dt:BusinessEntityStatus | |||
|[1..1] | |||
|<div class="mw-collapsible mw-collapsed" data-expandtext=" ... " data-collapsetext="свернуть" style="font-weight: bold; width:52em;"> | |||
<span style="white-space:nowrap; font-weight: normal;">Статус хозяйствующего субъекта в ИС Цербер</span> | |||
<div class="mw-collapsible-content" style="font-weight: normal;"> | |||
* UNVERIFIED- Не подтверджен (не в реестре) | |||
* VERIFIED- Подтвержден (включен в реестр) | |||
* CANCELED- Исключен из реестра | |||
* DELETED- Удален | |||
* ELIMINATED- Прекратил деятельность (исключен из реестра) | |||
</div> | |||
|- | |||
|060 | |||
|style="font-weight: ; font-family: Courier;" |······{{color|#190dbf|'''</{{color|#660e7a|dt:}}businessEntity>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|061 | |||
|style="font-weight: ; font-family: Courier;" |···{{color|#190dbf|'''</{{color|#660e7a|dt:}}businessEntityList>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|062 | |||
|style="font-weight: ; font-family: Courier;" |{{color|#190dbf|'''</ws:getBusinessEntityChangesListResponse>'''}} | |||
| | |||
| | |||
| style="width:52em;"| | |||
|- | |||
|} | |||
== Примеры запросов == | == Примеры запросов == |
Текущая версия на 11:19, 23 сентября 2024
Общие сведения
Код | Описание операции |
---|---|
ES.HRT.1.4 | Получение истории изменений справочника хозяйствующих субъектов за заданный интервал времени |
Спецификация запроса
# | Название XML-элемента | Тип | Обязат. | Описание (нажмите [...] для отображения дополнительного описания) |
---|---|---|---|---|
001 | <ws:getBusinessEntityChangesListRequest> | |||
002 | ···<bs:listOptions> | bs:ListOptions | [0..1] | Параметры запрашиваемого списка |
003 | ······<bs:count>?</bs:count> | xs:nonNegativeInteger | [0..1] | Максимальное запрашиваемое количество объектов в списке
|
004 | ······<bs:offset>?</bs:offset> | xs:nonNegativeInteger | [0..1] | Номер элемента, по которому осуществляется смещение первого элемента списка
|
005 | ···</bs:listOptions> | |||
006 | ···<bs:updateDateInterval> | bs:DateInterval | [1..1] | Интервал времени обновления |
007 | ······<bs:beginDate>?</bs:beginDate> | xs:dateTime | [1..1] | Начало временного интервала |
008 | ······<bs:endDate>?</bs:endDate> | xs:dateTime | [0..1] | Конец временного интервала |
009 | ···</bs:updateDateInterval> | |||
010 | </ws:getBusinessEntityChangesListRequest> |
Спецификация ответа
# | Название XML-элемента | Тип | Обязат. | Описание (нажмите [...] для отображения дополнительного описания) |
---|---|---|---|---|
001 | <ws:getBusinessEntityChangesListResponse> | |||
002 | ···<dt:businessEntityList count="?" total="?" offset="?"> | dt:BusinessEntityList | [1..1] | Список хозяйствующих субъектов
|
003 | ······<dt:businessEntity> | dt:BusinessEntity | [0..*] | Хозяйствующий субъект |
004 | ·········<bs:uuid>?</bs:uuid> | bs:UUID | [1..1] | Идентификатор версии записи |
005 | ·········<bs:guid>?</bs:guid> | bs:UUID | [1..1] | Глобальный идентификатор записи |
006 | ·········<bs:active>?</bs:active> | xs:boolean | [1..1] | Флаг активности записи
|
007 | ·········<bs:last>?</bs:last> | xs:boolean | [1..1] | Флаг, указывающий на то, что запись является последней в истории
|
008 | ·········<bs:status>?</bs:status> | bs:VersionStatus | [1..1] | Статус записи |
009 | ·········<bs:createDate>?</bs:createDate> | xs:dateTime | [1..1] | Дата создрания записи |
010 | ·········<bs:updateDate>?</bs:updateDate> | xs:dateTime | [1..1] | Дата последенго изменения записи |
011 | ·········<bs:previous>?</bs:previous> | bs:UUID | [0..1] | Идентификатор предыдущей версии записи |
012 | ·········<bs:next>?</bs:next> | bs:UUID | [0..1] | Идентификатор следующей версии записи |
013 | ·········<dt:type>?</dt:type> | dt:BusinessEntityType | [1..1] | Тип хозяйствующего субъекта
|
014 | ·········<dt:name>?</dt:name> | bs:String255 | [0..1] | Наименование хозяйствующего субъекта
|
015 | ·········<dt:incorporationForm> | dt:IncorporationForm | [0..1] | Организационно-правовая форма (ОПФ) |
016 | ············<bs:uuid>?</bs:uuid> | bs:UUID | [1..1] | Идентификатор версии ОПФ |
017 | ············<dt:name>?</dt:name> | bs:String255 | [1..1] | Наименование ОПФ |
018 | ············<dt:code>?</dt:code> | bs:String255 | [1..1] | Код ОПФ |
019 | ············<dt:shortName>?</dt:shortName> | bs:String255 | [0..1] | Краткое наименование ОПФ |
020 | ·········</dt:incorporationForm> | |||
021 | ·········<dt:fullName>?</dt:fullName> | bs:String255 | [0..1] | Полное наименование хозяйствующего субъекта |
022 | ·········<dt:fio>?</dt:fio> | bs:String255 | [0..1] | ФИО физического лица или индивидуального предпринимателя
|
023 | ·········<dt:inn>?</dt:inn> | bs:String255 | [0..1] | ИНН хозяйствующего субъекта |
024 | ·········<dt:kpp>?</dt:kpp> | bs:String255 | [0..1] | Код причины постановки на учет (КПП) |
025 | ·········<dt:ogrn>?</dt:ogrn> | bs:String255 | [0..1] | ОГРН или ОГРНИП
|
026 | ·········<dt:juridicalAddress> | dt:Address | [1..1] | Юридический адрес |
027 | ············<dt:country> | dt:Country | [1..1] | Страна |
028 | ···············<bs:guid>?</bs:guid> | bs:UUID | [1..1] | Глобальный идентификатор записи |
029 | ···············<dt:name>?</dt:name> | bs:String255 | [1..1] | Наименование страны |
030 | ············</dt:country> | |||
031 | ············<dt:region> | dt:Region | [1..1] | Регион |
032 | ···············<bs:guid>?</bs:guid> | bs:UUID | [1..1] | Глобальный идентификатор записи |
033 | ···············<dt:name>?</dt:name> | bs:String255 | [1..1] | Наименование региона |
034 | ············</dt:region> | |||
035 | ············<dt:district> | dt:District | [0..1] | Район региона |
036 | ···············<bs:guid>?</bs:guid> | bs:UUID | [1..1] | Глобальный идентификатор записи |
037 | ···············<dt:name>?</dt:name> | bs:String255 | [1..1] | Наименование района |
038 | ············</dt:district> | |||
039 | ············<dt:locality> | dt:Locality | [0..1] | Город |
040 | ···············<bs:guid>?</bs:guid> | bs:UUID | [1..1] | Глобальный идентификатор записи |
041 | ···············<dt:name>?</dt:name> | bs:String255 | [1..1] | Наименование города |
042 | ············</dt:locality> | |||
043 | ············<dt:subLocality> | dt:Locality | [0..1] | Населённый пункт |
044 | ···············<bs:guid>?</bs:guid> | bs:UUID | [1..1] | Глобальный идентификатор записи |
045 | ···············<dt:name>?</dt:name> | bs:String255 | [1..1] | Наименование населенного пункта |
046 | ············</dt:subLocality> | |||
047 | ············<dt:street> | dt:Street | [0..1] | Улица |
048 | ···············<bs:guid>?</bs:guid> | bs:UUID | [1..1] | Глобальный идентификатор записи |
049 | ···············<dt:name>?</dt:name> | bs:String255 | [1..1] | Наименование улицы |
050 | ············</dt:street> | |||
051 | ············<dt:house>?</dt:house> | bs:String255 | [0..1] | Номер дома |
052 | ············<dt:building>?</dt:building> | bs:String255 | [0..1] | Номер строения |
053 | ············<dt:room>?</dt:room> | bs:String255 | [0..1] | Номер квартиры / офиса |
054 | ············<dt:postIndex>?</dt:postIndex> | bs:String255 | [0..1] | Почтовый индекс |
055 | ············<dt:postBox>?</dt:postBox> | bs:String255 | [0..1] | Абонентский ящик |
056 | ············<dt:additionalInfo>?</dt:additionalInfo> | bs:NText | [0..1] | Дополнительная информация |
057 | ············<dt:addressView>?</dt:addressView> | bs:NText | [0..1] | Строковое представление адреса |
058 | ·········</dt:juridicalAddress> | |||
059 | ·········<dt:registryStatus>?</dt:registryStatus> | dt:BusinessEntityStatus | [1..1] | Статус хозяйствующего субъекта в ИС Цербер
|
060 | ······</dt:businessEntity> | |||
061 | ···</dt:businessEntityList> | |||
062 | </ws:getBusinessEntityChangesListResponse> |
Примеры запросов
TODO
См. также
Вернуться к началу ↑
Вернуться на страницу профиля API Herriot:Services:v1.0