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
@@ -207,7 +210,7 @@ onTokenRefresh | Function | A callback function that triggered when DynamicsWebA
207
210
returnRepresentation | Boolean | Defaults Prefer header with value "return=representation". Use this property to return just created or updated entity in a single request.
208
211
timeout | Number | Sets a number of milliseconds before a request times out.
209
212
useEntityNames | Boolean | `v.1.4.0+` Indicates whether to use entity logical names instead of collection logical names during requests.
210
-
webApiUrl | String | A complete URL string to Web API. Example of the URL: "https://myorg.api.crm.dynamics.com/api/data/v8.2/". If it is specified then webApiVersion property will not be used even if it is not empty.
213
+
webApiUrl | String | A complete URL string to Web API. Example of the URL: "https://myorg.api.crm.dynamics.com/api/data/v9.1/". If it is specified then webApiVersion property will not be used even if it is not empty.
211
214
webApiVersion | String | Version of the Web API. Default version is "8.0".
212
215
213
216
Configuration property `webApiVersion` is required only when DynamicsWebApi used inside CRM.
0 commit comments