Share via


RetailTransactionServiceOrders::convertCustomerQuoteToOrder Method [AX 2012]

Converts a quotation to sales order.

Syntax

client server public static container convertCustomerQuoteToOrder(str custOrderXmlStr)

Run On

Called

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 of quote conversion and salesId of the sales order.

See Also

Reference

RetailTransactionServiceOrders Class