add: getDaftarPoAset api
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user