Forum Discussion
Hi @j.angelevski ,
I am able to get the error code in HTTP header along with that the entire message is published in the payload(as i am passing the entire input in the content of JSON Formatter).
How can i exclude statuscode field to be populated in the response.
- j_angelevski3 years agoContributor III
You can choose what to provide in the response by changing the Content property by selecting the
StatusMessage
field from the input or you can have a Mapper snap before the JSON Formatter and map the values that you only need.