| Field |
Data Type |
Required/Optional |
Description |
| DataFileId |
String (Guid) |
Required |
The data file id to be uploaded chunk. |
Example JSON payload
{
"guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"chunkId": 0,
"currentChunkSize": 0,
"chunkData": "string"
}
| Field |
Data Type |
Required/Optional |
Description |
| Guid |
String (Guid) |
Required |
GUID of the data file which is returned by fusion at the time of data file registration. |
| ChunkIds |
Integer (int64) |
Required |
Data Chunk id which associated with the data file. |
| CurrentChunkSize |
Integer (int32) |
Optional |
Size of the chunk which is associated with the current request. |
| ChunkData |
String |
Required |
Data File's Chunk/Part of the file in base64 encoded format. |