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 |
JSON representation
{ "id": 1, "code": "S1", "name": "Segment1" }
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 |
{ "id": 1, "code": "S1", "name": "Segment1" }