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
/**v.1.3.4+ Web API v9+ only! Boolean that enables duplicate detection. */
874
874
duplicateDetection?: boolean;
875
875
/**A JavaScript object with properties corresponding to the logical name of entity attributes(exceptions are lookups and single - valued navigation properties). */
876
-
entity?: any;
876
+
entity?: T;
877
877
/**An array of Expand Objects(described below the table) representing the $expand OData System Query Option value to control which related records are also returned. */
878
878
expand?: Expand[];
879
879
/**Sets Prefer header with value "odata.include-annotations=" and the specified annotation.Annotations provide additional information about lookups, options sets and other complex attribute types. */
/**v.1.3.4+ Web API v9+ only! Boolean that enables duplicate detection. */
893
893
duplicateDetection?: boolean;
894
894
/**A JavaScript object with properties corresponding to the logical name of entity attributes(exceptions are lookups and single - valued navigation properties). */
895
-
entity?: any;
895
+
entity?: T;
896
896
/**An array of Expand Objects(described below the table) representing the $expand OData System Query Option value to control which related records are also returned. */
897
897
expand?: Expand[];
898
898
/**Sets If-Match header value that enables to use conditional retrieval or optimistic concurrency in applicable requests.*/
/**v.1.3.4+ Web API v9+ only! Boolean that enables duplicate detection. */
552
552
duplicateDetection?: boolean;
553
553
/**A JavaScript object with properties corresponding to the logical name of entity attributes(exceptions are lookups and single-valued navigation properties). */
554
-
entity?: any;
554
+
entity?: T;
555
555
/**An array of Expand Objects(described below the table) representing the $expand OData System Query Option value to control which related records are also returned. */
556
556
expand?: Expand[];
557
557
/**Sets Prefer header with value "odata.include-annotations=" and the specified annotation.Annotations provide additional information about lookups, options sets and other complex attribute types. */
/**v.1.3.4+ Web API v9+ only! Boolean that enables duplicate detection. */
571
571
duplicateDetection?: boolean;
572
572
/**A JavaScript object with properties corresponding to the logical name of entity attributes(exceptions are lookups and single-valued navigation properties). */
573
-
entity?: any;
573
+
entity?: T;
574
574
/**An array of Expand Objects(described below the table) representing the $expand OData System Query Option value to control which related records are also returned. */
575
575
expand?: Expand[];
576
576
/**Sets If-Match header value that enables to use conditional retrieval or optimistic concurrency in applicable requests.*/
0 commit comments