docs/EmailSegment.md in ultracart_api-4.0.93.rc vs docs/EmailSegment.md in ultracart_api-4.0.94.rc
- old
+ new
@@ -14,10 +14,11 @@
| **filter_profile_equation_json** | **String** | File profile equation json | [optional] |
| **member_count** | **Integer** | Count of members in this segment | [optional] |
| **merchant_id** | **String** | Merchant ID | [optional] |
| **name** | **String** | Name of email segment | [optional] |
| **rank_json** | **String** | Rank settings json | [optional] |
+| **rebuild_percentage** | **Float** | Percentage of completion for a rebuild. The value range will be 0-1. Multiply by 100 to format for display. | [optional] |
| **rebuild_required** | **Boolean** | True if a rebuild is required because some part of the segment has changed | [optional] |
| **storefront_oid** | **Integer** | Storefront oid | [optional] |
| **thirdparty_join_add_tags** | **Array<String>** | Third party provider tags to add when a customer joins the segment. | [optional] |
| **thirdparty_join_remove_tags** | **Array<String>** | Third party provider tags to remove when a customer joins the segment. | [optional] |
| **thirdparty_leave_add_tags** | **Array<String>** | Third party provider tags to add when a customer leaves the segment. | [optional] |
@@ -42,9 +43,10 @@
filter_profile_equation_json: null,
member_count: null,
merchant_id: null,
name: null,
rank_json: null,
+ rebuild_percentage: null,
rebuild_required: null,
storefront_oid: null,
thirdparty_join_add_tags: null,
thirdparty_join_remove_tags: null,
thirdparty_leave_add_tags: null,