Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Structure

FieldTypeRequiredDescription
idinttrueId of the Source
codestringtrueCode of the Source
namestringtrueName of the Source
nameI18nstringtrue
propertyClassTypePropertyClassTypetrue

JSON representation

[
		{
        "id": 6,
        "code": "13S",
        "name": "3 *** S",
        "nameI18n": "3 *** S",
        "propertyClassType": {
          "id": 1,
          "code": "1",
          "name": "Hotel",
          "nameI18n": "Hotel"
        }
]
  • No labels