Перейти к основному содержимому

Warrants API

Группа методов для работы с МЧД.

Описание методов

Данный блок содержит подробное описание по каждому методу API.


[GET]/api/v2/warrants

Возвращает список доверенностей.

Параметры в строке запроса

НазваниеОбязат.МестоТипОписание
representativeInnДаQuerystringИНН представителя организации.
principalInnНетQuerystringИНН доверителя.

Возможные ответы метода

КодТипОписание
200WarrantServiceShortResponseResultListСписок доверенностей пользователя.
400Без данныхПереданы некорректные параметры запроса.
500Без данныхВнутренняя ошибка сервера.
Пример успешного ответа
{
"count": 1,
"data": [
{
"warrantNumber": "Строка",
"warrantStatus": "Строка",
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"principalsShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
],
"representativesShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
]
}
]
}

[GET]/api/v1/warrants/ByRepresentativeInn

Возвращает список доверенностей по ИНН представителя.

Параметры в строке запроса

НазваниеОбязат.МестоТипОписание
representativeInnНетQuerystringИНН представителя организации.
offsetНетQueryinteger(int32)Начальное значение списка.
countНетQueryinteger(int32)Количество выводимых значений.

Возможные ответы метода

КодТипОписание
200WarrantServiceListResponseСписок доверенностей пользователя.
400Без данныхПереданы некорректные параметры запроса.
401Без данныхПользователь не авторизован.
403Без данныхОтказано в доступе.
500Без данныхВнутренняя ошибка сервера.
Пример успешного ответа
{
"warrants": [
{
"warrantNumber": "Строка",
"warrantHash": "Строка",
"warrantStatus": "Строка",
"warrantBody": {
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"esiaId": "Строка",
"isIrrevocable": true,
"transferType": "Multiple",
"internalPoaNumber": "Строка",
"isNotarized": true,
"poaInternalRegistrationDate": "2022-02-11T13:03:05.670Z",
"submitTaxAuthorityCode": "Строка",
"targetTaxAuthorityCodes": [
"Строка"
],
"principals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
],
"representatives": [
{
"representativeType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
}
}
],
"empowerment": {
"isMachineReadable": true,
"isJointPowers": true,
"isLosingEmpowerment": true,
"description": "Строка",
"machineReadableEmpowermentList": [
{
"mnemonics": "Строка",
"code": "Строка",
"name": "Строка",
"limitations": [
{
"number": 1,
"code": "Строка",
"name": "Строка",
"valueName": "Строка",
"valueCode": "Строка",
"textValue": "Строка"
}
]
}
]
},
"isTransfer": true,
"transferData": {
"isPreviousPoaTransfer": true,
"basePoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"previousPoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка"
}
},
"transferPrincipals": [
{
"transferPrincipalType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"branchSupervisor": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
}
}
]
},
"formatVersion": "Строка",
"principalsShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
],
"representativesShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
]
}
],
"meta": {
"totalCount": 1
}
}

Описание дополнительных моделей

Данный блок содержит описание дополнительных моделей.


B2B_coreV1.BasePoaPrincipalInfo

Сведения о доверителе основной доверенности

НазваниеОбязат.ТипОписание
principalTypeНетОдна из: B2B_coreV1.PrincipalTypeТип доверителя.
rusOrganizationНетОдна из: B2B_coreV1.RusOrganizationInfoСведения о российской организации.
foreignOrganizationНетОдна из: B2B_coreV1.ForeignOrganizationInfoСведения об иностранной организации.
individualEntrepreneurНетОдна из: B2B_coreV1.IndividualEntrepreneurInfoПолные сведения об индивидуальном предпринимателе.
privatePersonНетОдна из: B2B_coreV1.PrivatePersonInfoСведения о физическом лице.
Пример модели
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountryCode": "Строка",
"regNumber": "Строка",
"address": "Строка"
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
}

B2B_coreV1.CitizenshipType

Тип гражданства

ЗначениеОписание
ForeignИностранный.
RussianРоссийское.
StatelessБез гражданства.

B2B_coreV1.EmpowermentInfo

Сведения о полномочиях

НазваниеОбязат.ТипОписание
codeНетstringКод полномочий уполномоченного представителя
descriptionНетstringТекстовое описание полномочий уполномоченного представителя
contentsНетstringСодержание полномочий уполномоченного представителя
Пример модели
{
"code": "Строка",
"description": "Строка",
"contents": "Строка"
}

B2B_coreV1.ForeignOrgPrincipalInfo

Сведения о доверителе – иностранном юридическом лице

НазваниеОбязат.ТипОписание
nameНетstringНаименование иностранной организации
innНетstringИНН организации
kppНетstringКПП обособленного подразделения
registrationCountryCodeНетstringЧисловой код ОСКМ страны регистрации (инкорпорации)
regNumberНетstringРегистрационный номер
addressНетstringАдрес юридического лица на территории государства, в котором оно зарегистрировано
supervisorНетОдна из: B2B_coreV1.ForeignOrgSupervisorInfoСведения о руководителе обособленного подразделения.
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountryCode": "Строка",
"regNumber": "Строка",
"address": "Строка",
"supervisor": {
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
}

B2B_coreV1.ForeignOrgSupervisorInfo

Сведения о руководителе обособленного подразделения

НазваниеОбязат.ТипОписание
innНетstringИНН физического лица - руководителя обособленного подразделения
authorityDocumentNameНетstringНаименование документа, подтверждающего полномочия
individualInfoНетОдна из: B2B_coreV1.IndividualInfoСведения о физическом лице.
Пример модели
{
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}

B2B_coreV1.ForeignOrganizationInfo

Сведения об иностранной организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование иностранной организации
innНетstringИНН организации
kppНетstringКПП обособленного подразделения
registrationCountryCodeНетstringЧисловой код ОСКМ страны регистрации (инкорпорации)
regNumberНетstringРегистрационный номер
addressНетstringАдрес юридического лица на территории государства, в котором оно зарегистрировано
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountryCode": "Строка",
"regNumber": "Строка",
"address": "Строка"
}

B2B_coreV1.FullNameInfo

ФИО

НазваниеОбязат.ТипОписание
nameНетstringИмя
surnameНетstringФамилия
patronymicНетstringОтчество
Пример модели
{
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}

B2B_coreV1.GenderType

Тип пола

ЗначениеОписание
FemaleЖенщина.
MaleМужчина.

B2B_coreV1.IndividualEntrepreneurBaseInfo

Основные сведения об индивидуальном предпринимателе

НазваниеОбязат.ТипОписание
nameНетstringНаименование индивидуального предпринимателя
innНетstringИНН индивидуального предпринимателя
ogrnipНетstringОГРНИП
snilsНетstringСНИЛС
individualInfoНетОдна из: B2B_coreV1.IndividualInfoСведения о физическом лице.
Пример модели
{
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}

