Hi Everyone,
My team and I are currently setting up a process to generate Invoices over web interfaces. We are utilizing the Infor OS API Gateway on the PayablesInvoiceImport business class. We want to be able to trigger an Action from that business class to run via API after we create the records.
It seems like we should be able to do that using the POST endpoint for
/classes/PayablesInvoiceImport/actions/{actions}
However this business class has a limited amount of Actions that can be triggered, and our custom Actions are not showing up.

If we GET that endpoint we see a ton of Actions available

However if you try to hit one of those actions there is this exception
{
"exception": {
"viewMessage": "Set actions not supported by executeImport",
"message": "Set actions not supported by executeImport",
"class": "com.lawson.rdtech.type.ViewException"
}
}
Which seems to suggest that this Set Action can't be performed? Is there anything I can do to expose it?
Does anybody have any idea on this or could help us down a path where we could be triggering custom Actions on the business classes? Any suggestions are appreciated.
Thanks,
Logan