doc_out/Campaign.html.md in purecloud-0.36.1 vs doc_out/Campaign.html.md in purecloud-0.37.1
- old
+ new
@@ -7,32 +7,31 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
-| **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
-| **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
-| **version** | **Integer** | | [optional] |
-| **contact_list** | [**UriReference**](UriReference.html) | | [optional] |
-| **queue** | [**UriReference**](UriReference.html) | | [optional] |
-| **dialing_mode** | **String** | | [optional] |
-| **script** | [**UriReference**](UriReference.html) | | [optional] |
-| **edge_group** | [**UriReference**](UriReference.html) | | [optional] |
-| **campaign_status** | **String** | | [optional] |
-| **phone_columns** | [**Array<PhoneColumn>**](PhoneColumn.html) | | [optional] |
-| **abandon_rate** | **Float** | | [optional] |
-| **dnc_lists** | [**Array<UriReference>**](UriReference.html) | | [optional] |
-| **callable_time_set** | [**UriReference**](UriReference.html) | | [optional] |
-| **call_analysis_response_set** | [**UriReference**](UriReference.html) | | [optional] |
-| **errors** | [**Array<RestErrorDetail>**](RestErrorDetail.html) | | [optional] |
-| **caller_name** | **String** | | [optional] |
-| **caller_address** | **String** | | [optional] |
-| **outbound_line_count** | **Integer** | | [optional] |
-| **rule_sets** | [**Array<UriReference>**](UriReference.html) | | [optional] |
-| **skip_preview_disabled** | **BOOLEAN** | | [optional] [default to false]|
-| **preview_time_out_seconds** | **Integer** | | [optional] |
-| **single_number_preview** | **BOOLEAN** | | [optional] [default to false]|
-| **contact_sort** | [**ContactSort**](ContactSort.html) | | [optional] |
+| **date_created** | **DateTime** | creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **date_modified** | **DateTime** | last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **version** | **Integer** | required for updates, must match the version number of the most recent update | [optional] |
+| **contact_list** | [**UriReference**](UriReference.html) | identifier of the contact list for the campaign | |
+| **queue** | [**UriReference**](UriReference.html) | identifier of the agent assignment queue, required for all dialing modes other than agentless | |
+| **dialing_mode** | **String** | dialing mode of the campaign | |
+| **script** | [**UriReference**](UriReference.html) | identifier of the campaign script, required for all dialing modes other than agentless | |
+| **edge_group** | [**UriReference**](UriReference.html) | identifier of the edge group, required for all dialing modes other than preview | |
+| **campaign_status** | **String** | status of the campaign; can be set to 'on' or 'off' | |
+| **phone_columns** | [**Array<PhoneColumn>**](PhoneColumn.html) | the contact list phone columns to be called for the campaign | |
+| **abandon_rate** | **Float** | the targeted abandon rate percentage | [optional] |
+| **dnc_lists** | [**Array<UriReference>**](UriReference.html) | identifiers of the do not call lists | [optional] |
+| **callable_time_set** | [**UriReference**](UriReference.html) | the identifier of the callable time set | [optional] |
+| **call_analysis_response_set** | [**UriReference**](UriReference.html) | the identifier of the call analysis response set, required for all dialing modes other than preview | |
+| **errors** | [**Array<RestErrorDetail>**](RestErrorDetail.html) | a list of current error conditions associated with the campaign | [optional] |
+| **caller_name** | **String** | caller id name to be displayed on the outbound call | [optional] |
+| **caller_address** | **String** | caller id phone number to be displayed on the outbound call | [optional] |
+| **outbound_line_count** | **Integer** | for agentless campaigns, the number of outbound lines to be concurrently dialed | [optional] |
+| **rule_sets** | [**Array<UriReference>**](UriReference.html) | identifiers of the rule sets | [optional] |
+| **skip_preview_disabled** | **BOOLEAN** | for preview campaigns, indicator of whether the agent can skip a preview without placing a call | [optional] [default to false]|
+| **preview_time_out_seconds** | **Integer** | for preview campaigns, number of seconds before a call will be automatically placed. A value of 0 indicates no automatic placement of calls | [optional] |
+| **contact_sort** | [**ContactSort**](ContactSort.html) | information determining the order in which the contacts will be dialed | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}