Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a sales quotation from the given details.
Syntax
client server public static container createCustomerQuote(str custOrderXmlStr)
Run On
Called
Parameters
- custOrderXmlStr
Type: str
An XML string that contains 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.