Parameters for SalesQuote MAKEORDER
The REST API metadata on my development system seems to suggest that you can pass parameters to the MAKE ORDER method:
But looking at
Am I correct that the only thing of interest in that method is the QuoteID, and that any body in the POST is ignored?
edit to add the underlying reason for the question:
a 3rd party is wanting to add customer p/o number and change the doc type at the time of quote acceptance.
But looking at
- Code: Select all
SalesQuote Post(SalesQuoteMAKEORDERRequest request)
Am I correct that the only thing of interest in that method is the QuoteID, and that any body in the POST is ignored?
edit to add the underlying reason for the question:
a 3rd party is wanting to add customer p/o number and change the doc type at the time of quote acceptance.