Newer Version Available
Object Graph Input
Input representation of an sObject with a graph ID.
- JSON example
-
1{ 2 "graph": { 3 "graphId": "1", 4 "records": [ 5 { 6 "referenceId": "refOrder", 7 "record": { 8 "attributes": { 9 "type": "Order", 10 "method": "POST" 11 } 12 } 13 } 14 ] 15 } 16} - Properties
-
Name Type Description Required or Optional Available Version graphId String The ID of the graph. Required 66.0 records Object with Reference Input[] List of the records to be ingested. Required 66.0