Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
documentNumberintfalseDocument (Id, Passport...) number.
prefixNamestringfalsePrefix name of the holder.
givenNamestringfalseName of the holder.

middleName

stringfalseMiddle name of the holder.

surName

stringfalseSurname of the holder.

street

stringfalseStreet of the address of the holder.

city

stringfalseCity of the holder.

stateProvstateProvName

stringfalseName of the stateProv.
stateProvCodeStringfalseCode of the stateProv. ISO 3166-2

postalCode

stringfalsePostal code of the address of the holder.

countrycountryCode

CountryStringfalseCountry object that represents the country of the address of the holder. ISO 3166-1 alpha-2

email

stringfalseEmail of the holder.

phoneNumber

stringfalseTelephone number to contact the holder.

language

LanguagefalseLanguage that is used by the holder.



JSON representation

Code Block
languagepowershell
themeDJango
{
	"documentNumber": null,
	"prefixName": "Mrs",
	"givenName": "Kathryn",
	"middleName": "Léonie",
	"surName": "Jordan",
	"street": null,
	"city": null,
	"stateProvstateProvName": null,
	"postalCodeBarcelona": null,
	"countrystateProvCode": {
		"id": 165"ES-B",
		"codepostalCode": "PAN"null,
		"namecountryCode": "PANAMAES"
	},
	"email": null,
	"phoneNumber": "+34 678505050",
	"language": {
		"id": 1,
		"code": "ES",
		"name": "Spanish"
	}
}