15 lines
511 B
JSON
15 lines
511 B
JSON
{
|
|
"allOrNone": true,
|
|
"useSeparatedCSVFiles": true,
|
|
"excludeIdsFromCSVFiles": true,
|
|
"objects": [
|
|
{
|
|
"query": "SELECT Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,VisitorAddressId FROM Location",
|
|
"operation": "Insert",
|
|
"externalId": "Name"
|
|
},{
|
|
"query": "SELECT City, Country, PostalCode, Street, Latitude, Longitude, CountryCode, ParentId$Location FROM Address",
|
|
"operation": "Insert"
|
|
}
|
|
]
|
|
} |