Im using aurena 10 app and im trying to invoke /int/ifsapplications/projection/v1/CustomerOrderHandling.svc with bellow json payload
{
"OrderNo": "xxxxxxx",
"LineNo": "1",
"RelNo": "1",
"LineItemNo": 0,
"FormSource": "0",
"SourceId": 1
}
and i get bellow response
{
"error": {
"code": "DATABASE_ERROR",
"message": "Database error occurred. Contact administrator.",
"details": n
{
"code": 20181,
"message": "ORA-20181: CustomerOrderHandling.ACCESS_FAILURE: Arguments used to execute current operation are not allowed."
}
]
}
}
can anyone help with this please ?