Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.43 KB

File metadata and controls

16 lines (12 loc) · 1.43 KB

Voucherify.Model.SegmentsCreateResponseBody

Response body schema for POST v1/segments.

Properties

Name Type Description Notes
Id string Unique segment ID. [optional]
Name string Segment name. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the segment was created. The value is shown in the ISO 8601 format. [optional]
Type string Defines whether the segment is: - Active (`auto-update`): customers enter and leave the segment based on the defined filters and the `customer.segment.entered` and `customer.segment.left` events are triggered, - Passive (`passive`): customers enter and leave the segment based on the defined filters, but the `customer.segment.entered` and `customer.segment.left` events are not triggered, - Static (`static`): manually selected customers. [optional]
Filter Object Defines a set of criteria for an `auto-update` or `passive` segment type. [optional]
Object string The type of the object represented by JSON. This object stores information about the customer segment. [optional]

[Back to Model list] [Back to API list] [Back to README]