ChainSegment

Structure

FieldTypeRequiredDescription
idinttrueId of the ChainSegment
codestringtrueCode of the ChainSegment
namestringtrueName of the ChainSegment
orderinttrueOrder of the ChainSegment
chainSegmentGroupIdinttrueChainSegment Group Id

JSON representation

{
	"id": 3, 
	"code": "LEISU",
	"name": "Leisure",
	"order": 5,
	"chainSegmentGroupId": 2
}