To override the Content-type in your clients, use the HTTP Accept Header, append  the .json suffix or  ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
 
		
        
        HTTP + JSON
         The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /featuredspot/book HTTP/1.1 
Host: agentapi.myhome.ie 
Accept: application/json
Content-Type: application/json
Content-Length: length
{"UserId":0,"FeaturedSpot":{"FeaturedSpotId":0,"FeaturedSpotTypeId":0,"ProductId":0,"OrderId":0,"GroupId":0,"PropertyId":0,"StartDate":"0001-01-01T00:00:00.0000000","EndDate":"0001-01-01T00:00:00.0000000","LocalityId":0,"PropertyClassId":0,"CreatedByUserId":0,"CreatedOn":"0001-01-01T00:00:00.0000000","ModifiedOn":"0001-01-01T00:00:00.0000000","EventStartsOn":"0001-01-01T00:00:00.0000000","EventEndsOn":"0001-01-01T00:00:00.0000000","CustomJson":"String","MinPrice":0,"MaxPrice":0,"MinBeds":0,"MaxBeds":0,"PropertyTypeId":0},"ApiKey":"String","CorrelationId":"String","ActiveUserId":0,"Version":0,"RequestTypeId":0}
 
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"FeaturedProduct":{"FeaturedSpotId":0,"FeaturedSpotTypeId":0,"ProductId":0,"OrderId":0,"GroupId":0,"PropertyId":0,"StartDate":"0001-01-01T00:00:00.0000000","EndDate":"0001-01-01T00:00:00.0000000","LocalityId":0,"PropertyClassId":0,"CreatedByUserId":0,"CreatedOn":"0001-01-01T00:00:00.0000000","ModifiedOn":"0001-01-01T00:00:00.0000000","EventStartsOn":"0001-01-01T00:00:00.0000000","EventEndsOn":"0001-01-01T00:00:00.0000000","CustomJson":"String","MinPrice":0,"MaxPrice":0,"MinBeds":0,"MaxBeds":0,"PropertyTypeId":0},"Version":0,"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}