_get

Get a given Purchase Order entry details

Parameters

po_id

The the ID of the purchase order entry

Example

FM_api('PurchaseOrderEntries_get', ['po_id' => '17'])

Result

On Success

[["4","1","0",false,"1",0,"0.00","0.00","0.00","0",""]]

Last updated