B2B_coreV1.IndividualEntrepreneurInfo

Полные сведения об индивидуальном предпринимателе

НазваниеОбязат.ТипОписание
nameНетstringНаименование индивидуального предпринимателя
innНетstringИНН индивидуального предпринимателя
ogrnipНетstringОГРНИП
snilsНетstringСНИЛС
individualInfoНетОдна из: B2B_coreV1.IndividualInfoСведения о физическом лице.
fullNameНетОдна из: B2B_coreV1.FullNameInfoФИО.
Пример модели
{
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
}

B2B_coreV1.IndividualInfo

Сведения о физическом лице

НазваниеОбязат.ТипОписание
birthDateНетdate-time-offsetДата рождения
birthPlaceНетstringМесто рождения
genderНетОдна из: B2B_coreV1.GenderTypeПол.
citizenshipTypeНетОдна из: B2B_coreV1.CitizenshipTypeТип гражданства.
citizenshipCountryCodeНетstringЧисловой код ОСКМ страны гражданства (для иностранного гражданина)
Пример модели
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}

B2B_coreV1.OrganizationInfo

Сведения об организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}

B2B_coreV1.OrganizationRepresentativeInfo

Сведения об организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
individualsНетB2B_coreV1.PrivatePersonInfo[array]Сведения по физическим лицам
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"individuals": [
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
]
}

B2B_coreV1.PoaDataB2BInfo

Данные B2B-доверенности

НазваниеОбязат.ТипОписание
startDateНетdate-time-offsetДата выдачи доверенности
endDateНетdate-time-offsetДата окончания действия доверенности
transferTypeНетОдна из: B2B_coreV1.PoaTransferTypeТип возможности оформления передоверия
isLosingEmpowermentНетbooleanУтрачиваются ли полномочия при передоверии (если передоверие возможно)
isJointPowersНетbooleanПризнак совместных полномочий (для нескольких уполномоченных представителей)
isTransferНетbooleanЯвляется ли доверенностью, оформляемой в порядке передоверия
transferDataНетОдна из: B2B_coreV1.TransferDataInfoСведения о передоверии.
principalНетОдна из: B2B_coreV1.PoaPrincipalB2BInfoСведения о доверителях
representativesНетB2B_coreV1.RepresentativeInfo[array]Сведения об уполномоченных представителях
empowermentListНетB2B_coreV1.EmpowermentInfo[array]Сведения о полномочиях представителя (представителей)
Пример модели
{
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"transferType": "Multiple",
"isLosingEmpowerment": true,
"isJointPowers": true,
"isTransfer": true,
"transferData": {
"basePoaNumber": "Строка",
"previousPoaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountryCode": "Строка",
"regNumber": "Строка",
"address": "Строка"
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
}
]
},
"principal": {
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка",
"individual": {
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
},
"isPresentManagingOrg": true,
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountryCode": "Строка",
"regNumber": "Строка",
"address": "Строка",
"supervisor": {
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
},
"signatory": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"representatives": [
{
"representativeType": "ForeignOrgBranch",
"organization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"individuals": [
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
]
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
}
],
"empowermentList": [
{
"code": "Строка",
"description": "Строка",
"contents": "Строка"
}
]
}

B2B_coreV1.PoaPrincipalB2BInfo

Сведения о доверителе B2B-доверенности

НазваниеОбязат.ТипОписание
principalTypeНетОдна из: B2B_coreV1.PrincipalTypeТип доверителя.
rusOrganizationНетОдна из: B2B_coreV1.RusOrgPrincipalInfoСведения о доверителе – российском юридическом лице.
foreignOrganizationНетОдна из: B2B_coreV1.ForeignOrgPrincipalInfoСведения о доверителе – иностранном юридическом лице.
individualEntrepreneurНетОдна из: B2B_coreV1.IndividualEntrepreneurBaseInfoОсновные сведения об индивидуальном предпринимателе.
privatePersonНетОдна из: B2B_coreV1.PrivatePersonInfoСведения о физическом лице.
signatoryНетОдна из: B2B_coreV1.FullNameInfoФИО
Пример модели
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка",
"individual": {
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
},
"isPresentManagingOrg": true,
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountryCode": "Строка",
"regNumber": "Строка",
"address": "Строка",
"supervisor": {
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
},
"signatory": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
}

B2B_coreV1.PoaTransferType

Тип возможности оформления передоверия

ЗначениеОписание
MultipleГибридный.
NeverНикогда.
OneTimeОднажды.

B2B_coreV1.PrincipalType

Тип доверителя

ЗначениеОписание
ForeignOrganizationСведения об иностранной организации.
IndividualEntrepreneurПолные сведения об индивидуальном предпринимателе.
PrivatePersonСведения о физическом лице.
RusOrganizationСведения о российской организации.

B2B_coreV1.PrivatePersonInfo

Сведения о физическом лице

НазваниеОбязат.ТипОписание
innНетstringИНН физического лица
snilsНетstringСНИЛС
fullNameНетОдна из: B2B_coreV1.FullNameInfoФИО.
individualInfoНетОдна из: B2B_coreV1.IndividualInfoСведения о физическом лице
Пример модели
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}

B2B_coreV1.RepresentativeInfo

Сведения об уполномоченном представителе

НазваниеОбязат.ТипОписание
representativeTypeНетОдна из: B2B_coreV1.RepresentativeTypeТип уполномоченного представителя
organizationНетОдна из: B2B_coreV1.OrganizationRepresentativeInfoСведения об организации
individualEntrepreneurНетОдна из: B2B_coreV1.IndividualEntrepreneurInfoПолные сведения об индивидуальном предпринимателе
privatePersonНетОдна из: B2B_coreV1.PrivatePersonInfoСведения о физическом лице
Пример модели
{
"representativeType": "ForeignOrgBranch",
"organization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"individuals": [
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
]
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
}

B2B_coreV1.RepresentativeType

Тип уполномоченного представителя

ЗначениеОписание
ForeignOrgBranchИностранная организация.
IndividualEntrepreneurИндивидуальный предприниматель.
OrganizationОрганизация.
PrivatePersonФизическое лицо.
RusOrgBranchРоссийская организация.

B2B_coreV1.RusOrgIndividualInfo

Cведения о ФЛ, действующем без доверенности от имени ЮЛ-доверителя или управляющей организации

НазваниеОбязат.ТипОписание
innНетstringИНН физического лица
snilsНетstringСНИЛС
positionНетstringДолжность
authorityDocumentNameНетstringНаименование документа, подтверждающего полномочия
individualInfoНетОдна из: B2B_coreV1.IndividualInfoСведения о физическом лице
Пример модели
{
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}

B2B_coreV1.RusOrgPrincipalInfo

