Share via


RetailTransactionServiceAX61::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

RetailTransactionServiceAX61 Class