dry-wash-pl/stubs/json/arm-masters/success.json
ilnaz 4f92125e6d
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
feat: add a name and phone change from the Masters (#62)
2025-01-18 16:06:27 +03:00

26 lines
574 B
JSON

{
"success": true,
"body": [
{
"id": "4545423234",
"name": "Иван Иванов",
"phone": "+7 900 123 45 67"
},
{
"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"
}
]
}