Response Code Description Response Format
500 Server Error
{
    "id": "string",
    "status": 0,
    "uri": "string",
    "error": [
        "string"
    ]
}
        

Response Parameter Description

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 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, it needs to be added in the Error property. You can add more than one error message for the same record.