When we try to pass in input fields any array which contains the value to be passed as input which we get as output response from some other API. It is giving the error "compound is not supported in the request parser"
For ex. I have one array of master_plans_summary in which I have one field plan_instance_no ,which I need to assign some value as input.
ssoni
compound is not supported in the request parser
When we try to pass in input fields any array which contains the value to be passed as input which we get as output response from some other API. It is giving the error "compound is not supported in the request parser"
For ex. I have one array of master_plans_summary in which I have one field plan_instance_no ,which I need to assign some value as input.
{master_plans_summary: [{plan_instance_no: 5545145}]}