- Can you please forward me the doc link where you mention all the native rest API and its schema and all details.
- if we have custom fields on Sales Order like Amazon ID , how can i get same on invoice creation automatically
Page 1 / 1
Hello!
- We don’t have a documentation for the REST API endpoints as you can review the endpoints content right in the Acumatica instance. Just log in to Acumatica site and navigate to ‘Web Service Endpoints’ form to review all available endpoints, entities, fields, and actions.
- Invoices are created from SOs during the ‘InvoiceOrder’ process. So, you can override this method (see SOInvoiceEntry.InvoiceOrder code) if you need to default the field value on the invoice. However, please note, that in Acuamtica there is no 1-to-1 link between an Invoice and an Order. There may be many Orders associated with a single Invoice and many Invoices associated with a single order.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.