add: getDataKontrakPoAset api

This commit is contained in:
2026-07-09 10:16:03 +07:00
parent 834f23f26e
commit 77fc97e964
2 changed files with 191 additions and 0 deletions

View File

@@ -186,6 +186,16 @@ Content-Type: application/json
"status": "All"
}
###
// get data kontrak po asset
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/getDataKontrakPoAset/
Content-Type: application/json
{
"token": {{token}},
"poID": 1
}
###
// create po asset
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/createPoAsset/