Hi Team, My Client is currently on Single Tenant Infor LN Cloud and moving to Multi-Tenant Infor LN Cloud. There are 3rd party integrations available in the Single Tenant Version. Are there any restrictions in the public multi-tenant Infor LN to consume 3rd party webservice integrations. Apologies for the naive query. My…
We have a supplier who uses the following authentication method, within the REST(JSON) framework: 1.) A Login function which requires a username and password. 2.) This then returns a bearer token which lasts an hour. 3.) The system also provided a refresh token which is active for 24hr and can be used to provide a new…
Situation I have been able to access the api's via Postman. However, when using the Requests package, I am getting a 403 error. I suspect my syntax is incorrect. Code Used # Get an access token token_url = pu +ot token data= { "grant_type": "password", "username": saak, "password":sask }…
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 ?
It looks like you're new here. Sign in or register to get started.