ChainSource
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the ChainSource |
code | string | true | Code of the ChainSource |
name | string | true | Name of the ChainSource |
order | int | true | Order of the ChainSource |
chainSourceGroupId | int | true | ChainSource Group Id |
JSON representation
{ "id": 1, "code": "OTA", "name": "Online Travel Agency", "order": 1, "chainSourceGroupId": 2 }