I’m trying to add a new transaction into an existing Queue via the Orchestrator-API (2018.1.2):
{
“itemData”: {
“Name”: “QueueName”,
“Priority”: “Normal”,
“SpecificContent”: {
"Parm1": "test",
"Parm2": "test"
},
“DeferDate”: null,
“DueDate”: null
}
}
and getting a 400 Bad Request (no further error or anything useful
Problem seems to be related with the installed version. 2018.1.2 does not seem to have worked properly, I upgraded to 2018.4.2 and it works as expected. Upgrade was rather painful.