Field

Data Type

Description

orderId

String (Guid)

Nullable: true

Existing order id which is registered with fusion.

usage

Integer (Int32)

Nullable: true

Usage information which helps to identify the purpose or environment for the request.

subjectHandle

String

Max Length: 250

Min Length: 0

Subject handle could be an account number (or hopefully a less sensitive value that uniquely identifies a customer of our customer).

RecordHandle

String

Max Length: 250

Min Length: 0

The customer's unique ID for the individual data record that they send to us could go in the record handle field.

dataRecordId

String(Guid)

Nullable: true

Fusion data record id which belongs to the request.

solutionsId

String(Guid)

SolutionsId is the Id of the solution defined in the ERP system.

FileName

String

Max Length: 250

Min Length: 0

Nullable: true

Filename of the file received.

DateReceived

String

Max Length: 250

Min Length: 0

Nullable: true

Date and time of file received.

FileGuid

String(Guid)

File Guid which is registered with the system.

FileData

String

Nullable: true

The base64 encoded filed bytes string

FileHash

String

Nullable: true

Hash value of the file which is passed along with the request.

FileHashType

String

Nullable: true

Hash calculation algorithm.

FileSize

Integer (Int 64)

Blob file size

DataFileId

String (Guid)

Fusion DataFileId which belongs to the request.

CreatedBy

String

Max Length: 25

Min Length: 0

Nullable: true

Record creator.

CreateDate

String(date-time)

Nullable: true

Record creation date and time.

UpdatedBy

String

Max Length: 25

Min Length: 0

Nullable: true

Record updater.

UpdateDate

String(date-time)

Nullable: true

Record update date and time.

Status

String

Nullable: true

Recent event happened against to data record.

EventTime

String(date-time)

Nullable: true

When the last event happened in UTC time.

IsUploadCompleted

Boolean

Indicate the chunk files upload complete or not.

DataRecord

DataRecords[]

DataRecord model will holds all the necessary information in DataRecord which later going to register with Fusion.