ChainSegment
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the ChainSegment |
code | string | true | Code of the ChainSegment |
name | string | true | Name of the ChainSegment |
order | int | true | Order of the ChainSegment |
chainSegmentGroupId | int | true | ChainSegment Group Id |
JSON representation
{ "id": 3, "code": "LEISU", "name": "Leisure", "order": 5, "chainSegmentGroupId": 2 }