dry-wash-pl/stubs/json/arm-orders/success.json

30 lines
771 B
JSON
Raw Normal View History

2024-11-23 15:56:40 +03:00
{
"success": true,
"body": [
{
"id": "order1",
"carNumber": "A123BC",
2024-11-24 12:08:45 +03:00
"startWashTime": "2024-11-24T10:30:00.000Z",
"endWashTime": "2024-11-24T16:30:00.000Z",
"orderDate": "2024-11-24T08:41:46.366Z",
2024-11-23 15:56:40 +03:00
"status": "progress",
"phone": "79001234563",
2024-12-22 12:00:12 +03:00
"location": "Казань, ул. Баумана, 1",
"master": [],
"notes": ""
2024-11-23 15:56:40 +03:00
},
{
"id": "order2",
2024-11-24 12:08:45 +03:00
"carNumber": "A245BC",
"startWashTime": "2024-11-24T11:30:00.000Z",
"endWashTime": "2024-11-24T17:30:00.000Z",
"orderDate": "2024-11-24T07:40:46.366Z",
2024-11-23 15:56:40 +03:00
"status": "progress",
2024-11-24 12:08:45 +03:00
"phone": "79001234567",
2024-12-22 12:00:12 +03:00
"location": "Казань, ул. Баумана, 43",
"master": [],
"notes": ""
2024-11-23 15:56:40 +03:00
}
]
2024-12-22 12:00:12 +03:00
}