GenderType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

GenderType.

codeStringtrueCode of the

GenderType.

nameStringtrueName of the

GenderType.

nameI18nStringtrueName of the

GenderType local.

JSON representation

{
    "id": 1,
    "code": "M",
    "name": "Male",
    "nameI18n": "Male"
}