Response Code Description Response Format
200 Success
{
  "id": "string",
  "status": 0,
  "uri": "string",
  "error": [
    "string"
  ],
  "data": {
    "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",
    "dataRecordId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "orderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "usageId": 0,
    "subjectHandle": "string",
    "solutionsId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "createdBy": "string",
    "createDate": "2023-09-06T11:05:14.637Z",
    "updatedBy": "string",
    "updateDate": "2023-09-06T11:05:14.637Z",
    "status": "string",
    "eventTime": "2023-09-06T11:05:14.637Z"
  }
}

Response Parameter Description

DataRecordResponse

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 is associated with the request.
AdditionalDataSchemaId String
Max Length: 250
Min Length: 0
Nullable: true
JSON schema about the additional data.
dataRecordId String Fusion data record id which belongs to the request.
orderId String
Nullable: true
Order Id which is associated with DataRecord.
usageId 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).
solutionsId String
Nullable: true
SolutionsId is the Id of the solution defined in the ERP system.
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
Max Length: 250
Min Length: 0
Nullable: true
Recent event happened against to data record..
eventTime String(date-time)
Nullable: true
When the last event happened in UTC time.