Hi
A H5 script that was working earlier suddenly stated to fail in the IONAPI. The script is designed to call a ionapi to start a workflow and in reponse started receiving error message "A Logical ID has not been specified"
var request = {
url: '/IONSERVICES/process/application/v1/workflow/start',
method: "POST",
record: {
logicalId: "lid://infor.m3.m3"
},
data: this.jsonBody,
headers: { "accept": 'application/json', "content-type": "application/json" }
};
Below is the request payload and response

