{ "sections": [ "title", "description", "fields", "usage", "wsdl_segment", "field_reference" ], "title": "DatacloudOwnedEntity - Data API", "description": "Represents fields in the DatacloudOwnedEntity object. The DatacloudOwnedEntity object tracks user-purchased records. This object is available in API version 30.0 or later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "DataDotComKey": { "type": "string", "properties": "Create, Filter, Sort", "description": "The Data.com contact or company record identification number used by the DatacloudPurchaseUsage object to keep track of purchased records. This is equivalent to the Data.com record ID for a contact or company." }, "DatacloudEntityType": { "type": "picklist", "properties": "Create, Filter, Restricted picklist, Sort", "description": "The type of Data.com record you want to purchase. 0—contact 1—company" }, "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, Sort", "description": "An optional field used to name your record." }, "PurchaseType": { "type": "picklist", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "A read only field set by the API to identify the purchase type. Added Export API" }, "PurchaseUsageId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort", "description": "The unique identification number for the DatacloudPurchaseUsage object created by making a REST POST request. 0—contact 1—company" }, "UserId": { "type": "reference", "properties": "Filter, Group, Sort", "description": "A unique identifier for the user making the purchase." } }, "usage": "The Datacloud object that tracks records that are purchased and owned by a specific user.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "DataDotComKey": { "field_label": "Data.com key", "type": "string", "length": "25" }, "DatacloudEntityType": { "field_label": "Data.com Object Type", "type": "picklist", "length": "255" }, "Id": { "field_label": "Data.com Owned Entity ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "Name": { "field_label": "Description", "type": "string", "length": "255" }, "PurchaseType": { "field_label": "Data.com Purchase Type", "type": "picklist", "length": "255" }, "PurchaseUsageId": { "field_label": "Data.com Usage ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "UserId": { "field_label": "User ID", "type": "reference", "length": "18" } }, "field_reference_columns": [ "field_label", "type", "length" ] }