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,10 @@
PUT http://localhost:8010/api/sap/appr
sabun: 17131303
Content-Type: application/json
{
"wkfid": "FI2025900017",
"wkfsq": 2,
"bname": "17131303",
"wkfst": "A"
}

View File

@@ -0,0 +1,33 @@
POST http://localhost:8010/api/sap/appr
sabun: 15000062
Content-Type: application/json
{
"wkfid": "FI2025900017",
"apprs": [
{
"label": "협조",
"value": [
{
"lineclsf": "Q",
"bname": "15000062",
"abscd": "",
"grpid": 2
},
{
"lineclsf": "I",
"bname": "15000057",
"abscd": "",
"grpid": 2
},
{
"lineclsf": "A",
"bname": "15000056",
"abscd": "",
"grpid": 2
}
]
}
]
}