Метод получения списка чеков, ранее загруженных в ГИС МТ

URL: /api/v3/facade/receipt/listV2

Метод: GET

Запрос:

curl -X GET
"https://ismp.crpt.ru/api/v3/facade/receipt/listV2?number=string&dateFrom=2
020-04-04T07%3A43%3A27.237Z&dateTo=2020-04-
04T07%3A43%3A27.237Z&participantInn=string&\
documentType=UNKNOWN&documentStatus=IN_PROGRESS&documentFormat=MANUAL&\
inputFormat=true&pageDir=PREV&did=string&orderColumn=string&\
order=ASC&orderedColumnValue=string&limit=0&pg=string" \
-H "accept: */*" -H "Authorization: Bearer <ТОКЕН>'

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

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

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

{
 "results": [
 {
 "docDate": "2020-01-23",
 "downloadDesc": "string",
 "downloadStatus": "string",
 "number": "string",
 "pdfFile": "string",
 "receivedAt": "2020-01-23",
60
 "receiverName": "string",
 "senderName": "string",
 "status": null,
 "type": "string"
 }
 ]
}

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