Field

Data Type

Required/Optional

Description

FormFile

String (Binary)

Required

The file which require to upload into Fusion.

OrderId

String (Guid)

Optional

If the DataFile is a part of existing order which already registered with Fusion you can mention here.

UsageId

Integer (int32)

Required

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

SolutionsId

String (Guid)

Required

SolutionId is the Id of the solution defined in Fusion.

SubjectHandle

String

 

Required

Subject handle could be an generic value which common across all the records for each Order.

Record.RecordHandle

String

 

Required

Record Handler/information which passed by user.

Record.FullName

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

Full name of the end user which passed by fusion user.

Record.FirstName

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

First name of the end user which passed by fusion user.

Record.LastName

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

Last name of the end user which passed by fusion user.

Record.EmailAddress

String (Email)

Max Length: 250

Min Length: 0

Nullable: true

Optional

Email address of the end user which passed by fusion user.

Record.Phone

String

Max Length: 25

Min Length: 0

Nullable: true

Optional

Phone number of the end user which passed by fusion user.

Record.AddressLine1

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Address Line1 of the end user which passed by fusion user.

Record.AddressLine2

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Address Line2 of the end user which passed by fusion user.

Record.AddressLine3

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Address Line3 of the end user which passed by fusion user.

Record.AddressLine4

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Address Line4 of the end user which passed by fusion user.

Record.AddressLine5

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Address Line5 of the end user which passed by fusion user.

Record.City

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

City of the end user which passed by fusion user.

Record.State

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

State of the end user which passed by fusion user.

Record.PostalCode

String

Max Length: 50

Min Length: 0

Nullable: true

Optional

Postal Code of the end user which passed by fusion user.

Record.Country

String

Max Length: 50

Min Length: 0

Nullable: true

Optional

Country of the end user which passed by fusion user.

Record.AdditionalData

Nullable: true

Optional

Additional data from the request in json format.

Record.

AdditionalDataSchemaId

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Json schema information about the additional data.