Share via


RetailTransactionServiceAX61::createCustomerQuote Method [AX 2012]

Creates a sales quotation from the given details.

Syntax

client server public static container createCustomerQuote(str _custOrderXmlStr)

Run On

Called

Parameters

  • _custOrderXmlStr
    Type: str
    XML string having the header, line details and charges associated with the quote to be created.

Return Value

Type: container
A container having the status and quotation id of the quotation created.

See Also

Reference

RetailTransactionServiceAX61 Class