Closed caitlinrussell closed 6 years ago
odata.type is actually inherited from Entity, so it is not put into the AdditionalData property bag. It is a first-class field on the object. Do you prefer it as a field or as an additionaldata property?
@MIchaelMainer I updated the description of the PR to better align to what is happening in this commit
Fixes #72 Removes default odata.type value and serializes the parameter by default when it is provided. This prevents the user from having to include it in the additional data property bag.