Files
sova-mocks/wiremock/mappings/mis-pricelist-departments.json
T
2026-05-27 19:36:34 +03:00

23 lines
364 B
JSON

{
"request": {
"method": "GET",
"urlPath": "/pricelist/departments"
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"jsonBody": {
"data": [
{
"id": 10,
"name": "Test Department",
"viewInWeb": 1,
"schCount": 5
}
]
}
}
}