Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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



JSON representation

Code Block
languagepowershell
themeDJango
[
		{
        "id": 6,
        "code": "13S",
        "name": "3 *** S",
        "nameI18n": "3 *** S",
        "propertyClassType": {
          "id": 1,
          "code": "1",
          "name": "Hotel",
          "nameI18n": "Hotel"
        }
]