Datacloud Contact Import Input

Input representation of the criteria for importing records as contacts or leads.
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
Name Type Description Required or Optional Available Version
datacloudContactIds String[] A list of the contactIds to import. There can be from 1 up to 200 contactIds in a comma-separated list. Requests with more than 200 contacts fail. Required 36.0
parentAccountId String The accountId for the selected account that is in your organization. Optional 36.0