Datacloud Orders

Purchase the contacts or companies for the listed IDs.

When your Data.com Prospector or Data.com Clean contract expires, Data.com features, objects, and fields will be removed from your org.

To support customers’ needs around compliance and to remain a leader in trust and privacy, Salesforce removed all contact data from the Data.com service on February 1, 2021.

For more information, see Data.com Prospector and Clean Retirement.

Note

Resource
1/connect/datacloud/orders
Available version
32.0
HTTP methods
POST
Request body for POST

The POST request can have either contact IDs or company IDs, not both.

Root XML tag
<DatacloudOrder>
JSON example
1{
2   "companyIds":[
3      "23456",
4      "24548"
5   ],
6   "userType":"Monthly"
7}
Properties
Name Type Description Required or Optional Available Version
companyIds String The list of companies to purchase. If contactIds are included with companyIds, your purchase fails. Required to purchase companies 32.0
contactIds String The list of contacts to purchase. If companyIds are included with contactIds, your purchase fails. Required to purchase contacts 32.0
userType String The Data.com user type.
  • Monthly—A user type that’s assigned monthly point limits for purchasing Data.com records. Only the assigned user can use monthly points. Points expire at the end of the month. Monthly is the default setting for DatacloudUserType.
  • Listpool—A user type that allows users to draw from a pool of points to purchase Data.com records.
Optional 32.0
Response body for POST
Datacloud Order