2019.2

Table Of Contents
l start the starting boundary value for the data record (type of number)
l end the ending boundary value for the data record (type of number)
Example
The following are examples of this structure:
{
"schema": {
"columns": {
"ID": "STRING",
"Gender": "STRING",
"FirstName": "STRING",
"LastName": "STRING",
"ExtraData": "STRING"
}
},
"id": 12345,
"datasetid": 34567,
"fields": {
"ID": "CU00048376",
"Gender": "M.",
"FirstName": "Benjamin",
"LastName": "Verret",
"ExtraData": ""
}
}
{
"schema": {
"columns": {
"ItemNumber": "STRING",
"ItemDesc": "STRING",
"ItemUnitPrice": "CURRENCY",
"ItemOrdered": "INTEGER",
"ItemTotal": "CURRENCY",
"ExtraData": "STRING"
}
},
"id": 45678,
"fields": {
"ItemNumber": "PSM002",
Page 50