Метод получения подробной информации о конкретном КИ

URL: /api/v3/facade/identifytools/info

Метод: GET

Метод возвращает подробную информацию о запрашиваемом КИ (в 1 запросе 1 КИ), который доступен в данный момент времени участнику оборота товаров (ИНН организации содержится в токене).

Пример запроса:

curl -X GET
'https://ismp.crpt.ru/api/v3/facade/identifytools/info?cis=0104059155704529
21HXRNJW15asPkB2406405' \
-H 'Authorization: Bearer <ТОКЕН>'

Параметры запроса:

Примеры ответов:

{
 "agentInn": "string",
 "agentName": "string",
 "children": [
21

{
 "brand": "string",
 "children": [
 "string"
 ],
 "childrenMap": [
 null
 ],
 "cis": "string",
 "countChildren": 0,
 "emissionDate": "2020
-01
-23T16:17:48Z",
 "expireDate": "2020
-01
-23T16:17:48Z",
 "exporterName": "string",
 "exporterTaxpayerId": "string",
 "sgtin": "string",
 "introducedDate": "2020
-01
-23T16:17:48Z",
 "lastDocId": "string",
 "nextCises": [
 "string"
 ],
 "ownerInn": "string",
 "ownerName": "string",
 "packageType": "string",
 "parent": "string",
 "prVetDocument": "string",
 "prevCises": [
 "string"
 ],
 "producedDate": "2020
-01
-23T16:17:48Z",
 "producerName": "string",
 "productName": "string",
 "status": "string",
 "statusEx": "string"

}
 ],
 "cis": "string",
 "countChildren": 0,
 "dateChange": "2020
-01
-23T16:17:48Z",
 "emissionDate": "2020
-01
-23T16:17:48Z",
 "emissionType": "string",
 "expireDate": "2020
-01
-23T16:17:48Z",
 "exporterName": "string",
 "exporterTaxpayerId": "string",
 "gtin": "string",
 "introducedDate": "2020
-01
-23T16:17:48Z",
 "lastDocId": "string",
 "nextCises": [
 "string"
 ],
 "ownerInn": "string",
 "ownerName": "string",
 "packType": "string",
 "parent": "string",
 "participantInn": "string",
 "participantName": "string",
 "prVetDocument": "string",
 "prevCises": [
 "string"
 ],
22
 "producedDate": "2020-01-23T16:17:48Z",
 "productName": "string",
 "receiptDate": "2020-01-23T16:17:48Z",
 "sgtin": "string",
 "status": "string",
 "statusEx": "string",
 "tnVedEaes": "string",
 "tnVedEaesGroup": "string",
 "uit": "string",
 "uitu": "string",
 "withdrawReason": "string"
}
 

Параметры заголовка запроса: Authorization: Bearer <token>

Параметры ответа: