Converting quote to order through the REST API

Has anyone had success in converting a quote to an order through the REST API? I ran a trace in the UI and it looked like ERP.ProxyBO.QuoteImp was being used for the process. I don’t see anything equivalent available.
Jennifer

Sure in your trace you see the QuoteImpl that is the same as the Quote BO on Rest

Yes, I’ve gone through the Erp.BO.QuoteSvc options. I see where I can return quote header and/or quote detail info by providing the quote num. However, I don’t see anything that allows pushing the entire quote to an order. I am new to the API so I could be missing the obvious answer. I was hoping to enter the quote number, po number, and minimal other required info and have the new order created for all line on the quote without having to return each quote line detail and then add them to a newly created order.

When you do a trace in Epicor, what are the steps Epicor takes?

It’s calling Erp.Proxy.BO.QuoteImpl CreateOrder which makes sense. I just don’t see anything like that in here.

Click top Right Custom Methods.

you need to swtich to Custom methods using link in the top right corner

1 Like

I had tried that but never get anything other than this:

Is there something that has to be enabled to access Custom Methods?

You just have to wait, its a complex business Object. It takes a while (minutes) to load.

What Epicor Version are you on?

Yes, loading of api help was only fixed in 700

1 Like

I gave it a good hour. 10.2.400.11.

1 Like