dry-wash-pl/stubs/json/arm-masters/success.json
ilnaz 0ddcaa5d52
Some checks failed
it-academy/dry-wash-pl/pipeline/head There was a failure building this commit
it-academy/dry-wash-pl/pipeline/pr-main There was a failure building this commit
feat: add update status and masters (#67)
2025-01-25 17:12:02 +03:00

31 lines
681 B
JSON

{
"success": true,
"body": [
{
"id": "4545423234",
"name": "Иван Иванов",
"phone": "+7 900 123 45 67"
},
{
"name": "Олег Макаров",
"phone": "79001234567",
"id": "23423442"
},
{
"id": "345354234",
"name": "Иван Галкин",
"schedule": [ {
"id": "order1",
"startWashTime": "2024-11-24T10:30:00.000Z",
"endWashTime": "2024-11-24T16:30:00.000Z"
},
{
"id": "order2",
"startWashTime": "2024-11-24T11:30:00.000Z",
"endWashTime": "2024-11-24T17:30:00.000Z"
}],
"phone": "+7 900 123 45 67"
}
]
}