Introducing Acumatica Cloud ERP: 2026R1
Technical discussions focused on Web Services and APIs for developers
Recently active
i have a problem with limit count current user API at the same time, so the API stop working from acumatica.Is there any solution for this problem?
Hi,I am developing a customization and got the “Error: You are not currently logged in” exception. I understand the problem, question is, how do I test if the user is logged in or not before I execute my code?
From the REST API (or indeed any API) to determine if a field can be written to, or is read-only?The OpenAPI schema seems not to provide this and neither does the adhocSchema. Thanks
I have field CustPORefNbr on my Service Orders screen that I wish to display on any Appointments spawned from the parent Service Order. I have created a custom field (UsrCustPORefNbr) on the Appointments screen that I wish to fill with the value from the parent Service Orders CustPORefNbr.It’s a read-only field on the Appointments screen; I don’t need it to update the database. It’s fine with me if it pulls the value from the Service Orders screen (DAC) every time the Appointment is displayed.I tried the following, but it caused my server to reboot endlessly: The perpetual reboots happened on both my development and production servers.Anybody got another suggestion, or know what I did wrong? Thanks much.
Hi All, We are looking to expose the Vendor Locations & retrieve details, address, validate account number etc via API but I cannot find it exposed like PaymentInstructions on Vendor, is there a way to access multiple locations or read them via API ?Thanks
IT is a customized Screen from https://github.com/Acumatica/Acumatica-LotSerialNbrAttribute In the customized screen setup I can see the Attribute and its fields I cant see the same in Endpoint setup for this screen.. It populates only the ImageURL If there is a bug in customization .. how to fix it?
Hello Friends,I’m new to Acumatica and I’m trying to integrate with Acumatica using Contract based REST APIs using OAuth. We have a L1 tier license.I generate the OAuth Access Token first, and then reuse it to call Acumatica APIs. But I often run into “API Login Limit” errors when I try to create Invoices through APIs. I’m confused because I’m not really trying to login and just trying to create Invoices and read customers. And since I’m using OAuth, I only login once and generate an access token, and use it in all subsequent calls.[PXException: API Login Limit]PX.LicensePolicy.PXLicensePolicy.CheckApiUsersLimits() +2479PX.Web.PXApplication.Application_PostAcquireRequestState(Object sender, EventArgs e) +9System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +223System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +94 Can you please help me un
I am updating an Item attributes using LotSerial Attribute library though API.. Initial GET Request to get receipt details Next is PUT request on specific ITEM. it shows it is updated in response When i do the get request again, i cant see updated changes? I dont know whether I am doing anythin wrong here or not...
Hello. Ive created general inquiry with these fields and made push notification with webhook, so it sends selected info to my website when the customer is changed.But it sends a notification ONLY if i change account address section. If I change primary contact or additional account info it doesnt send, but inquiry contains all of this information. Wat should I do for the notification to be sent? Thanks.
Im sorry for asking too many questions, but this system’s documentation is the most poor ive ever faced.Im trying to update customer via REST API and request stucks, loads for infinite and does nothing. The URL and data array and customer details are below. Wat im doing wrong? Thanks.
Hello. How can I find entity details? I need to update customer but I dont know the correct data structure http://joxi.ru/8238DOvu9NJMpA
Is there a way to programmatically release a budget via the REST API client???Something equivalent of the functionality available within Form GL505510...There is a `Released` property on each `BudgetDetail` line item but this appears to be read only (ie: its not updated when I set it on a PUT)
I would like to push an item to a sales order line in a sales order, and have it appear live while the user is in that sales order. Is there a way to do this with push notifications or some other mechanism, where we can tell the program that there has been an update to a sales order line via the REST api, and then reload that part of the screen to show the update? I know this can be done manually by the user with the little refresh button inside the sales order, but ideally I’d like to have a program that is watching for these changes and can reload that part of the page automatically when the new item is added.I feel like with enough hackery I can get this to work, but I’m wondering if there is a straightforward way to do it first.
Hi Guys, i am trying to process a purchase receipt of a purchase order but i keep getting this error below. Can you kindly help? I have followed the Acumatica example found here : https://help-2021r1.acumatica.com/(W(61))/Help?ScreenId=ShowWiki&pageid=81e5ec25-09f7-421a-8f80-01b6b71d38c9 EndPoint: baseURL/entity/Default/18.200.001/PurchaseReceiptRequest{ "VendorID": {"value": "DIG001"}, "Location": {"value": "MAIN"}, "Details": [ { "POOrderNbr": {"value": "PODP003483"}, "POOrderType": {"value": "Normal"} } ]}Error: "innerException": { "message": "An error has occurred.", "exceptionMessage": "PO line number, PO type, and PO number must be filled in for the system to add the purchase order to the details.",
Hi,I faced with strange Acumatica behavior, while creating new PaymentI am using the following PUT requestURL : https://arts.acumatica.com/entity/ARTSEndpoint/20.200.001/PaymentBody : { "LocationID": { "value": "MAIN" }, "PaymentRef": { "value": "byIvan" }, "Type": { "value": "Payment" }, "CustomerID": { "value": "ABCHOLDING" }, "CashAccount": { "value": "10200" }, "ApplicationDate": { "value": "02/17/2019" }, "ApplicationPeriod": { "value": "01-2019" }}The Payment ref field value is “byIvan”However, Acumatica replaces it with another valueSame behavior repeats with other fields, for example Description column value in DocumentstoApply table was also replaced by another value, not what have sent.Is there something that I do wrong and is there ability to fix it ?
Hello I have been using such PUT request for creating Purchase ReceiptURL : https://tprocess.acumatica.com/entity/ARTSEndpoint/18.200.001/PurchaseReceipt?$expand=Details&$select=Branch,ReceiptNbr,CurrencyID,Details/InventoryID,Details/POOrderNbr,Details/POOrderType,Details/ReceiptQty,Details/TransactionDescription,Details/UnitCost,Details/UOM,Details/WarehouseBODY : { "VendorRef": { "value": "123" }, "Details": [ { "POOrderType": { "value": "Drop-Ship" }, "POOrderNbr": { "value": "PO00164327" }, "ReceiptQty": { "value": "1" }, "POLineNbr": { "value": "1" } } ], "VendorID": { "value": "0000002346" }, "PostPeriod": { "value": "03-2022" }, "Location": { "value": "MAIN" }, "CreateBill": { "value": false }}After performing this request, purchase receipts appeared at this tabWhile testing application which do same for another client I faced with such error I did not found something inform
Currently, we are facing an issue with a push notification webhook in our QA and PRODUCTION Acumatica environments that is unable to be sent out (the same flow works in our DEV Acumatica environment).The function of the webhook is to refresh a purchase order (PO) cache after certain events have occurred such as: PO creation, PO updating, PO deletion, and PO status changes. More specifically, we are having trouble triggering the webhook when a PO’s status is changed (e.g. from “On Hold” to “Open”).I will attach a few screenshots of the error messages associated with the webhook below, and can upload more information if requested.System Monitor screen: Process Push Notification screen: Push Notification screen:Again, the exact same webhook flow works perfectly in our DEV Acumatica environment, and I have verified that the Address used inside the Push Notification webhook is 100% working. I’ve also confirmed via https://webhookinbox.com that the webhook is able to send data in that scenar
Hi,Previously I sent documents to Acumatica files for bills with the help of such requesthttps://myacumatica.com/entity/ARTSEndpoint/20.200.001/Bill/INV/002272/files/MicrosoftTeams-image (3).pdfNow I need to do the same for this tabInstead of Bill in request I need to use Payment, but what I must write instead of inv ?https://myacumatica.com/entity/ARTSEndpoint/20.200.001Payment/???/002272/files/MicrosoftTeams-image (3).pdf
Fail to get customer address via Api , when i checked the endpoind I found entity properties “Address” has yellow exclamation point .Please help.
Hi,Is there ability in Acumatica to add custom payment methods to customization project packages ?If it is possible how can I add custom payment methods to package ?
We want to send the customer email address to Auth.net so that Auth.net can send out the credit card receipt to the customer. We are using the Authorize.net API plugin with v2021 R2. The Email Receipt flag at Authorize.net has been turned on. Is sending the email address native to the API plugin?
Hi Everyone, I am testing our customization project that integrates with our WMS system. We have two Acumatica instances set up on the latest 2022 R1 release. We are using one for development and the other to simulate production. I have tested everything in the development instance and everything is working as expected. After verifying transaction downloads and uploads were working correctly, I exported the customization project and imported it into the “production” instance. I am running into issues uploading transactions to the production instance, receiving errors that fields cannot be empty when calling PutEntity(). Issues and Receipts are specifying that PostPeriod and Branch cannot be empty when calling PutEntity().Sales Orders specify that BaseCurrencyID and CuryID cannot be empty when calling PutEntity(). We had fixed the PostPeriod and Branch errors in the development instance, but we are getting this error in the production instance, even though we set these fields when updat
Hi communityIn our CI/CD implementation we’re publishing the customization package through https://someUrl/api/ServiceGate.asmxby using PublishPackagesAsync(new string[] { LastPackage.Name }, true) methodthe customization package get published without any issues but the plugin in the customization package not get executed, if we try to manually publish the same project via Customization Projects screen (SM.20.45.05) then everything goes well.The plugin use UpdateDatabase() to call the bussines logic.Is this behaviour due to the limitation of service gate…? any suggestions will be highly appreciated.
Hi,I’m using Acumatica API in a C# project. I wrote following code to access all the Purchase Receipts:if (InitAPI() == false) { return ""; } PO302000Content POReceipt = context.PO302000GetSchema(); #region Fields List<Command> cmdSelect = new List<Command>(); cmdSelect.Add(POReceipt.DocumentSummary.ReceiptNbr); cmdSelect.Add(POReceipt.DocumentSummary.VendorRef); cmdSelect.Add(POReceipt.DocumentSummary.Status); cmdSelect.Add(POReceipt.DocumentSummary.ExternalNbr); cmdSelect.Add(POReceipt.Other.Branch); cmdSelect.Add(POReceipt.Other.BillDate); cmdSelect.Add(POReceipt.Other.INRefNbr); cmdSelect.Add(POReceipt.Details.InventoryID); Field lmd = new Field { ObjectName = POReceipt.DocumentSummary.ReceiptNbr.ObjectName, FieldName = "LastModifiedDateTime
Hi, My goal is to investigate opportunity to store in Acumatica credentials which will be used for FTP server authorization. Currently, the credentials are written inside customization project, but it is required to provide ability to change them. Is it possible to implement such scenario : 1)Create custom entity 2)Add URL, login, password fields for this entity3)Extract these values inside code of Customization projectIf there exist more proper way to resolve it, suggest please
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.