first
This commit is contained in:
46
api/price_survey/가격조사수정_Test.http
Normal file
46
api/price_survey/가격조사수정_Test.http
Normal file
@@ -0,0 +1,46 @@
|
||||
PUT https://svcm.hmsn.ink//api/prcs
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"prcsNo": "PRCS-20250521023",
|
||||
"cateCd": "0000",
|
||||
"title": "4층 파티션 구매123",
|
||||
"content": "싼거 찾아요123",
|
||||
"regSdat": "2025-05-01",
|
||||
"regEdat": "2025-05-03",
|
||||
"prvYn": true,
|
||||
"prvRsn": "",
|
||||
"prvPwd": "",
|
||||
"aiYn": true,
|
||||
"prcsBizs": [
|
||||
{
|
||||
"bizNo": "999-99-99999",
|
||||
"email": "aa@gmail.com"
|
||||
},
|
||||
{
|
||||
"bizNo": "111-11-11111",
|
||||
"email": "bb@gmail.com"
|
||||
}
|
||||
],
|
||||
"prcsAtts": [],
|
||||
"apprReqs": [
|
||||
{
|
||||
"gubunCd": "0000",
|
||||
"sabun": "psn14020",
|
||||
"name": "조진우",
|
||||
"apprNo": "APPR-0000000023",
|
||||
"apprOrd": 1,
|
||||
"attendCd": null
|
||||
},
|
||||
{
|
||||
"gubunCd": "0100",
|
||||
"sabun": "15000007",
|
||||
"name": "조용식",
|
||||
"apprNo": "APPR-0000000023",
|
||||
"apprOrd": 2,
|
||||
"attendCd": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user