RetailTransactionServiceOrders::createCustomerOrder Method [AX 2012]
Creates a customer order from the given details.
server public static container createCustomerOrder(str custOrderXmlStr)
Run On
ServerParameters
- custOrderXmlStr
- Type: str
XML string having the header, line details and charges, payments associated with the sales order to be created.
Show: