Field

Data Type

Description

Id

String

Nullable: true

Record indication/primary key value of the created record. Null if no record created.

Status

Integer (int32)

HTTP Status code of the record. If the request successful and created data record the value 201 need to be assigned.

Uri

String

Nullable: true

URI to fetch the record through api in form of get method.

Error

String[]

Nullable: true

If any validation failed need to add the same in Error property. You can able to add more than one error message for the same record.

Data

DataRecordUniqueResponse[]

DataRecordUniqueResponse class contains the fields that ensures uniqueness for data record.

RecordHandle

String

Nullable: true

Record handler which passed by client at the time of record creation.