This commit is contained in:
2025-12-18 23:03:26 +09:00
commit ce402ef828
95 changed files with 4704 additions and 0 deletions

View 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
}
]
}
###