Response Code Description Response Format
201 Success
{
  "id": "string",
  "status": 0,
  "uri": "string",
  "error": [
    "string"
  ],
  "data": {
    "fileGuid": "string",
    "dataRecordId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "recordHandle": "string"
  }
}

Response Parameter Description

GuidResponse

Field Data Type Description
Id String
Nullable: true
DataFileId for the record newly created. The value is null if the request is failed due to some reason. The error information can be found under Error field.
Status Integer (int32) HTTP Status code of the record. If the request is successful and creates a data record, the value 201 needs to be assigned.
Uri String
Nullable: true
URI to fetch the record through API in form of GET method.
Error String[] If any validation failed, add the same in Error property. You can add more than one error message for the same record.
Data GuideResponse[] GuidResponse class contains the fields that ensures uniqueness for large data file.
FileGuid String(Guid)
Nullable: true
GUID of the file.
DataRecordId String(Guid)
Nullable: true
Id of the DataRecord which related to the DataFile.
RecordHandle String
Nullable: true
The customer's unique ID for the individual data record that they send to us could go in the record handle field.