add: getDaftarPoAset api

This commit is contained in:
2026-07-09 10:11:28 +07:00
committed by sasadib
parent c296d5598b
commit fc9947bce4
2 changed files with 97 additions and 0 deletions

View File

@@ -172,6 +172,20 @@ Content-Type: application/json
"ID": ""
}
###
// listing po asset
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/getDaftarPoAset/
Content-Type: application/json
{
"token": {{token}},
"search": "",
"currpage": 1,
"startdate": "2026-01-01",
"enddate": "2026-12-31",
"status": "All"
}
###
// create po asset
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/createPoAsset/