Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.08 KB

SegmentsCreateResponseBody.md

File metadata and controls

19 lines (13 loc) · 1.08 KB

SegmentsCreateResponseBody

Response body schema for POST v1/segments.

Properties

Name Type Description Notes
id str Unique segment ID. [optional]
name str Segment name. [optional]
created_at datetime Timestamp representing the date and time when the segment was created. The value is shown in the ISO 8601 format. [optional]
type str Describes whether the segment is dynamic (customers come in and leave based on set criteria) or static (manually selected customers). [optional]
filter object Defines a set of criteria for an `auto-update` segment type. [optional]
initial_sync_status str [optional]
object str The type of the object represented by JSON. This object stores information about the customer segment. [optional] [default to 'segment']

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