Сведения о доверителе – российском юридическом лице

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетstringАдрес юридического лица в Российской Федерации
individualНетОдна из: B2B_coreV1.RusOrgIndividualInfoCведения о ФЛ, действующем без доверенности от имени ЮЛ-доверителя или управляющей организации
isPresentManagingOrgНетbooleanПереданы ли управляющей организации полномочия ЮЛ-доверителя
managingOrganizationНетОдна из: B2B_coreV1.OrganizationInfoСведения об организации
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка",
"individual": {
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
},
"isPresentManagingOrg": true,
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}
}

B2B_coreV1.RusOrganizationInfo

Сведения о российской организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетstringАдрес юридического лица в Российской Федерации
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
}

B2B_coreV1.TransferDataInfo

Сведения о передоверии

НазваниеОбязат.ТипОписание
basePoaNumberНетstringНомер основной доверенности
previousPoaNumberНетstringНомер доверенности, на основании которой осуществляется передоверие
basePoaPrincipalsНетB2B_coreV1.BasePoaPrincipalInfo[array]Сведения о доверителях основной доверенности
Пример модели
{
"basePoaNumber": "Строка",
"previousPoaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountryCode": "Строка",
"regNumber": "Строка",
"address": "Строка"
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountryCode": "Строка"
}
}
}
]
}

B2B_coreV2.BasePoaPrincipal

Сведения о доверителе основной доверенности

НазваниеОбязат.ТипОписание
principalTypeНетОдна из: B2B_coreV2.PrincipalTypeТип доверителя.
rusOrganizationНетОдна из: B2B_coreV2.RusOrganizationСведения о российской организации.
foreignOrganizationНетОдна из: B2B_coreV2.ForeignOrganizationСведения об иностранной организации.
individualEntrepreneurНетОдна из: B2B_coreV2.IndividualEntrepreneurПолные сведения об индивидуальном предпринимателе.
privatePersonНетОдна из: B2B_coreV2.PrivatePersonСведения о физическом лице.
Пример модели
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"address": "Строка"
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
}

B2B_coreV2.CitizenshipType

Тип гражданства

ЗначениеОписание
ForeignИностранный.
RussianРоссийское.
StatelessБез гражданства.

B2B_coreV2.Country

Модель страны

НазваниеОбязат.ТипОписание
codeНетstringЧисловой код
shortNameНетstringСокращённое наименование
Пример модели
{
"code": "Строка",
"shortName": "Строка"
}

B2B_coreV2.Empowerment

Сведения о полномочиях

НазваниеОбязат.ТипОписание
codeНетstringКод полномочий уполномоченного представителя
descriptionНетstringТекстовое описание полномочий уполномоченного представителя
contentsНетstringСодержание полномочий уполномоченного представителя
Пример модели
{
"code": "Строка",
"description": "Строка",
"contents": "Строка"
}

B2B_coreV2.ForeignOrgPrincipal

Сведения о доверителе - иностранной организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование иностранной организации
innНетstringИНН организации
kppНетstringКПП обособленного подразделения
registrationCountryНетОдна из: B2B_coreV2.CountryМодель страны
regNumberНетstringРегистрационный номер
addressНетstringАдрес юридического лица на территории государства, в котором оно зарегистрировано
supervisorНетОдна из: B2B_coreV2.ForeignOrgSupervisorСведения о руководителе обособленного подразделения
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"address": "Строка",
"supervisor": {
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
}

B2B_coreV2.ForeignOrgSupervisor

Сведения о руководителе обособленного подразделения

НазваниеОбязат.ТипОписание
innНетstringИНН физического лица - руководителя обособленного подразделения
authorityDocumentNameНетstringНаименование документа, подтверждающего полномочия
individualInfoНетОдна из: B2B_coreV2.IndividualСведения о физическом лице
Пример модели
{
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}

B2B_coreV2.ForeignOrganization

Сведения об иностранной организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование иностранной организации
innНетstringИНН организации
kppНетstringКПП обособленного подразделения
registrationCountryНетОдна из: B2B_coreV2.CountryМодель страны
regNumberНетstringРегистрационный номер
addressНетstringАдрес юридического лица на территории государства, в котором оно зарегистрировано
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"address": "Строка"
}

B2B_coreV2.FullName

ФИО

НазваниеОбязат.ТипОписание
nameНетstringИмя
surnameНетstringФамилия
patronymicНетstringОтчество
Пример модели
{
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}

B2B_coreV2.GenderType

Тип пола

ЗначениеОписание
FemaleЖенщина.
MaleМужчина.

B2B_coreV2.Individual

Сведения о физическом лице

НазваниеОбязат.ТипОписание
birthDateНетdate-time-offsetДата рождения
birthPlaceНетstringМесто рождения
genderНетОдна из: B2B_coreV2.GenderTypeТип пола.
citizenshipTypeНетОдна из: B2B_coreV2.CitizenshipTypeТип гражданства.
citizenshipCountryНетОдна из: B2B_coreV2.CountryМодель страны
Пример модели
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}

B2B_coreV2.IndividualEntrepreneur

Полные сведения об индивидуальном предпринимателе

НазваниеОбязат.ТипОписание
nameНетstringНаименование индивидуального предпринимателя
innНетstringИНН индивидуального предпринимателя
ogrnipНетstringОГРНИП
snilsНетstringСНИЛС
individualInfoНетОдна из: B2B_coreV2.IndividualСведения о физическом лице
fullNameНетОдна из: B2B_coreV2.FullNameФИО.
Пример модели
{
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
}

B2B_coreV2.IndividualEntrepreneurBase

Основные сведения об индивидуальном предпринимателе

НазваниеОбязат.ТипОписание
nameНетstringНаименование индивидуального предпринимателя
innНетstringИНН индивидуального предпринимателя
ogrnipНетstringОГРНИП
snilsНетstringСНИЛС
individualInfoНетОдна из: B2B_coreV2.IndividualСведения о физическом лице
Пример модели
{
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}

B2B_coreV2.Organization

Сведения об организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}

B2B_coreV2.OrganizationRepresentative

Сведения об организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
individualsНетB2B_coreV2.PrivatePerson[array]Сведения по физическим лицам
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"individuals": [
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
]
}

B2B_coreV2.PoaData

Данные B2B-доверенности

