Hello, I'm looking for some documentation about LN REST Interface For example in this API "LN/lnapi/odata/tdapi.slsSalesOrder/CreateOrder" I would like to know the relation field between request body API and table field. I want to know what is the target? something like that { "Orderseries" : "10" → tdsls400.orno } I hope…
Hello Team, While doing the testing of Business partner REST API testing, I found that there is character present like "?" in the Tax Number Field and encountered the error Invalid Property Field. Ideally, it is wrong value. Once corrected the Tax number, error gone. Do we have list of such characters which are not…
Hi I'm setting up an endpoint to receive payloads from a webhook, since I have no control on how this is sent, I have set up an ApiGateway to receive the payload and the target endpoint would be the IMS v2/message. All good, accept in a transformation endpoint policy I need to base64 encode the payload to send it to IMS.…
Hello, I am currently encountering an issue while attempting to make an API call via API Gateway to Infor LN for the purpose of creating an external invoice. Unfortunately, we are receiving an error message (please see the attached fields message for details).We have ensured that the API is activated in the “REST Service…
I am able to get customer orders: string requestUrl = $"{apiUrl}/load/SLCos?properties=CoNum,CustNum&recordcap=10&filter=CustNum='{custNum}'"; HttpResponseMessage response = await _httpClient.GetAsync(requestUrl); But when I try to Post an update and send the json in the body, I get error because I the ItemNo should be an…
I'm trying to use the ION Messaging Service APIs to send a message, but I get 412 responses with errors of "Application connection point is not in an active state" or "Invalid OAuth keypair for logicalId" depending on what I try. Where do I go from here to get a valid logicalId?
One of my customers wants to know if he can receive a cached token ? Can you help? What is a cached token ?
Hello, So I have been tasked with coding an external application in .NET to close jobs.. I have written an created an IDO to pull in the data I need out of SLJobs and SLJobTrans, however, I need to use .NET to close out jobs. Apparently the method is on the Post Job Transactions Form, however being new to the system, I do…
Hello everyone, We have successfully installed an external API (ActiveMQ) suite in ION API (cloud) by making a manual swagger documentation: This API is working fine when tested from the swagger documentation but we are getting an error when testing it in a workflow: What can be the reason of such an error ? Thanks.
I'm building a local repository in python. I want to use the requests library to call an Infor API. I'm a bit confused on how to handle authentication with Infor in order to generate a token within my code. Would a python script be considered a backend service app and need a resource owner grant with service account? At…
It looks like you're new here. Sign in or register to get started.