Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
documentNumberintfalseUnique identifier for the ProductDocument (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

Code Block
languagepowershell
themeDJango
{
	"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"
	}
}