НазваниеОбязат.ТипОписание
startDateНетdate-time-offsetДата начала действия доверенности
endDateНетdate-time-offsetДата окончания действия доверенности
transferTypeНетB2B_coreV2.PoaTransferType
isLosingEmpowermentНетbooleanУтрачиваются ли полномочия при передоверии (если передоверие возможно)
isJointPowersНетbooleanЯвляются ли полномочия совместными (для нескольких уполномоченных представителей)
isIrrevocableНетbooleanЯвляется ли доверенностью без возможности отзыва
isIrrevocableTransferableНетbooleanВозможно ли передоверие безотзывной доверенности
hasOtherRevokeConditionsНетbooleanИмеются ли прочие условия безотзывной доверенности
revokeConditionsНетstringОписание условия отзыва безотзывной доверенности
isTransferНетbooleanЯвляется ли доверенностью, оформляемой в порядке передоверия
transferDataНетОдна из: B2B_coreV2.TransferDataСведения о передоверии
principalsНетB2B_coreV2.Principal[array]Сведения о доверителях
representativesНетB2B_coreV2.Representative[array]Сведения об уполномоченных представителях
empowermentListНетB2B_coreV2.Empowerment[array]Сведения о полномочиях представителя (представителей) или о передаваемых полномочиях при передоверии
isNotarizedНетbooleanИмеется ли нотариальное удостоверение
Пример модели
{
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"transferType": "Multiple",
"isLosingEmpowerment": true,
"isJointPowers": true,
"isIrrevocable": true,
"isIrrevocableTransferable": true,
"hasOtherRevokeConditions": true,
"revokeConditions": "Строка",
"isTransfer": true,
"transferData": {
"basePoaNumber": "Строка",
"previousPoaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"address": "Строка"
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
}
]
},
"principals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка",
"individual": {
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
},
"isPresentManagingOrg": true,
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"address": "Строка",
"supervisor": {
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
},
"signatory": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
}
],
"representatives": [
{
"representativeType": "PrivatePerson",
"organization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"individuals": [
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
]
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
}
],
"empowermentList": [
{
"code": "Строка",
"description": "Строка",
"contents": "Строка"
}
],
"isNotarized": true
}

B2B_coreV2.PoaTransferType

Тип возможности оформления передоверия

ЗначениеОписание
MultipleГибрид.
NeverНикогда.
OneTimeОднажды.

B2B_coreV2.Principal

Сведения о доверителе B2B-доверенности

НазваниеОбязат.ТипОписание
principalTypeНетОдна из: B2B_coreV2.PrincipalTypeТип доверителя
rusOrganizationНетОдна из: B2B_coreV2.RusOrgPrincipalСведения о доверителе – российском юридическом лице
foreignOrganizationНетОдна из: B2B_coreV2.ForeignOrgPrincipalСведения о доверителе - иностранной организации
individualEntrepreneurНетОдна из: B2B_coreV2.IndividualEntrepreneurBaseОсновные сведения об индивидуальном предпринимателе
privatePersonНетОдна из: B2B_coreV2.PrivatePersonСведения о физическом лице
signatoryНетОдна из: B2B_coreV2.FullNameФИО
Пример модели
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка",
"individual": {
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
},
"isPresentManagingOrg": true,
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"address": "Строка",
"supervisor": {
"inn": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
},
"signatory": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
}

B2B_coreV2.PrincipalType

Тип доверителя

ЗначениеОписание
ForeignOrganizationСведения об иностранной организации.
IndividualEntrepreneurПолные сведения об индивидуальном предпринимателе.
PrivatePersonСведения о физическом лице.
RusOrganizationСведения о российской организации.

B2B_coreV2.PrivatePerson

Сведения о физическом лице

НазваниеОбязат.ТипОписание
innНетstringИНН физического лица
snilsНетstringСНИЛС
fullNameНетОдна из: B2B_coreV2.FullNameФИО.
individualInfoНетОдна из: B2B_coreV2.IndividualСведения о физическом лице
Пример модели
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}

B2B_coreV2.Representative

Сведения об уполномоченном представителе

НазваниеОбязат.ТипОписание
representativeTypeНетОдна из: B2B_coreV2.RepresentativeTypeТип уполномоченного представителя
organizationНетОдна из: B2B_coreV2.OrganizationRepresentativeОрганизация.
individualEntrepreneurНетОдна из: B2B_coreV2.IndividualEntrepreneurИндивидуальный предприниматель.
privatePersonНетОдна из: B2B_coreV2.PrivatePersonФизическое лицо.
Пример модели
{
"representativeType": "PrivatePerson",
"organization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"individuals": [
{
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
]
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
}

B2B_coreV2.RepresentativeType

Тип уполномоченного представителя

ЗначениеОписание
IndividualEntrepreneurИндивидуальный предприниматель.
OrganizationОрганизация.
PrivatePersonФизическое лицо.

B2B_coreV2.RusOrgIndividual

Cведения о ФЛ, действующем без доверенности от имени ЮЛ-доверителя или управляющей организации

НазваниеОбязат.ТипОписание
innНетstringИНН физического лица
snilsНетstringСНИЛС
positionНетstringДолжность
authorityDocumentNameНетstringНаименование документа, подтверждающего полномочия
individualInfoНетОдна из: B2B_coreV2.IndividualСведения о физическом лице
Пример модели
{
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}

B2B_coreV2.RusOrgPrincipal

Сведения о доверителе – российском юридическом лице

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетstringАдрес юридического лица в Российской Федерации
individualНетОдна из: B2B_coreV2.RusOrgIndividualCведения о ФЛ, действующем без доверенности от имени ЮЛ-доверителя или управляющей организации
isPresentManagingOrgНетbooleanПереданы ли управляющей организации полномочия ЮЛ-доверителя
managingOrganizationНетОдна из: B2B_coreV2.OrganizationСведения об организации
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка",
"individual": {
"inn": "Строка",
"snils": "Строка",
"position": "Строка",
"authorityDocumentName": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
},
"isPresentManagingOrg": true,
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка"
}
}

B2B_coreV2.RusOrganization

Сведения о российской организации

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетstringАдрес юридического лица в Российской Федерации
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
}

B2B_coreV2.TransferData

Сведения о передоверии

НазваниеОбязат.ТипОписание
basePoaNumberНетstringНомер основной доверенности
previousPoaNumberНетstringНомер доверенности, на основании которой осуществляется передоверие
basePoaPrincipalsНетB2B_coreV2.BasePoaPrincipal[array]Сведения о доверителях основной доверенности
Пример модели
{
"basePoaNumber": "Строка",
"previousPoaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": "Строка"
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"address": "Строка"
},
"individualEntrepreneur": {
"name": "Строка",
"inn": "Строка",
"ogrnip": "Строка",
"snils": "Строка",
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}
},
"privatePerson": {
"inn": "Строка",
"snils": "Строка",
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"individualInfo": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
}
}
}
}
]
}

SubjectShortInfo

Краткая модель субъекта доверенности (доверителя/доверенного).

НазваниеОбязат.ТипОписание
innНетstringИНН.
displayNameНетstringОтображаемое наименование.
ogrnНетstringОГРН.
kppНетstringКПП.
Пример модели
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}

Unified_coreV1.BasePoaData

Сведения о первоначальной доверенности

