Datacloud Contact Import Input
- Root XML tag
- <DatacloudContactImportInput>
- JSON Example Add Contact
- To add the records as contacts, include a
parentAccountId.
{ "datacloudContactIds": [ 10344600,42701050,45995423 ], "parentAccountId":"09KR00000004C9rMAE" }
- JSON Example Add Lead
- Without a parentAccountId, the records are added as
leads.
{ "datacloudContactIds": [ 10344600,42701050,45995423 ] }
- Properties
-