Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Structure

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.

stateProv

stringfalseName of the stateProv.

postalCode

stringfalsePostal code of the address of the holder.

country

CountryfalseCountry object that represents the country of the address of the holder.

email

stringfalseEmail of the holder.

phoneNumber

stringfalseTelephone number to contact the holder.

language

LanguagefalseLanguage that is used by the holder.

JSON representation

{
	"documentNumber": null,
	"prefixName": "Mrs",
	"givenName": "Kathryn",
	"middleName": "Léonie",
	"surName": "Jordan",
	"street": null,
	"city": null,
	"stateProv": null,
	"postalCode": null,
	"country": {
		"id": 165,
		"code": "PAN",
		"name": "PANAMA"
	},
	"email": null,
	"phoneNumber": "+34 678505050",
	"language": {
		"id": 1,
		"code": "ES",
		"name": "Spanish"
	}
}
  • No labels