НазваниеОбязат.ТипОписание
isMachineReadableНетbooleanЯвляется ли электронной машиночитаемой доверенностью
startDateНетdate-time-offsetДата совершения (выдачи) доверенности
endDateНетdate-time-offsetСрок действия доверенности
internalPoaNumberНетstringВнутренний номер доверенности, на основании которой осуществляется передоверие (или первоначальной доверенности)
poaNumberНетstringЕдиный регистрационный номер доверенности, на основании которой осуществляется передоверие (или номер первоначальной доверенности)
basePoaPrincipalsНетUnified_coreV1.BasePoaPrincipal[array]Сведения о доверителях первоначальной доверенности
Пример модели
{
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
]
}

Unified_coreV1.BasePoaPrincipal

Сведения о доверителе первоначальной доверенности

НазваниеОбязат.ТипОписание
principalTypeНетОдна из: Unified_coreV1.PrincipalTypeТип доверителя.
rusOrganizationНетОдна из: Unified_coreV1.RusOrganizationСведения о российской организации.
foreignOrganizationНетОдна из: Unified_coreV1.ForeignOrganizationСведения об иностранной организации.
individualEntrepreneurНетОдна из: Unified_coreV1.IndividualEntrepreneurПолные сведения об индивидуальном предпринимателе.
privatePersonНетОдна из: Unified_coreV1.PrivatePersonСведения о физическом лице.
Пример модели
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}

Unified_coreV1.CitizenshipType

Тип гражданства

ЗначениеОписание
ForeignИностранное.
RussianРоссийское.
StatelessБез гражданства.

Unified_coreV1.Country

Модель страны

НазваниеОбязат.ТипОписание
codeНетstringЧисловой код
shortNameНетstringСокращённое наименование
Пример модели
{
"code": "Строка",
"shortName": "Строка"
}

Unified_coreV1.Empowerment

Сведения о полномочиях представителя (представителей)

НазваниеОбязат.ТипОписание
isMachineReadableНетbooleanЯвляется ли полномочие машиночитаемым
isJointPowersНетbooleanПолномочия осуществляются совместно
isLosingEmpowermentНетbooleanУтрачиваются ли полномочия при передоверии (если передоверие возможно)
descriptionНетstringТекстовое содержание полномочия
machineReadableEmpowermentListНетUnified_coreV1.MachineReadableEmpowerment[array]Сведения о машиночитаемых полномочиях
Пример модели
{
"isMachineReadable": true,
"isJointPowers": true,
"isLosingEmpowerment": true,
"description": "Строка",
"machineReadableEmpowermentList": [
{
"mnemonics": "Строка",
"code": "Строка",
"name": "Строка",
"limitations": [
{
"number": 1,
"code": "Строка",
"name": "Строка",
"valueName": "Строка",
"valueCode": "Строка",
"textValue": "Строка"
}
]
}
]
}

Unified_coreV1.EmpowermentLimitation

Сведения об ограничении к полномочию

НазваниеОбязат.ТипОписание
numberНетinteger(int32)Порядковый номер ограничения
codeНетstringКод ограничения
nameНетstringНаименование ограничения
valueNameНетstringНаименование значения для ограничения
valueCodeНетstringКод значения для ограничения
textValueНетstringТекстовое значение для ограничения
Пример модели
{
"number": 1,
"code": "Строка",
"name": "Строка",
"valueName": "Строка",
"valueCode": "Строка",
"textValue": "Строка"
}

Unified_coreV1.ForeignOrgPrincipal

Сведения о доверителе - иностранном юридическом лице (или филиале (аккредитованном представительстве) иностранного
юридического лица)

НазваниеОбязат.ТипОписание
nameНетstringНаименование иностранного юридического лица / филиала (аккредитованного представительства) иностранного юридического лица
innНетstringИНН иностранного юридического лица / филиала (аккредитованного представительства) иностранного юридического лица
kppНетstringКПП филиала (аккредитованного представительства) иностранного юридического лица
accreditationRecordNumberНетstringНомер записи об аккредитации
registrationCountryНетОдна из: Unified_coreV1.CountryСтрана регистрации.
regNumberНетstringРегистрационный номер в стране регистрации (инкорпорации)
foreignAddressНетstringАдрес юридического лица на территории государства, в котором оно зарегистрировано
rusAddressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
supervisorsНетUnified_coreV1.PrivatePersonWithPosition[array]Сведения о руководителях иностранного юридического лица / Сведения о руководитях филиала (аккредитованного
представительства) иностранного юридического лица
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
}

Unified_coreV1.ForeignOrganization

Сведения об иностранном юридическом лице (или филиале (аккредитованном представительстве) иностранного юридического лица)

НазваниеОбязат.ТипОписание
nameНетstringНаименование иностранного юридического лица / филиала (аккредитованного представительства) иностранного юридического лица
innНетstringИНН иностранного юридического лица / филиала (аккредитованного представительства) иностранного юридического лица
kppНетstringКПП филиала (аккредитованного представительства) иностранного юридического лица
accreditationRecordNumberНетstringНомер записи об аккредитации
registrationCountryНетОдна из: Unified_coreV1.CountryСтрана регистрации.
regNumberНетstringРегистрационный номер в стране регистрации (инкорпорации)
foreignAddressНетstringАдрес юридического лица на территории государства, в котором оно зарегистрировано
rusAddressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
}

Unified_coreV1.FullName

ФИО

НазваниеОбязат.ТипОписание
nameНетstringИмя
surnameНетstringФамилия
patronymicНетstringОтчество
Пример модели
{
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
}

Unified_coreV1.GenderType

Тип пола

ЗначениеОписание
FemaleЖенский.
MaleМужской.

Unified_coreV1.IdentityDocument

Сведения о документе, удостоверяющем личность физического лица

НазваниеОбязат.ТипОписание
documentTypeНетstringКод вида документа
numberSeriesНетstringСерия и номер документа
dateOfIssueНетdate-time-offsetДата выдачи документа
issuerNameНетstringНаименование органа, выдавшего документ
issuerCodeНетstringКод подразделения органа, выдавшего документ
documentNameНетstringНаименование документа
expDateНетdate-time-offsetДата истечения срока действия документа, удостоверяющего личность
Пример модели
{
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
}

Unified_coreV1.IndividualEntrepreneur

Сведения об индивидуальном предпринимателе

НазваниеОбязат.ТипОписание
birthDateНетdate-time-offsetДата рождения
birthPlaceНетstringМесто рождения
genderНетОдна из: Unified_coreV1.GenderTypeТип пола.
citizenshipTypeНетОдна из: Unified_coreV1.CitizenshipTypeТип гражданства.
citizenshipCountryНетОдна из: Unified_coreV1.CountryСтрана.
fullNameНетОдна из: Unified_coreV1.FullNameФИО.
addressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
identityDocumentНетОдна из: Unified_coreV1.IdentityDocumentСведения о документе, удостоверяющем личность физического лица
nameНетstringНаименование индивидуального предпринимателя
ogrnipНетstringОГРНИП
innНетstringИНН индивидуального предпринимателя
snilsНетstringСНИЛС
Пример модели
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}

