RetailTransactionServiceOrders::createCustomerOrder Method [AX 2012]

Creates a customer order from the given details.

server public static container createCustomerOrder(str custOrderXmlStr)

Run On

Server

Parameters

custOrderXmlStr
Type: str
XML string having the header, line details and charges, payments associated with the sales order to be created.

Return Value

Type: container
A container having the status and sales id of the order created.
Show: