RetailTransactionService::createCustomerOrder Method [AX 2012]
Creates a customer order from the given details.
Syntax
server public static container createCustomerOrder(str custOrderXmlStr)
Run On
Server
Parameters
- custOrderXmlStr
Type: str
An XML string that contains the header, line details, and charges, payments associated with the sales order to be created.
Return Value
Type: container
A container that contains the status and sales ID of the order created.