Hi Team,
I have used below JSON body to trigger the action https://{{BaseURL}}/int/ifsapplications/entity/v1/AccountGroupEntity.svc/AccountGroupSet
JSON BODY used
{
"Company": "10",
"AccntGroup": "X11",
"Description": "X10"
}
Projection resource used :
AccountGroupEntity.AccountGroupSet
Even same content works without any issue for same envrionemt (23R1 SU6) through POSTMAN call, Yet when tried to do the same through IFS connect, I get below error :
ExecutionException from Sender thread
Caused by: ifs.fnd.connect.senders.ConnectSender$TemporaryFailureException: Exception while sending data
Caused by: ifs.fnd.base.SystemException: Post error: 404 (Not Found)
Following is screenprint from API explorer
can someone mentioned what could be the missing setup/or issue ?