Hello, I have a custom connector which is connected to SAP PI . while testing the connector from the custom connector test, it return the output response properly. However while I try to call the same api from PowerApps using the request body parameters i get below error.
I believe I am not passing the request body properly in the api request from Powerapps. here is the request body that is working fine from postman.
{
"COMPANYCODE": "IN20",
"DATE_FROM": "2023-03-01",
"DATE_TO": "2023-03-31",
"SALES_TEXT": "X",
"CUSTOMERS": {
"item": [
{
"CUSTOMER": "9121000464",
"MESSAGE": "?"
},
{
"CUSTOMER": "9121000464",
"MESSAGE": "Hanks"
}
]
},
"DOCTYPE": {
"item": [
{
"BLART": "CN"
}
]
}
}
Required parameters :
Need some advice... thanks

Report
All responses (
Answers (