Using response values inside a custom data conversion method in schema mapper of rest service
Below json is the rest service response value. I am trying to append and return some of the values to show in a dropdown as name/value pair using the custom data conversion method in the CustNum mapping(shown in image) .I am getting error name CustID doesn't exist in current context(shown in image).How to achieve the desired result?
{
"Company": "1589",
"CustID": "test",
"CustNum": 1,
"Name": "test customer",
"Address1": "",
"Address2": "",
"Address3": "",
"City": "",
"State": "",
"Zip": ""
}
Please sign in to leave a comment.
Comments
1 comment