| Response Code | Description | Response Format |
|---|---|---|
| 200 | Success |
{
"id": "string",
"status": 0,
"uri": "string",
"error": [
"string"
],
"data": {
"orderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"usage": 0,
"subjectHandle": "string",
"recordHandle": "string",
"dataRecordId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"solutionsId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"filename": "string",
"dateReceived": "string",
"fileGuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"fileData": "string",
"fileHash": "string",
"fileHashType": "string",
"fileSize": 0,
"dataRecord": {
"recordHandle": "string",
"fullName": "string",
"firstName": "string",
"lastName": "string",
"emailAddress": "user@example.com",
"phone": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"addressLine4": "string",
"addressLine5": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string",
"additionalData": {},
"additionalDataSchemaId": "string"
},
"dataFileId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdBy": "string",
"createDate": "2023-09-25T12:57:02.136Z",
"updatedBy": "string",
"updateDate": "2023-09-25T12:57:02.136Z",
"status": "string",
"eventTime": "2023-09-25T12:57:02.136Z",
"isUploadCompleted": true
}
|
Response Parameter Description
DataFileResponse
| Field | Data Type | Description |
|---|---|---|
| orderId | String (Guid) | 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 Nullable: true |
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 Nullable: true |
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. |
| solutionId | String (Guid) Nullable: true |
SolutionId is the Id of the solution defined in ERP system. |
| FileName | String Max Length: 250 Min Length: 0 Nullable: true |
Filename of 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 system. |
| FileData | String Nullable: true |
The base64 encoded file bytes string. |
| FileHash | String Nullable: true |
Hash value of file which is passed along with request. |
| FileHashType | String Nullable: true |
Hash calculation algorithm. |
| Filesize | Integer (Int64) | Blob file size. |
| DataField | String (Guid) | Fusion DataField which belongs to 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. |
Response Array Parameters
| Field | Data Type | Description |
|---|---|---|
| RecordHandle | String Max Length: 250 Min Length: 0 Nullable: true |
Record Handle/information which is passed by the user. |
| FullName | String Max Length: 100 Min Length: 0 Nullable: true |
Full name of the end user which is passed by the Fusion user. |
| FirstName | String Max Length: 100 Min Length: 0 Nullable: true |
First name of the end user which is passed by the Fusion user. |
| LastName | String Max Length: 100 Min Length: 0 Nullable: true |
Last name of the end user which is passed by the Fusion user. |
| EmailAddress | String (Email) Max Length: 250 Min Length: 0 Nullable: true |
Email address of the end user which is passed by the Fusion user. |
| Phone | String Max Length: 25 Min Length: 0 Nullable: true |
Phone number of the end user which is passed by the Fusion user. |
| AddressLine1 | String Max Length: 250 Min Length: 0 Nullable: true |
Address line 1 of the end user which is passed by the Fusion user. |
| AddressLine2 | String Max Length: 250 Min Length: 0 Nullable: true |
Address line 2 of the end user which is passed by the Fusion user. |
| AddressLine3 | String Max Length: 250 Min Length: 0 Nullable: true |
Address line 3 of the end user which is passed by the Fusion user. |
| AddressLine4 | String Max Length: 250 Min Length: 0 Nullable: true |
Address line 4 of the end user which is passed by the Fusion user. |
| AddressLine5 | String Max Length: 250 Min Length: 0 Nullable: true |
Address line 5 of the end user which is passed by the Fusion user. |
| City | String Max Length: 100 Min Length: 0 Nullable: true |
City of the end user which is passed by the Fusion user. |
| State | String Max Length: 100 Min Length: 0 Nullable: true |
State of the end user which is passed by the Fusion user. |
| PostalCode | String Max Length: 50 Min Length: 0 Nullable: true |
Postal Code of the end user which is passed by the Fusion user. |
| Country | String Max Length: 50 Min Length: 0 Nullable: true |
Country of the end user which is passed by the Fusion user. |
| AdditionalData | String Max Length: 250 Min Length: 0 Nullable: true |
Additional data which provided for the end user which passed by fusion user. |
| AdditionalDataSchemaId | String Max Length: 250 Min Length: 0 Nullable: true |
Schema about the additional data which passed along with the request. |