Warrants API
Группа методов для работы с МЧД.
Описание методов
Данный блок содержит подробное описание по каждому методу API.
[GET]/api/v2/warrants
Возвращает список доверенностей.
Параметры в строке запроса
Название | Обязат. | Место | Тип | Описание |
---|---|---|---|---|
representativeInn | Да | Query | string | ИНН представителя организации. |
principalInn | Нет | Query | string | ИНН доверителя. |
Возможные ответы метода
Код | Тип | Описание |
---|---|---|
200 | WarrantServiceShortResponseResultList | Список доверенностей пользователя. |
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 | Нет | Query | string | ИНН представителя организации. |
offset | Нет | Query | integer(int32) | Начальное значение списка. |
count | Нет | Query | integer(int32) | Количество выводимых значений. |
Возможные ответы метода
Код | Тип | Описание |
---|---|---|
200 | WarrantServiceListResponse | Список доверенностей пользователя. |
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.RusOrgIndividualInfo | Cведения о ФЛ, действующем без доверенности от имени ЮЛ-доверителя или управляющей организации |
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.RusOrgIndividual | Cведения о ФЛ, действующем без доверенности от имени ЮЛ-доверителя или управляющей организации |
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 | Нет | string | Hash МЧД. |
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": "Строка"
}
]
}
]
}