multy-stub/server/routers/basket/json/listItem/item/success.json

15 lines
271 B
JSON
Raw Normal View History

2023-08-01 13:14:02 +03:00
{
"success": true,
"data":
{
"id": 23,
"categoryId": 1,
"text": "Курица",
"count": 17,
"bought": false,
"createdBy": "",
"createdDt": "",
"modifiedBy": "",
"modifiedDt": ""
}
}