Introducing Acumatica Cloud ERP: 2026R1
Technical discussions focused on Web Services and APIs for developers
Recently active
Does anyone know the difference between default and MANUFACTURING endpoint in Acumatica OData?
AR302000Content ARPayment = context.AR302000GetSchema(); #region PaymentCommand var cmdInsert = new Command[] { new Value { Value = "Payment", LinkedCommand = ARPayment.PaymentSummary.Type }, new Value { Value = "CATLX11572", LinkedCommand = ARPayment.PaymentSummary.Customer }, new Value { Value = "MAIN", LinkedCommand = ARPayment.PaymentSummary.Location }, new Value { Value = "USD", LinkedCommand = ARPayment.PaymentSummary.Currency }, new Value { Value = "Balanced", LinkedCommand = ARPayment.PaymentSummary.Status }, new V
When i try to create an Purchase Order using the REST API in the postman i am getting an "error": "'SubItemID' cannot be empty.; SubItemID: 'SubItemID' cannot be empty." How can i resolve this issue ? from where will i pass the SubItemID is it in the vendors , stock items or some other tab ? also where will i send in my Products ? How can i do it ? This is what i am sending in the Request body This is the response i am getting Also if i need to send the list of products where should i add it and where will it be seen ??
Hello all, What ID do I put in the Owner Field of a PO. When I use the Employee id it does not work. "error": "'Owner' cannot be empty." "Owner": { "value": "4264", "error": "Owner 'E00003 ' cannot be found in the system." },
I am doing the Integration with my Platform to Acumatica , Now i need to create and Update the Purchase Order and Invoice from my platform to acumatica. So someone can explain me the steps i need to do this integration. I have hit the API to create the Purchase order but I need to add Products from my platform to acumatica from this modal form that i am providing it in the below screenshot.From here i will select the Products from the checkboxes and then choose the vendor from vendors dropdown and now i will create an invoice can anyone can help me to tell how will these products will be added in my purchase order ? what would be the location where i need to add these products ? what are the APIS i would require to use to send these products in the purchase order api so that when i open the purchase order nbr then these product will be added in my Purchase order.
Is there is any API from which i can create Credit Terms or can get the list of all Credit Terms that i have created in the Acumatica ?
Is there is some sort of an API from where i can get the information about “VendorID” , “Location” and “Terms” so that i can use one API only to get all the 3 keys from where i can use these keys for the creation of the Purchase Order. Now i have used an API to get the Vendors list but in the responce of the Vendors list i am unable to see the Location Id which i can use to send an API for the creation of the Purchase order. So thats why i am asking that is there is one common Api from which i can get the List of all the 3 using one API only ?
So i am trying to create an Purchase Order Using the Rest API i am successfully able to create an PO using an API for that i have identified that there are three important keys which i need to send in my body to create an PO. Now this what i am sending where i am successfully able to create an PO in my Acumatica account . Now here i am statically filling out these values but when i will integrate it with my platform i need an List of Vendors where i can choose and vendor and create an PO for that vendor now i used the API to get the Vendors list that i can show in my UI for the user to choose. I am using this api to get the vendors list But in here i am getting the Location of the Vendor but i need the Location Id which i can put in my location key to create an PO so how can i get the Location Id for creating an PO or How can i use the location name which i am getting by hitting the Vendors api to create an PO in using an API ?
I want to fetch the total number of vendors that i have created in my Vendors Tab in Acumatica is there is an API from where i can fetch the vendors list using an API. I have created 3 vendors how can i get the list of these 3 vendors using an API ?
When i am trying to create an Purchase Order I am successfully able to create the purchase order using an API in the acumatica i have passed these fields in my body {"Type": {"value": "Standard"}, "ReferenceNbr": {"value": "1"}, "Hold": {"value": false}, "VendorID": {"value": "PREMIUMVD"}, "Description": {"value": "Acumatica PO"}, "Date": {"value": "2023-03-27T00:00:00+05:30"}, "CurrencyID": {"value": "USD"}, "Location": {"value": "MAIN"}, "Terms": {"value": "T007"} }and i am getting the response as 200 where i am also getting an link When i am clicking the self link i am unable to get any thing and it is giving me this page Can anyone help me why i am getting this page
After the upgrade 23R2 webservice endpoint is not working. How to fix this Issue.
Hello! Does anyone know how I can link the “Notes” section on the Customer screen to create an endpoint? I tried hardcoding “Note Text” under the mapped field section since that is the name on the import scenario, but that did not work. The only 2 options under the Customer Summary are “Add Pop-up note” and “Pop up note text”.
I am facing a problem while creating a purchase order using an API in the postaman i am using this api “http://localhost/AcumaticaERP/entity/Default/22.200.001/PurchaseOrder” to create an purchase order an sending this in the Body of the Postman {"Type":{"value":"Normal"},"ReferenceNbr":{"value":"1"},"Hold":{"value":"True"},"VendorID":{"value":"AAVENDOR"},"Description":{"value":"TestPO"},"Date":{"value":"2023/03/27"}}which i have seen from your community only to create an Purchase Order but when i try to send the API i am getting this error Can Anyone to resolve this issue so that i can create an Purchase Order using an API
I'm encountering an issue while attempting to create a purchase order through the API using Postman. Here's how I've proceeded: first, I generated an access token using Resource Owner Password Credentials. Then, I exchanged this token for a code to proceed with the purchase order creation. In the request body, I included a default raw dict that I found in the Acumatica discussion forum.However, despite following these steps, I'm encountering an error. Could someone please offer guidance on how to resolve this issue? Any help or suggestions would be greatly appreciated.This is how i have successfully generated the Access Token Now when i use this exchange token to create an PO in the acumatica using an API This is here i have put the access token and this is the API that i an using to create an PO in the acumatica. In the body i have used this raw dictionary that i found in the acumatica discussions form And in the headers i am using these After doing all this i am getting this erro
Hello Developers,I am relatively new in Acumatica REST API development.I have an interesting case where I need to manipulate data of a custom table which was created by a Customisation Project.Based on what I have learned so far, I would need to create a DAC for the custom table and then create a form or Generic Inquiry to access that table. Then I could add a custom endpoint based on this new form or GI .I am not sure if this will work, but I would like to hear from your experience about accessing custom tables. Any contribution is appreciated.
Hello, I’m wondering how I can go about importing a sales order into Acumatica by using the REST API. I realized that this is likely through the use of the Actions however I could not find one that would do the action of “New Sales Order” Any ideas on how to do this?
Good day, Can we kindly request some assistance regarding extracting data from a general enquiry form via an api call. We’re trying to export a large list of data (screenshot 1) containing product stock details. We’ve created a general inquiry form and extended an api endpoint. Upon trying to query this new endpoint we are receiving an error: "Optimization cannot be performed.View Results has BQL delegate (screenshot 2) We’ve also had a look at perhaps creating a custom export action endpoint (screenshot 3) for the general enquiry form. Unfortunately we’ve been unsuccessful in attempts to achieve this. Any guidance regarding either approach will be appreciated. Kind regards,Alecia
Team - I'm encountering an error while trying to create a new project record in Postman. I've included all the mandatory fields that are required when creating a project directly in the UI.Here's the issue:I'm getting an error when sending the request through Postman. I'm unsure if fields like "ProjectID" need to be populated when creating a record. In the UI, these seem to be generated automatically.For reference, I included "ProjectID" : {"value" : "<NEW>"} in my request body, but it didn't resolve the error.Could someone please advise on:What I might be missing that's causing the error (406) in Postman? Whether fields like "ProjectID" need a specific value when creating a record or are they indeed auto-generated? I was referring the below link to create request, https://help.acumatica.com/(W(15))/Wiki/ShowWiki.aspx?pageid=13f5f5b8-33d1-40d9-83db-3f3dfc5dcba9
We are trying to add a new record in Details tab of Appointment. We are getting error when the number of records under details tab are more than 600. If it is less than 200 or so, we not see any error, everything works as expected.URL:https://xxxxx.acumatica.com/entity/customendpointname/20.200.002/Appointment?$expand=DetailsRequest Body:{"AppointmentNbr":{"value":"PM004839-1"},"Details":[{"Description":{"value":"test"},"LineType":{"value":"Instruction"},"TargetEquipmentID":{"value":"CHAUD02/ECOL201"},"note":{"value":"string"}}],"ServiceOrderType":{"value":"PM"}}HTTP PUTResponse from Acumatica REST API:request entity too largeError in Acumatica website system monitor screen:ContextScreenId = ~/ENTITY/DEFAULTKOLOTECH/20.200.002/APPOINTMENTContextUserIdentity = mounish@Beaver - ProductionCurrentCompany = Beaver - ProductionEventID = ResourceGovernor_ApiRequestTerminatedEventIdSourceContext = ResourceGovernorCustomData =[ { "SqlRows": null, "CorrelationID": "", "ContextID": "", "S
Hi,I have a customer trying to implement integration and we’re trying to attach files to bills but are unable to do so. it’s showing as success, but there’s no attachment.here’s the sample URL request:https://dev-acumatica.customername.com/customeracct/entity/default/22.200.001/Bill/INV/026331/files/file.pdfI’m trying to find any related API documentation for this specific endpoint but failed to do so.
Hi all, I am planning and checking to find if there is a way to connect Acumatica with Zapier or MS Power automate to perform some tasks for eg if new customer added in acumatica so it should raise notification on teams to me and my Manager. Note: This is just an example but I am planning to connect it for others tasks as well. Any guide will be appreciated. Thanks
Is there an API collection available for Acumatica where we can access various sets of APIs? I have reviewed the Integration Development Guide provided in PDF format; however, I did not find a comprehensive list of APIs. The PDF book appears extensive, and its length sometimes makes it challenging to locate specific information. Could someone kindly assist me in obtaining a complete list of all APIs provided by Acumatica?
We are in the middle of our Acumatica implementation and about to start a move from Magneto 2 into Big Commerce B2B. We were hoping that Quotes between Acumatica/Big Commerce would sync and update each other. Is anyone doing similar… how?
"I'm encountering difficulty locating the JSON Web Key Button and JSON Web Key URL options within my client application. While the shared secret box is visible, these two dialog boxes seem to be missing. What configuration adjustments are necessary to enable the visibility of these dialog boxes? Alternatively, could I be overlooking something crucial? Any guidance or assistance in resolving this issue would be greatly appreciated."
Hi,I need to write a JavaScript function to process an external request. For which I need to pass some values such as session, cookie, DB values, from server side into the JavaScript function.However, I am not sure how can I pass these values from the server side after processing into javascript function. I have added a PXTextEdit control <px:PXTextEdit ID="UsrSessionCookie" runat="server" Size="XL" DataField="UsrSessionCookie" Visible="False" />which I though I can use to read the values using below syntax into JavaScript but I am not able to get it if I make these PXTextEdit Visible="False".px_alls['UsrSessionCookie'].getValue();I have also tried below to get values but no luck-document.getElementById("ctl00_phF_form_UsrSessionCookie");Also, I have to make sure that server side code executes first which will get all required values and then process the JavaScript request.Any suggestions?Thank you
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.