add: getDaftarAttachment api for purchase order asset

This commit is contained in:
2026-07-09 10:34:26 +07:00
parent 7af9fb2ca4
commit 7e88cf247b
2 changed files with 45 additions and 0 deletions

View File

@@ -225,6 +225,17 @@ Content-Type: application/json
"status": "All"
}
###
// get daftar attachment
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/getDaftarAttachment/
Content-Type: application/json
{
"token": {{token}},
"contractID": 1,
"poID": 1
}
###
// get data kontrak po asset
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/getDataKontrakPoAset/