RetailTransactionService::createCustomerQuote Method [AX 2012]
Creates a sales quotation from the given details.
client server public static container createCustomerQuote(str custOrderXmlStr)
Run On
CalledParameters
- custOrderXmlStr
- Type: str
An XML string that contains the header, line details, and charges associated with the quote to be created.
Return Value
Type: containerA container having the status and quotation id of the quotation created.
Show: