Segment

Structure

FieldTypeRequiredDescription
idinttrueId of the Segment
codestringtrueCode of the Segment
namestringtrueName of the Segment
propertyIdintfalseId of the property (Only for multiproperty request)

JSON representation

{
	"id": 1, 
	"code": "S1",
	"name": "Segment1"
}