PhoneTechType

PhoneTechType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

PhoneTechType.

codeStringtrueCode of the

PhoneTechType.

nameStringtrueName of the

PhoneTechType.

nameI18nStringtrueName of the

PhoneTechType translated.

JSON representation

{
    "id": 1,
    "code": "1",
    "name": "Voice",
    "nameI18n": "Voice"
}

Related content