Request Payload translate wrongly by OIC
Summary:
Request Payload translate wrongly by OIC
Content (please ensure you mask any confidential information):
Hi,
I am passing the below payload as request:
{
"name": "manageForecastWorkOrders",
"parameters": [
{
"forecastId": 43121
},
{
"workOrderActionCode": "ORA_CREATE"
}
]
}
And then map the values in OIC Mapper like below:
When the integration executed it changes the payload to below:
I want the request payload structure remains the same as passed initially in OIC.
In POSTMAN only the payload passed in OIC Request works the payload converted by OIC gives error in POSTMAN as well.
Regards,
Zahid Rahim
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):