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