RetailTransactionServiceInventory::getPurchaseOrder Method [AX 2012]
Gets the details of a purchase order.
server public static container getPurchaseOrder(PurchId purchId, [InventLocationId inventLocationId])
Run On
ServerParameters
- purchId
- Type: PurchId Extended Data Type
A purchase ID.
- inventLocationId
- Type: InventLocationId Extended Data Type
An inventory location ID.
Return Value
Type: containerA container object that contains the details of a purchase order in XML format.
Show: