
When calling Restful APIs with a well define JSON contract,
we get errors on the request when we submit a JSON payload that does not meet
the contract specification. In many
cases, we use a model that may have properties which we need to ignore from the
payload before submitting to the API....