Rest API 1000 SO Limit SalesOrderSvc/OrderDtls

@Jason_Woods The link I am trying to use for REST is:
https://centralusdtpilot01.epicorsaas.com/SaaS511Pilot/api/v1/Erp.BO.SalesOrderSvc/OrderDtls’,

I believe this is the same “SalesOrder” BO.

Yes it is the same BO, but not the same method. Your trace shows methods like GetByID, GetNewOrderDtl, MasterUpdate, etc. You are using OrderDtls.

1 Like

So I suppose the scope of this thread has changed significantly. I now believe my issue will only be solved by using a different method. I am still unsure why the OrderDtls method gave the 1000 SO limit response. I will create a new thread regarding my next attempt to add order lines with GetNewOrderDtl. I hope to see you all there!

I will update with a link to that thread once it is posted.

Edit: Continued my project here Create new order line GetNewOrderDtl CURL PHP