1.7

Table Of Contents
Specific to the adding of data records to the record data table of an existing data set entity, an
additional name/value pair is included:
l datasetid - the data set entity identifier of parent entity (type of number)
Specific to the adding of nested data records to a data table of an existing data record entity,
two additional name/value pairs are included:
l recordid - the data record entity identifier of parent entity (type of number)
l table - the data record entity data table name (type of string)
Examples:
{
"datasetid": 12345,
"records": [
{
"fields": [
{
"name": "ID",
"value": "CU00048376"
},
{
"name": "Gender",
"value": "M."
},
{
"name": "FirstName",
"value": "Benjamin"
},
{
"name": "LastName",
"value": "Verret"
}
]
},
{
"fields":[
{
"name": "ID",
"value": "CU01499303"
},
Page 40