add: deletePoAsset api
This commit is contained in:
@@ -371,6 +371,17 @@ Content-Type: application/json
|
||||
"installmentDownPayment": 20
|
||||
}
|
||||
|
||||
###
|
||||
// delete po asset
|
||||
POST https://{{host}}/mockup/purchase/order/PurchaseOrderAset/deletePoAsset/
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"token": {{token}},
|
||||
"poID": 1,
|
||||
"contractID": 1,
|
||||
"ponumber": "PO24070001"
|
||||
}
|
||||
|
||||
### Test isValidMultiple Warehouse
|
||||
### Should return True karena UnitRequest = UnitPurchase
|
||||
|
||||
Reference in New Issue
Block a user