Hi,
My advise would be for you to create a wrapper action arround the REST invocation and have an output structure that is properly converted.
In that case the wrapper would return a structure containing the boolean value you inferred from the 2nd field.
In any case it's always a good practice to create wrappers arround integration methods that are able to map the returned values into the application language.
Hope it helps
My advise would be for you to create a wrapper action arround the REST invocation and have an output structure that is properly converted.
In that case the wrapper would return a structure containing the boolean value you inferred from the 2nd field.
In any case it's always a good practice to create wrappers arround integration methods that are able to map the returned values into the application language.
Hope it helps