chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user