Bad input for 'Request URL: Error while submitting REST Call
Hello All,
While submitting a request to Microsoft Azure-based server, which is our downstream, we are submitting REST-API Request over 'EAI HTTP Transport, method: SendReceive".
There is a requirement where we from Siebel are sending request PUT method.
Code sample: Please note that we are passing here body in JSON format since target system accepts only in application/json format.
var sRequestBodyTemplate = '{"Vin": ' + '"' + Vin + '","Esn": ' + '"' + Esn + '","CaseId": ' + '"' + CaseId + '","RequestType": ' + '"' + RequestType + '"}';
// {"Vin": "VINX123455","Esn": "ESN1234X","CaseId": "123456","RequestType": "E"}
//Body arguments to be passed this way.