'Create Activity' API call from siebel
Content
We are in the process of integrating OFSC with siebel application. Objective of this integration is, whenever an Activity is created in siebel the same should be posted into OFSC. When we tried to POST the activity into OFSC we are getting below mentioned error.
HTTP Request error during 'Submitting Data SendHTTP request': 'Status code - 400'(SBL-EAI-04117)
By going through several discussion forum, Bad data can be one of the possible root cause for this issue. However, if I use the same API request in 'Post man' and test, its working as expected.
Activity GET API is working fine from siebel. Only POST method is having problem.
0