Don't include all properties in HttpRequest for new objects
description
If I create a new object and set only one property, all the properties are included on the HttpRequest when calling "SaveChanges" method.
Due to that, default values defined on server side are not used when saving values.
In OData specification, only initialized values have to be sent into POST request.