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