-
-
Couldn't load subscription status.
- Fork 63
v1 DynamicsWebApi.Interface.UploadRequest
Aleksandr Rogov edited this page May 12, 2025
·
2 revisions
dynamics-web-api-wiki / DynamicsWebApi / UploadRequest
| Property | Type | Description | Inherited from |
|---|---|---|---|
async?
|
boolean |
XHR requests only! Indicates whether the requests should be made synchronously or asynchronously.Default value is 'true'(asynchronously). |
CRUDRequest.async
|
collection?
|
string |
The name of the Entity Collection or Entity Logical name. |
CRUDRequest.collection
|
data
|
Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike> |
Binary Buffer | - |
fieldName
|
string |
File Field Name | - |
fileName
|
string |
Name of the file | - |
id? |
string |
Deprecated Use "key" instead. A String representing the Primary Key(GUID) of the record. |
CRUDRequest.id
|
impersonate?
|
string |
Impersonates the user.A String representing the GUID value for the Dynamics 365 system user id. |
CRUDRequest.impersonate
|
impersonateAAD?
|
string |
Impersonates the user.A String representing the GUID value for the Azure active directory object id. |
CRUDRequest.impersonateAAD
|
key?
|
string |
A String representing collection record's Primary Key (GUID) or Alternate Key(s). |
CRUDRequest.key
|
noCache?
|
boolean |
If set to 'true', DynamicsWebApi adds a request header 'Cache-Control: no-cache'.Default value is 'false'. |
CRUDRequest.noCache
|
skipNameCheck?
|
boolean |
Skips the collection name check in DynamicsWebApi. |
CRUDRequest.skipNameCheck
|
timeout?
|
number |
Sets a number of milliseconds before a request times out. |
CRUDRequest.timeout
|
token?
|
string |
Authorization Token. If set, onTokenRefresh will not be called. |
CRUDRequest.token
|