This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi, @arunnp
The service url needs to start with “http(s)://” and then specify ble/incident. For example http://ble/incident
For better reading of the URL, instead of concatenating the strings under Service URL, you can pass the input parameters under...
Hi ,
Here is one example how can you achieve the result as in your example in the question above.
{
“interface”: {
“type”: “INVOICE”,
“client”: “SQLServer”
},
“data”: {
“batch_table”: {
“BATCH_ID”: 1
},
“transactions_table”: [{
“TRANSACTION_ID”: 1,
“...