Is there a way to configure the webapi project to wrap the json data with a root element for instance, "GetProductResults" - see below
{
"GetProductResults":[
{"ProductCode":"1234","ProductQuantity":"20"},
{"ProductCode":"5678","ProductQuantity":"40"}
]
}