POST customer_events/bulk/social_media/create
Available from CRM.COM R10.0.0
Deprecated from CRM.COM R15.0.0 onwards. This functionality will be provided through achievement customer events
This method is used to create multiple social media customer events within a single Web API method call. Note that the maximum number of social media customer events that can be created is 1000
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
social_media_customer_events_set (mandatory) | Set of Social Media Customer Event Objects | The set of social media customer events that will be created by this Web API method Note that the maximum number of social media customer events that can be specified within a single Web API call is 1000 |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Referred Parameter Objects
Response Data
Name | Type | Description |
---|---|---|
Set of Processed customer Events Objects | A set that contains the ID and the number of the customer events that were created
| |
unprocessed_customer_events_set | Set of Unprocessed customer Events Objects | A set that contains the customer events that were not created due to an error. Each row includes the unique request identifier , as provided by the caller, along with an error code and error description.
|
Referred Objects Response Data