Unified_coreV1.MachineReadableEmpowerment

Сведения о машиночитаемом полномочии

НазваниеОбязат.ТипОписание
mnemonicsНетstringМнемоника полномочия
codeНетstringКод полномочия
nameНетstringНаименование полномочия
limitationsНетUnified_coreV1.EmpowermentLimitation[array]Сведения об ограничениях к полномочию
Пример модели
{
"mnemonics": "Строка",
"code": "Строка",
"name": "Строка",
"limitations": [
{
"number": 1,
"code": "Строка",
"name": "Строка",
"valueName": "Строка",
"valueCode": "Строка",
"textValue": "Строка"
}
]
}

Unified_coreV1.ManagingOrganization

Сведения о единоличном исполнительном органе – управляющей компании

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетОдна из: Unified_coreV1.RusAddressСведения о документе, удостоверяющем личность физического лица
individualsНетUnified_coreV1.PrivatePersonWithPosition[array]Сведения о физических лицах, действующих от имени юридического лица без доверенности
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
}

Unified_coreV1.PoaData

Данные доверенности единого формата

НазваниеОбязат.ТипОписание
startDateНетdate-time-offsetДата начала действия доверенности
endDateНетdate-time-offsetДата окончания действия доверенности
esiaIdНетstringИдентификатор пользователя на платформе полномочий Госуслуг (ЕСИА)
isIrrevocableНетbooleanЯвляется ли доверенностью без возможности отзыва
transferTypeНетОдна из: Unified_coreV1.PoaTransferTypeТип возможности оформления передоверия
internalPoaNumberНетstringВнутренний номер доверенности в учетной системе доверителя
isNotarizedНетbooleanИмеется ли нотариальное удостоверение
poaInternalRegistrationDateНетdate-time-offsetДата внутренней регистрации доверенности
submitTaxAuthorityCodeНетstringКод налогового органа, в который предоставляется доверенность
targetTaxAuthorityCodesНетstring[array]Список кодов налоговых органов, в отношении которых действует доверенность
principalsНетUnified_coreV1.Principal[array]Сведения о доверителях
representativesНетUnified_coreV1.Representative[array]Сведения о представителях
empowermentНетОдна из: Unified_coreV1.EmpowermentСведения о полномочиях представителя (представителей)
isTransferНетbooleanЯвляется ли доверенностью, оформляемой в порядке передоверия
transferDataНетОдна из: Unified_coreV1.TransferDataПередоверие
transferPrincipalsНетUnified_coreV1.TransferPrincipal[array]Сведения о лицах, передавших полномочия (при передоверии)
Пример модели
{
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"esiaId": "Строка",
"isIrrevocable": true,
"transferType": "Multiple",
"internalPoaNumber": "Строка",
"isNotarized": true,
"poaInternalRegistrationDate": "2022-02-11T13:03:05.670Z",
"submitTaxAuthorityCode": "Строка",
"targetTaxAuthorityCodes": [
"Строка"
],
"principals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
],
"representatives": [
{
"representativeType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
}
}
],
"empowerment": {
"isMachineReadable": true,
"isJointPowers": true,
"isLosingEmpowerment": true,
"description": "Строка",
"machineReadableEmpowermentList": [
{
"mnemonics": "Строка",
"code": "Строка",
"name": "Строка",
"limitations": [
{
"number": 1,
"code": "Строка",
"name": "Строка",
"valueName": "Строка",
"valueCode": "Строка",
"textValue": "Строка"
}
]
}
]
},
"isTransfer": true,
"transferData": {
"isPreviousPoaTransfer": true,
"basePoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"previousPoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка"
}
},
"transferPrincipals": [
{
"transferPrincipalType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"branchSupervisor": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
}
}
]
}

Unified_coreV1.PoaTransferType

Тип возможности оформления передоверия

ЗначениеОписание
MultipleГибрид.
NeverНикогда.
OneTimeОднажды.

Unified_coreV1.PreviousPoaData

Сведения о доверенности, на основании которой осуществляется передоверие

НазваниеОбязат.ТипОписание
isMachineReadableНетbooleanЯвляется ли электронной машиночитаемой доверенностью
startDateНетdate-time-offsetДата совершения (выдачи) доверенности
endDateНетdate-time-offsetСрок действия доверенности
internalPoaNumberНетstringВнутренний номер доверенности, на основании которой осуществляется передоверие (или первоначальной доверенности)
poaNumberНетstringЕдиный регистрационный номер доверенности, на основании которой осуществляется передоверие (или номер первоначальной доверенности)
Пример модели
{
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка"
}

Unified_coreV1.Principal

Сведения о доверителе

НазваниеОбязат.ТипОписание
principalTypeНетОдна из: Unified_coreV1.PrincipalTypeТип доверителя.
rusOrganizationНетОдна из: Unified_coreV1.RusOrgPrincipalСведения о российской организации.
foreignOrganizationНетОдна из: Unified_coreV1.ForeignOrgPrincipalСведения об иностранной организации.
individualEntrepreneurНетОдна из: Unified_coreV1.IndividualEntrepreneurПолные сведения об индивидуальном предпринимателе.
privatePersonНетОдна из: Unified_coreV1.PrivatePersonСведения о физическом лице.
Пример модели
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}

Unified_coreV1.PrincipalType

Тип доверителя

ЗначениеОписание
ForeignOrganizationСведения об иностранной организации.
IndividualEntrepreneurПолные сведения об индивидуальном предпринимателе.
PrivatePersonСведения о физическом лице.
RusOrganizationСведения о российской организации.

Unified_coreV1.PrivatePerson

Сведения о физическом лице (доверителе) (ФЛДоверТип)

НазваниеОбязат.ТипОписание
birthDateНетdate-time-offsetДата рождения
birthPlaceНетstringМесто рождения
genderНетОдна из: Unified_coreV1.GenderTypeПол.
citizenshipTypeНетОдна из: Unified_coreV1.CitizenshipTypeГражданство.
citizenshipCountryНетОдна из: Unified_coreV1.CountryСтрана гражданства.
fullNameНетОдна из: Unified_coreV1.FullNameФИО.
addressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
identityDocumentНетОдна из: Unified_coreV1.IdentityDocumentСведения о документе, удостоверяющем личность физического лица
innНетstringИНН физического лица
snilsНетstringСНИЛС
Пример модели
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}

Unified_coreV1.PrivatePersonWithPosition

Сведения о физическом лице / руководителе юридического лица (иностранного юридического лица (или филиала
(аккредитованного представительства) иностранного юридического лица))

