/
Source

Source

Structure

FieldTypeRequiredDescription
idinttrueId of the Source
codestringtrueCode of the ChainSource
namestringtrueName of the Source
propertyIdintfalseId of the property (Only for multiproperty request)

JSON representation

{
	"id": 1, 
	"code": "S1",
	"name": "Source 1"
}

Related content