Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

EmailAddressType.

codeStringtrueCode of the

EmailAddressType.

nameStringtrueName of the

EmailAddressType.

nameI18nStringtrueName of the

EmailAddressType local.



JSON representation

Code Block
languagepowershell
themeDJango
{
 	   "id": 1,
	    "code": "1",
  	  "name": "Personal",
    "nameI18n": "Personal"
}