Newer Version Available

This content describes an older version of this product. View Latest

Datacloud Orders

Purchase the contacts or companies for the listed IDs.
Resource
1/connect/datacloud/orders
Available version
32.0
Requires Chatter
No
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