You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seem to be no rules for omission of properties in a request that invokes an action or a function, except for this statement in OData-JSON, section 18:
Entity typed parameter values MAY include a subset of the properties
What about properties of complex types (at least if they are nullable or collection-valued), or about properties of entities in function invocation URLs? Neither null (#392) nor the empty collection can be specified as a default value, and
If no value is specified, the client SHOULD NOT assume a default value.