ChainSource

Structure

FieldTypeRequiredDescription
idinttrueId of the ChainSource
codestringtrueCode of the ChainSource
namestringtrueName of the ChainSource
orderinttrueOrder of the ChainSource
chainSourceGroupIdinttrueChainSource Group Id

JSON representation

{
	"id": 1, 
	"code": "OTA",
	"name": "Online Travel Agency",
	"order": 1,
	"chainSourceGroupId": 2
}