Batch structure
{
"batchId": Int,
"batchStatus": "Created"/"InProgress"/"Errored"/"Cancelled"/"Complete",
"batchResults": {
"records": {EntityObjectDictionary},
"relationships": [RelationshipObject]
}
}Batch records
{
"records": {
"2": [
{
"characteristics": {
"department": "Sales",
"first_name": "John",
"last_name": "Smith"
},
"template": {
"templateId": 1
},
"title": "Person 1"
},
{
"characteristics": {
"department": "Accounting",
"first_name": "Susan",
"last_name": "Williams"
},
"template": {
"templateId": 1
},
"title": "Person 2"
}
],
"1": [
{
"characteristics": {
"release_year": 2006
},
"template": {
"templateId": 1
},
"title": "Catalog 1"
},
{
"characteristics": {
"release_year": 2013
},
"template": {
"templateId": 1
},
"title": "Catalog 2"
}
]
}
}Batch relationships
Last updated
Was this helpful?

