Hello Infor Community, I’m reaching out for assistance with a Python script I’m developing to fetch data from the Infor OS ION API. The script is intended to retrieve Quote and OrderLine records for the ZOELLERPUMP_TST tenant and save them into Delta tables in Microsoft Fabric. While the script successfully fetches Quote…
One of my customer needs to call my sxapioegetsingleorderv3 api. What is the best way to remove some lines ? Exemple: I want to remove these: { "fieldName": "linelevel-user1", "fieldValue": "", "seqNo": 1 }, { "fieldName": "linelevel-user2", "fieldValue": "", "seqNo": 1 }, { "fieldName": "linelevel-user3", "fieldValue":…
In the OS API gateway we tried to connect to a new 3rd party REST API. The methods available in Infor OS to get an API token do not seem to apply to this specific REST API. As a result we could couldn't get a OAuth 2.0 token. We lack the information for resource owner. We only have user & pw Client Credentials. The API…
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…
It looks like you're new here. Sign in or register to get started.