-
-
Notifications
You must be signed in to change notification settings - Fork 60
callbacks DynamicsWebApi.RequestBase
DynamicsWebApi.RequestBase
-
RequestBase
↳
Request
• Optional
async: boolean
XHR requests only! Indicates whether the requests should be made synchronously or asynchronously.Default value is 'true'(asynchronously).
• Optional
impersonate: string
Impersonates the user.A String representing the GUID value for the Dynamics 365 system user id.
• Optional
impersonateAAD: string
Impersonates the user.A String representing the GUID value for the Azure active directory object id.
• Optional
noCache: boolean
If set to 'true', DynamicsWebApi adds a request header 'Cache-Control: no-cache'.Default value is 'false'.
• Optional
timeout: number
Sets a number of milliseconds before a request times out.
• Optional
token: string
Authorization Token. If set, onTokenRefresh will not be called.