НазваниеОбязат.ТипОписание
birthDateНетdate-time-offsetДата рождения
birthPlaceНетstringМесто рождения
genderНетОдна из: Unified_coreV1.GenderTypeПол.
citizenshipTypeНетОдна из: Unified_coreV1.CitizenshipTypeГражданство.
citizenshipCountryНетОдна из: Unified_coreV1.CountryСтрана гражданства.
fullNameНетОдна из: Unified_coreV1.FullNameФИО.
addressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
identityDocumentНетОдна из: Unified_coreV1.IdentityDocumentСведения о документе, удостоверяющем личность физического лица
innНетstringИНН физического лица
snilsНетstringСНИЛС
positionНетstringДолжность
Пример модели
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}

Unified_coreV1.Representative

Сведения о представителе

НазваниеОбязат.ТипОписание
representativeTypeНетОдна из: Unified_coreV1.RepresentativeTypeТип уполномоченного представителя
rusOrganizationНетОдна из: Unified_coreV1.RusOrganizationСведения о российской организации.
individualEntrepreneurНетОдна из: Unified_coreV1.IndividualEntrepreneurПолные сведения об индивидуальном предпринимателе.
privatePersonНетОдна из: Unified_coreV1.PrivatePersonWithPositionСведения о физическом лице.
rusOrgBranchНетОдна из: Unified_coreV1.RusOrganizationСведения о подразделении российской организации.
foreignOrgBranchНетОдна из: Unified_coreV1.ForeignOrganizationСведения об иностранной организации.
Пример модели
{
"representativeType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
}
}

Unified_coreV1.RepresentativeType

Тип уполномоченного представителя

ЗначениеОписание
ForeignOrgBranchИностранная организация.
IndividualEntrepreneurИндивидуальный предприниматель.
OrganizationОрганизация.
PrivatePersonФизическое лицо.
RusOrgBranchРоссийская организация.

Unified_coreV1.RusAddress

Сведения об адресе в Российской Федерации

НазваниеОбязат.ТипОписание
regionCodeНетstringКод региона
fiasIdНетstring(uuid)Идентификатор адреса по ФИАС
valueНетstringАдрес в Российской Федерации (ФИАС адрес в Российской Федерации) одной строкой
Пример модели
{
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}

Unified_coreV1.RusOrgBranch

Сведения о филиале (обособленном подразделении) юридического лица

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
branchSupervisorНетОдна из: Unified_coreV1.PrivatePersonWithPositionСведения о физическом лице / руководителе юридического лица (иностранного юридического лица (или филиала
(аккредитованного представительства) иностранного юридического лица))
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"branchSupervisor": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
}

Unified_coreV1.RusOrgPrincipal

Сведения о доверителе - юридическом лице

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
hasSoleExecutiveManagingOrganizationНетbooleanЕдиноличным исполнительным органом выступает управляющая компания
hasSoleExecutivePrivatePersonНетbooleanЕдиноличным исполнительным органом выступает физическое лицо
hasSoleExecutiveIndividualEntrepreneurНетbooleanЕдиноличным исполнительным органом выступает индивидуальный предприниматель
soleExecutiveBodiesНетUnified_coreV1.SoleExecutiveBody[array]Сведения о лицах, действующих от имени юридического лица без доверенности
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
}

Unified_coreV1.RusOrganization

Сведения о юридическом лице (или филиале (обособленном подразделении) юридического лица)

НазваниеОбязат.ТипОписание
nameНетstringНаименование организации или обособленного подразделения
innНетstringИНН организации
kppНетstringКПП организации (обособленного подразделения)
ogrnНетstringОГРН
addressНетОдна из: Unified_coreV1.RusAddressСведения об адресе в Российской Федерации
Пример модели
{
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
}

Unified_coreV1.SoleExecutiveBody

Сведения о лице (лицах), в том числе законном представителе, действующем (действующих) без доверенности

НазваниеОбязат.ТипОписание
isJointPowersНетbooleanЯвляются ли полномочия единоличного исполнительного органа совместными
soleExecutiveBodyTypeНетОдна из: Unified_coreV1.SoleExecutiveBodyTypeТип единоличного исполнительного органа
managingOrganizationНетОдна из: Unified_coreV1.ManagingOrganizationСведения о единоличном исполнительном органе – управляющей компании
privatePersonНетUnified_coreV1.PrivatePersonWithPosition
individualEntrepreneurНетОдна из: Unified_coreV1.IndividualEntrepreneurСведения об индивидуальном предпринимателе
Пример модели
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}

Unified_coreV1.SoleExecutiveBodyType

Тип единоличного исполнительного органа

ЗначениеОписание
IndividualEntrepreneurИндивидуальный предприниматель.
ManagingOrganizationУправление организацией.
PrivatePersonФизическое лицо.

Unified_coreV1.TransferData

Передоверие

НазваниеОбязат.ТипОписание
isPreviousPoaTransferНетbooleanЯвляется ли доверенность, на основании которой формируется передоверие, выданной в порядке передоверия
basePoaНетОдна из: Unified_coreV1.BasePoaDataСведения о первоначальной доверенности
previousPoaНетОдна из: Unified_coreV1.PreviousPoaDataСведения о доверенности, на основании которой осуществляется передоверие
Пример модели
{
"isPreviousPoaTransfer": true,
"basePoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"previousPoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка"
}
}

Unified_coreV1.TransferPrincipal

Сведения о лице, передавшем полномочия

НазваниеОбязат.ТипОписание
transferPrincipalTypeНетОдна из: Unified_coreV1.TransferPrincipalTypeТип лица, передавшего полномочия
rusOrganizationНетОдна из: Unified_coreV1.RusOrgPrincipalРоссийская организация.
individualEntrepreneurНетОдна из: Unified_coreV1.IndividualEntrepreneurИндивидуальный предприниматель.
privatePersonНетОдна из: Unified_coreV1.PrivatePersonФизическое лицо.
rusOrgBranchНетОдна из: Unified_coreV1.RusOrgBranchПодразделение российской организации.
foreignOrgBranchНетОдна из: Unified_coreV1.ForeignOrgPrincipalИностранная организация.
Пример модели
{
"transferPrincipalType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"branchSupervisor": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
}
}

Unified_coreV1.TransferPrincipalType

Тип лица, передавшего полномочия

ЗначениеОписание
ForeignOrgBranchИностранная организация.
IndividualEntrepreneurИндивидуальный предприниматель.
PrivatePersonФизическое лицо.
RusOrganizationРоссийская организация.
RusOrgBranchПодразделение российской организации.

WarrantBody

Базовая модель, смотреть описание наследуемых моделей.

Пример модели
null

WarrantListMeta

Мета информация спичка МЧД.

НазваниеОбязат.ТипОписание
totalCountНетinteger(int32)Итоговое количество.
Пример модели
{
"totalCount": 1
}

WarrantServiceListResponse

Модель ответа списка МЧД.

