Introducing Acumatica Cloud ERP: 2026R1
Technical discussions focused on Web Services and APIs for developers
Recently active
Hey Guys, I wanted to check if its possible to create a custom plug-in type. I need to add UberFreight as another option but I can’t seem to find something on acumatica docs.Any insights would really be helpful. Thanks!
I am using REST Client to make API calls to default 20.200.001 endpoint. When I include Staff in my Select input I am getting an error. If I do not include “Staff/Description” in my Select, I get the results. using Acumatica.Default_20_200_001.Api;using Acumatica.RESTClient.Client;public async Task<List<Acumatica.Default_20_200_001.Model.Appointment>> GetAppointmentList(string token) { if (apiClient.Token == null) apiClient.Token = new Acumatica.Auth.Model.Token(); apiClient.Token.Access_token = token; apiClient.Token.Token_type = "Bearer"; AppointmentApi appointmentApi = new AppointmentApi(apiClient); string expand = "Staff"; string select = "ActualDuration,ActualEndDate,ActualEndTime,ActualHandleManually,ActualServiceDuration,ActualStartDate,ActualStartTime,AppointmentNbr,Description," + "Location,ScheduledDuration,ScheduledEndDate,ScheduledEndTime," + "Sc
I have a requirement to create a purchase receipt using Acumatica API.This is my code for that. RootObject obj = new RootObject(); obj.Type = "Receipt"; obj.VendorID = "GRI SL"; obj.VendorRef = "2131"; obj.Locatrion = "Main"; obj.ShipmentRef = "00028"; obj.Date = DateTime.ParseExact("10/10/2022", "dd/MM/yyyy",CultureInfo.InvariantCulture); obj.PostPeriod = DateTime.ParseExact("10/10/2022", "dd/MM/yyyy",CultureInfo.InvariantCulture); var jsonStrings = JsonConvert.SerializeObject(obj); PXTrace.WriteInformation(jsonStrings); var jsonString = JObject.Parse(jsonStrings); PXTrace.WriteInformation(jsonString.ToString()); var URL = "https://globalrubberindustrieslimited.acumatica.com/entity/CustomEndpoint/22.200.001/PurchaseReceipt"; var httpRequest = (HttpWebRequest)WebRequest.Create(URL); httpRequest.Method = "PUT"; httpRequest.ContentType = "application/json";
I have a customization project which includes a custom JSON object which i created.foreach (PXResult<POLine> result in polineview.Select()){ POLine line = result; if(order.OrderNbr == line.OrderNbr) { // Sample JSON object var sampleJsonObject = new { OrderNbr = order.OrderNbr, CustomerOrderNo = "CS0005", CusomterOrderLineField = new { PartNo = "P002", UnitCost = line.CuryUnitCost, InventoryID = line.InventoryID } }; string json = Newtonsoft.Json.JsonConvert.SerializeObject(sampleJsonObject); PXTrace.WriteInformation(json); } }JSON Data:{ "OrderNbr":"000453", "CustomerOrderNo":"CS0005", "CusomterOrderLineField":{ "PartNo":"P002", "UnitCost":367.640000, "InventoryID":18066 }}My API is http://testinstan
Hi Community!!I’m trying to fetch details of users for that I created a new Endpoint extension with name “AppUsers1”I have added 5 fieds for it but Username was showing a warning. as per the document I310 web services Tried ti fetch the data Using GET with Key Field Valuesbut I’m not sure which fields are Key Fields tried with Username but is not working. POSTMAN Get callHow can I find the Key fields is there a standard way or does that differ?Thank you in advance.
I was working on with the "Get" method in Acumatica API, I successfully pull the records from the api however there is no userID of the creator and modifier.Webservice Endpoints I tried to find the createdBy and ModifiedBy in the dropdown but there is none.how to add the UserID of creator and modifier on the web service endpoint so that these fields will be parts of the Get response.Thanks in Advance
Hi,I use the Resource Owner Password Credentials Flow to call the Acumatica API.as the 1st step I generate a token and using this token I call the API.My scope is api.I need to know after calling the api should I log out or close the session.
Hi Community.!!I've been successfully working on an app for Acumatica. I've managed to implement functionalities like logging in, logging out, and retrieving data using the API and endpoints.Now, I'm looking to implement the "forgot password" feature. In Acumatica, this involves sending a password reset link to the user via email, allowing them to reset their password.I'm wondering if it's possible to achieve this password reset functionality through API calls or webhooks and is there is any specific way we can trigger the emails? I've checked the available endpoints, but I haven't come across any related to this specific feature.Please let me know if there is any way to do that.Thanks in advance.
Hi Everyone I’m having an issue updating a purchase Order in Acumatica by using Rest API, So my process is to create a purchase Order skeleton by enteringOrderNbrVendorOwnerDescriptionin the next step I add line items to that existing purchase Order using OrderNbr (Not Auto-generated) 1 Step - Create Purchase Order PUT /purchaseOrder 2 Step - Add line items to the existing Purchase Order "exceptionMessage": "Operation failed", "exceptionMessage": "Another process has added the 'POOrder' record. Your changes will be lost.",Request :{ "OrderNbr": { "value": "PPO-00007" }, "VendorID": { "value": "VD000001" }, "Description": { "value": "DummyDescription" }, "Date": { "value": "2000-01-01" }, "Location": { "value": "DUMMYLOC" }, "ShipToAddress": { "AddressLine1": { "value": "123 Dummy St" }, "AddressLine2": { "value": "Suite 100" }, "City": { "value": "Dummyville" }, "Country": { "value": "XX" }, "PostalCode":
Hi Team,I have customized a screen to pull data from another System to Acumatica. I want to schedule the action button which is higlighted below. could you please let me know how I can do this.Nite: Need to schedule the action button to pull the data from another system to Acumatica. Regards,Ramya
Hi Community,I have an issue with the Push Notifications it is not hitting in my local URL with Webhooks.I’m able to add a new Push notificaition and configure the URL with the https://webhook.site/ and it is working fine and getting the updated details as shown below when making changes in Manufacturer tab. Now I’m trying to do the same in my local in a ASP .NET Core Web API project I have written a small POST request and updated the URL in the Push notifications Tab, but every time I edit or add a new Manufacturer it is being listed in Process Push Notifications tab with an error message:“Send to target TestWebhook failed. Message: Send to web hook fails. Error: An error occurred while sending the request.” My local URL: https://localhost:7262/Manufacturer/PostManufacturerUpdate Please let me know if I’m missing any steps or is there anyting wrong with my POST request or if there is any issue related to Webhooks so that I can resolve this issue.Thanks in advance.!!!
Is it possible to send a total premium freight price value when creating a sales order?Below is the request we are sending but it does not work {"CustomerID":{"value":"855215____"},"FinancialSettings":{"Branch":{"value":"LOCAL"}},"CustomerOrder":{"value":"10"},"Details":[{"InventoryID":{"value":"CC-W0930"},"OrderQty":{"value":1},"UnitPrice":{"value":166},"custom":{"Transactions":{"UsrAssembled":{"value":true},"UsrHingePlacement":{"value":"Right"},"ManualPrice":{"value":true}}}},{"InventoryID":{"value":"ASSEMBLE"},"OrderQty":{"value":1},"UnitPrice":{"value":16.6},"custom":{"Transactions":{"ManualPrice":{"value":true}}}},{"InventoryID":{"value":"CUSTOM-CABINET"},"OrderQty":{"value":1},"UnitPrice":{"value":67.33},"custom":{"Transactions":{"ManualPrice":{"value":true}}}}],"Totals":{"PremiumFreight":{"value":175},"OverrideFreightAmount":{"value":true}}}
Hey everyone hope everything is good I’m trying to get all results from GI using “PUT” Method but i get only 1 result instated of all results that i have But here is my GI that i have in Acumatica
I’m new to this forum so if this is the wrong board for this please point me in the right direction. We’re a pretty large company running Acumatica. We sell both wholesale and retail, both on our own websites as well as external marketplaces like Amazon, eBay, Walmart, Etc. We’re currently using Celigo to facilitate an API connection between Acumatica and these platforms to import orders, but we’re looking to export inventory from Acumatica to these platforms as well. Being that we currently have over 60,000 SKUs it’s impractical for us to export our entire inventory to these platforms, so we’re looking to set up a feed that only pulls inventory from items whose inventories have changed since the last update. We’ve hit a wall with Celigo because we can’t seem to access the LastModified field on StockItems>WarehouseDetails and Celigo can’t track changes without that timestamp. Has anyone set up such an inventory field for their businesses? We’re looking to set up inventory updates fo
Working on creating a Custom cc plug-in . However i cannot get the ICCHostedPaymentFormResponseParser to work . Does anyone have any ideas of how i can go about this?
this is the data going into the json body{"CuryOrigDocAmt":{"value":842.32},"CashAccount":{"value":"23110"},"Type":{"value":"Check"},"Vendor":{"value":"V01652"},"CurrencyID":{"value":"USD"},"Hold":{"value":false},"PaymentAmount":{"value":842.32},"PaymentMethod":{"value":"AM EX"},"Details":[{"CashAccount":{"value":null},"PostPeriod":{"value":"092023"},"BranchID":{"value":null},"InventoryID":{"value":null},"OrderQty":{"value":0},"WarehouseID":{"value":null},"AmountPaid":{"value":842.32},"Balance":{"value":842.32},"CashDiscountBalance":{"value":null},"DocType":{"value":"Bill"},"ReferenceNbr":{"value":"126781"}}],"PostPeriod":{"value":"092023"}} https://localhost//entity/Acumatica/1.0.0/CheckThis is the error return from Acumatica call on {"message":"An error has occurred.","exceptionMessage":"Operation failed","exceptionType":"PX.Data.PXInvalidOperationException","stackTrace":" at PX.Api.ContractBased.EntityService.Put(ISystemContract systemContract, String version, String name, EntityImp
Can anyone confirm if the INItemCostHist data is accessible via API? And if so, can you provide any resources regarding how to access it via API?
When I create an issue through the UI, it works. I try to do the same thing through the API, and I get the error noted in the subject. Here’s the full payload i PUT to /entity/Default/22.200.001/InventoryIssue this is only problematic when the stock item requires a lot number. I want to pass that & not able to through the API payload = { "Note": { "value": "test" }, "Details": [ { "InventoryID": { "value": "GEN-10127" }, "Note": { "value": "VO 109044, VOI 123872" }, "LotSerialNbr": { "value": "64980051405" }, "WarehouseID": { "value": "TP-NY" }, "Location": { "value": "TP-NY" }, "Qty": { "value": "1", }, "TranType": { "value": "Issue" }, "UnitPrice": { "value": 3.52 },
Dear all has anyone integrated whatsapp with acumatica. I am on version 2022r2.
I am working on building out a solution which utilizes the paymentconnector.html in Frames folder. I was wondering how I can access this frame and how I can create a new frame?
Hello everyone i am do integrating Invoice Rest Api in my system and i want to send addresses as well but unable to find any filter or keyword to expand addresses please help me in it
Hi All, Currently looking to automate a bill payment into Acumatica after processing the payment using an automated payment method for a client, I have seen that the only method is to create a “check” payment but this only creates a record of a payment not specifically against a bill, is there any way to create a payment that would be assigned to a specific bill ?Could we create a DebitAdj against a bill, documentation seems to be rather lacking in this area. Thanks
Is there a screen where I can see the status change history for invoices and payments? For example if I want to see on which day a payment was moved from Open to Closed status where can I see that? Would eventually like to access this through one of the API endpoints as well.
Hey Everyone Hope everything is good, I’m Creating Project Tasks Through API and once the Task is Created i want to update this Field “Ready To Invoice” Becasue when i checked OpenAPI i didn’t find that field here "Properties": { "Approver": { "value": "ex", "error": "incididunt" }, "Completed": { "value": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "error": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, "CompletionMethod": { "value": "pariatur consequat officia", "error": "dolore magna ad sed" }, "EndDate": { "value": "1998-03-27T15:33:59.146Z", "error": "magna dolore occaecat sunt" }, "PlannedEndDate": { "value": "2007-04-05T21:05:03.186Z", "error": "mollit" }, "PlannedStartDate":
Hi, When calling /identity/connect/authorize on local instanceI am getting response code OK but with anerror, invalid_requestI am using response_type : codedouble checked client_id, redirect_uri and scopewhere can I see the actual error in acumatica server, or any other suggestions ?Thanks
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.