Segment
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Segment |
code | string | true | Code of the Segment |
name | string | true | Name of the Segment |
propertyId | int | false | Id of the property (Only for multiproperty request) |
JSON representation
{ "id": 1, "code": "S1", "name": "Segment1" }