first
This commit is contained in:
10
api/sapAppr/sap결재상태 변경.http
Normal file
10
api/sapAppr/sap결재상태 변경.http
Normal 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"
|
||||
}
|
||||
33
api/sapAppr/sap협조 (신규결재) 저장.http
Normal file
33
api/sapAppr/sap협조 (신규결재) 저장.http
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user