Field

Data Type

Required/Optional
Value

Description

RecordHandle

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Record Handler/information which passed by user.

FullName

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

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

FirstName

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

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

LastName

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

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

EmailAddress

String (Email)

Max Length: 250

Min Length: 0

Nullable: true

Optional

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

Phone

String

Max Length: 25

Min Length: 0

Nullable: true

Optional

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

AddressLine1

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

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

AddressLine2

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

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

AddressLine3

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

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

AddressLine4

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

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

AddressLine5

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

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

City

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

City of the end user which passed by fusion user.

State

String

Max Length: 100

Min Length: 0

Nullable: true

Optional

State of the end user which passed by fusion user.

PostalCode

String

Max Length: 50

Min Length: 0

Nullable: true

Optional

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

Country

String

Max Length: 50

Min Length: 0

Nullable: true

Optional

Country of the end user which passed by fusion user.

AdditionalData

Nullable: true

Optional

Additional data which associated with the request.

AdditionalDataSchemaId

String

Max Length: 250

Min Length: 0

Nullable: true

Optional

Json schema about the additional data.

FileName

String

MaxLength: 250

MinLength: 0

Required

The file name of the file posting, filename.extension.

FileData

String

Required

The base64 encoded file bytes of the file posting

FileHash

String

Nullable:true

Optional

The file has to check sum of the file data

FileHashType

String

Nullable:true

Optional

Hash type, for example: SHA265