32 lines
633 B
JSON
32 lines
633 B
JSON
{
|
|
"request": {
|
|
"method": "GET",
|
|
"urlPath": "/pricelist/list"
|
|
},
|
|
"response": {
|
|
"status": 200,
|
|
"headers": {
|
|
"Content-Type": "application/json"
|
|
},
|
|
"jsonBody": {
|
|
"data": [
|
|
{
|
|
"kodoper": "1001",
|
|
"schname": "Test service",
|
|
"specname": "Test specialist",
|
|
"speccode": 101,
|
|
"priceInfo": 1500,
|
|
"discpercent": 0,
|
|
"discprice": 1500,
|
|
"structname": "Test dept",
|
|
"fname": "Test Filial",
|
|
"filial": 1,
|
|
"comment": "",
|
|
"mediaId": null
|
|
}
|
|
],
|
|
"total": 1
|
|
}
|
|
}
|
|
}
|