first
This commit is contained in:
4
api/estimate/견적서(첨부파일) 삭제.http
Normal file
4
api/estimate/견적서(첨부파일) 삭제.http
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE http://localhost:8010/api/bid/BID-0000000009/1
|
||||
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJiaXpObyI6Ijk5OS05OS05OTk5OSIsImlwIjoiMTI3LjAuMC4xIiwic3ViIjoiOTk5LTk5LTk5OTk5IiwiaWF0IjoxNzQ1NTkwNjQ3LCJleHAiOjE3NDU1OTA5NDd9.a9nwoQTDV702VbU0HnP1jS8SGhFi_3UjkjdBcjoDzCE
|
||||
|
||||
###
|
||||
24
api/estimate/견적수정.http
Normal file
24
api/estimate/견적수정.http
Normal file
@@ -0,0 +1,24 @@
|
||||
PUT http://localhost:8010/api/estimate
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJiaXpObyI6Ijk5OS05OS05OTk5OSIsImlwIjoiMTI3LjAuMC4xIiwic3ViIjoiOTk5LTk5LTk5OTk5IiwiaWF0IjoxNzQ3MDQ4NDI5LCJleHAiOjE3NDcwNTAyMjl9.6SzI3eiNVmXOz1s1p8ab26fT80rbSJBfoDlKLQ4z5Sg
|
||||
|
||||
{
|
||||
"estimates": [
|
||||
{
|
||||
"estNo": "EST-0000000003",
|
||||
"mngNm": "조진우",
|
||||
"unitPrc": 2,
|
||||
"amt": 40000
|
||||
},
|
||||
{
|
||||
"estNo": "EST-0000000004",
|
||||
"mngNm": "조진우",
|
||||
"unitPrc": 12,
|
||||
"amt": 60000
|
||||
}
|
||||
],
|
||||
"pbAtts": []
|
||||
}
|
||||
|
||||
|
||||
###
|
||||
28
api/estimate/견적저장.http
Normal file
28
api/estimate/견적저장.http
Normal file
File diff suppressed because one or more lines are too long
6
api/estimate/견적조회.http
Normal file
6
api/estimate/견적조회.http
Normal file
@@ -0,0 +1,6 @@
|
||||
### GET request to example server
|
||||
GET http://localhost:8010/api/estimate
|
||||
?prcsNo=PRCS-0000000006
|
||||
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJiaXpObyI6Ijk5OS05OS05OTk5OSIsImlwIjoiMTI3LjAuMC4xIiwic3ViIjoiOTk5LTk5LTk5OTk5IiwiaWF0IjoxNzQ3MDQ4NDI5LCJleHAiOjE3NDcwNTAyMjl9.6SzI3eiNVmXOz1s1p8ab26fT80rbSJBfoDlKLQ4z5Sg
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user