Центр заявок
Информация о заявке
Request
- HTTP Method:
GET - Content Type:
application/json - URL:
https://api.skladbot.ru/v1/requests/show/{id}
Header Parameters
| Property | Description |
|---|---|
Authorization | string API-ключ. |
Примеры запроса
"https://api.skladbot.ru/v1/requests/show/69404"
Примеры ответа
{
"data": {
"id": 69404,
"delivery_number": "WH-R-69404",
"executor": "Не назначен",
"type": "Для приложения",
"isCompleted": false,
"customer": {
"id": 1066,
"name": "ООО Все маркетплейсы",
"phone": "9876543210"
},
"createdAt": "21.04.2025",
"creator": "Юрий Кирсанов",
"stage": {
"name": "Приемка из номинального остатка",
"code": "acceptance_from_nominale",
"description": null
},
"comment": null,
"created_by": "Юрий Кирсанов",
"products": [
{
"id": 157601,
"product_data_id": 157601,
"amount": 10,
"acceptedAmount": 45,
"delivery_amount": 0,
"repairAmount": 1,
"recycleAmount": 0,
"barcode": "SB40939211377",
"vendorCode": "Тест 2",
"name": "Тестовый продукт 2",
"image": "https://online.skladbot.ru/storage/161/products/example.png",
"color": "Синий",
"services": [],
"packages": [],
"size": "2",
"has_components": false,
"comment": ""
}
],
"archived": 0,
"unload": null,
"stageLogs": [
{
"stage": "Приемка",
"executor": null,
"created_at": "21.04.2025 14:38:23",
"spent_time": "00:00:40"
},
{
"stage": "Приемка из номинального остатка",
"executor": "Иванов Иван Иванович",
"created_at": "21.04.2025 14:39:03",
"spent_time": ""
}
],
"logistic": null,
"hasAcceptance": true,
"hasLogisticsWorks": false,
"hasDelivery": false,
"isNotDeliveryStage": true,
"fields": [
{
"name": "Название марки машины",
"field": "car_brand_name",
"value": "Isuzu"
},
{
"name": "Номер груза",
"field": "cargo_number",
"value": "121-123123"
}
],
"volume": {
"delivery_volume": {},
"acceptance_volume": {
"acceptance": {
"box_counts": 5,
"total_volume": {
"m3": 0.02,
"litr": 15.75
}
}
}
}
}
}