add: updateApprovalPO api in purchase order aset

This commit is contained in:
2026-07-09 11:09:44 +07:00
parent 7e88cf247b
commit 752c372c2f
2 changed files with 77 additions and 0 deletions

View File

@@ -236,6 +236,17 @@ Content-Type: application/json
"poID": 1
}
###
// update approval PO — verifikasi manager (level 1)
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/updateApprovalPO/
Content-Type: application/json
{
"token": {{token}},
"poID": 1,
"approvelevel": "1"
}
###
// get data kontrak po asset
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/getDataKontrakPoAset/