НазваниеОбязат.ТипОписание
warrantsНетWarrantServiceResponse[array]Список МЧД.
metaНетОдна из: WarrantListMetaМета информация спичка МЧД.
Пример модели
{
"warrants": [
{
"warrantNumber": "Строка",
"warrantHash": "Строка",
"warrantStatus": "Строка",
"warrantBody": {
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"esiaId": "Строка",
"isIrrevocable": true,
"transferType": "Multiple",
"internalPoaNumber": "Строка",
"isNotarized": true,
"poaInternalRegistrationDate": "2022-02-11T13:03:05.670Z",
"submitTaxAuthorityCode": "Строка",
"targetTaxAuthorityCodes": [
"Строка"
],
"principals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
],
"representatives": [
{
"representativeType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
}
}
],
"empowerment": {
"isMachineReadable": true,
"isJointPowers": true,
"isLosingEmpowerment": true,
"description": "Строка",
"machineReadableEmpowermentList": [
{
"mnemonics": "Строка",
"code": "Строка",
"name": "Строка",
"limitations": [
{
"number": 1,
"code": "Строка",
"name": "Строка",
"valueName": "Строка",
"valueCode": "Строка",
"textValue": "Строка"
}
]
}
]
},
"isTransfer": true,
"transferData": {
"isPreviousPoaTransfer": true,
"basePoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"previousPoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка"
}
},
"transferPrincipals": [
{
"transferPrincipalType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"branchSupervisor": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
}
}
]
},
"formatVersion": "Строка",
"principalsShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
],
"representativesShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
]
}
],
"meta": {
"totalCount": 1
}
}

WarrantServiceResponse

Модель обертка над сведениями МЧД

НазваниеОбязат.ТипОписание
warrantNumberНетstringНомер МЧД.
warrantHashНетstringHash МЧД.
warrantStatusНетstringСтатус МЧД
warrantBodyНетОдна из: Unified_coreV1.PoaData, B2B_coreV2.PoaData, B2B_coreV1.PoaDataB2BInfoТело МЧД.
formatVersionНетstringФормат МЧД.
principalsShortInfosНетSubjectShortInfo[array]Краткие сведения о доверителях.
representativesShortInfosНетSubjectShortInfo[array]Краткие сведения о представителях.
Пример модели
{
"warrantNumber": "Строка",
"warrantHash": "Строка",
"warrantStatus": "Строка",
"warrantBody": {
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"esiaId": "Строка",
"isIrrevocable": true,
"transferType": "Multiple",
"internalPoaNumber": "Строка",
"isNotarized": true,
"poaInternalRegistrationDate": "2022-02-11T13:03:05.670Z",
"submitTaxAuthorityCode": "Строка",
"targetTaxAuthorityCodes": [
"Строка"
],
"principals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
],
"representatives": [
{
"representativeType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
}
}
],
"empowerment": {
"isMachineReadable": true,
"isJointPowers": true,
"isLosingEmpowerment": true,
"description": "Строка",
"machineReadableEmpowermentList": [
{
"mnemonics": "Строка",
"code": "Строка",
"name": "Строка",
"limitations": [
{
"number": 1,
"code": "Строка",
"name": "Строка",
"valueName": "Строка",
"valueCode": "Строка",
"textValue": "Строка"
}
]
}
]
},
"isTransfer": true,
"transferData": {
"isPreviousPoaTransfer": true,
"basePoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка",
"basePoaPrincipals": [
{
"principalType": "IndividualEntrepreneur",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"foreignOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
}
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"previousPoa": {
"isMachineReadable": true,
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"internalPoaNumber": "Строка",
"poaNumber": "Строка"
}
},
"transferPrincipals": [
{
"transferPrincipalType": "ForeignOrgBranch",
"rusOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"hasSoleExecutiveManagingOrganization": true,
"hasSoleExecutivePrivatePerson": true,
"hasSoleExecutiveIndividualEntrepreneur": true,
"soleExecutiveBodies": [
{
"isJointPowers": true,
"soleExecutiveBodyType": "IndividualEntrepreneur",
"managingOrganization": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"individuals": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
}
}
]
},
"individualEntrepreneur": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"name": "Строка",
"ogrnip": "Строка",
"inn": "Строка",
"snils": "Строка"
},
"privatePerson": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка"
},
"rusOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"ogrn": "Строка",
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"branchSupervisor": {
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
},
"foreignOrgBranch": {
"name": "Строка",
"inn": "Строка",
"kpp": "Строка",
"accreditationRecordNumber": "Строка",
"registrationCountry": {
"code": "Строка",
"shortName": "Строка"
},
"regNumber": "Строка",
"foreignAddress": "Строка",
"rusAddress": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"supervisors": [
{
"birthDate": "2022-02-11T13:03:05.670Z",
"birthPlace": "Строка",
"gender": "Female",
"citizenshipType": "Stateless",
"citizenshipCountry": {
"code": "Строка",
"shortName": "Строка"
},
"fullName": {
"name": "Строка",
"surname": "Строка",
"patronymic": "Строка"
},
"address": {
"regionCode": "Строка",
"fiasId": "42F774E0-2325-45FA-A94D-F10A578A1EA0",
"value": "Строка"
},
"identityDocument": {
"documentType": "Строка",
"numberSeries": "Строка",
"dateOfIssue": "2022-02-11T13:03:05.670Z",
"issuerName": "Строка",
"issuerCode": "Строка",
"documentName": "Строка",
"expDate": "2022-02-11T13:03:05.670Z"
},
"inn": "Строка",
"snils": "Строка",
"position": "Строка"
}
]
}
}
]
},
"formatVersion": "Строка",
"principalsShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
],
"representativesShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
]
}

WarrantServiceShortResponse

Модель c краткими сведениями МЧД.

НазваниеОбязат.ТипОписание
warrantNumberНетstringНомер МЧД.
warrantStatusНетstringСтатус МЧД
startDateНетdate-timeДата начала действия доверенности.
endDateНетdate-timeДата окончания действия доверенности.
principalsShortInfosНетSubjectShortInfo[array]Краткие сведения о доверителях.
representativesShortInfosНетSubjectShortInfo[array]Краткие сведения о представителях.
Пример модели
{
"warrantNumber": "Строка",
"warrantStatus": "Строка",
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"principalsShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
],
"representativesShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
]
}

WarrantServiceShortResponseResultList

Список с результатом поиска.

НазваниеОбязат.ТипОписание
countДаinteger(int32)Количество элементов в результате.
dataДаWarrantServiceShortResponse[array]Список элементов в результате.
Пример модели
{
"count": 1,
"data": [
{
"warrantNumber": "Строка",
"warrantStatus": "Строка",
"startDate": "2022-02-11T13:03:05.670Z",
"endDate": "2022-02-11T13:03:05.670Z",
"principalsShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
],
"representativesShortInfos": [
{
"inn": "Строка",
"displayName": "Строка",
"ogrn": "Строка",
"kpp": "Строка"
}
]
}
]
}