Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1, 
	"code": "S1",
	"name": "Segment1"
}