23 lines
364 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|