I am receiving the following VM on a Web API Post action
public class ViewModel { public string Name { get; set; } [Required] public int? Street {
This is fixed in Web Api 2. However, interesting only works if the fields are properties with get/set.