first
This commit is contained in:
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": []
|
||||
}
|
||||
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user