-
Notifications
You must be signed in to change notification settings - Fork 2
/
inktowndev.json
1 lines (1 loc) · 1.72 KB
/
inktowndev.json
1
{"v":2,"name":"inktowndev","folders":[{"v":2,"name":"apis","folders":[],"requests":[{"v":"1","endpoint":"http://localhost:9090/user/create","name":"CreateUser","params":[],"headers":[],"method":"POST","auth":{"authType":"none","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":"application/json","body":"{\n \"userName\": \"sisaha\",\n \"userRole\":\"emp\"\n \n \n}"}},{"v":"1","endpoint":"http://localhost:9090/order/updateStatus","name":"updateStatus","params":[],"headers":[],"method":"POST","auth":{"authType":"none","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":"application/json","body":"{\n \"userId\":\"6d7ed38e-8fe8-4ef1-be9f-b4d2e741aab4\",\n \"orderId\":\"7bbcbde7-ab9d-4781-b499-44387defe836\",\n \"status\":2 \n}"}},{"v":"1","endpoint":"http://localhost:9090/order/getAll","name":"GetOrder","params":[],"headers":[],"method":"GET","auth":{"authType":"none","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":null,"body":null}},{"v":"1","endpoint":"http://localhost:9090/order/create","name":"CreateOrder","params":[],"headers":[],"method":"POST","auth":{"authType":"none","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":"application/json","body":"{\n \"customerName\":\"Customer_2\",\n \"customerEmail\": \"[email protected]\",\n \"customerPhoneNo\":\"1234567890\",\n \"orderDesc\": \"This is a description of the order 4\",\n \"squareFeet\": 359343,\n \"orderStatus\": \"DESIGN_PENDING\",\n \"orderName\":\"Order4\",\n \"isUrgent\": false \n}\n\n"}}],"auth":{"authType":"inherit","authActive":true},"headers":[]}],"requests":[],"headers":[],"auth":{"authType":"inherit","authActive":false}}