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 3 Next »

Structure

FieldTypeRequiredDescription
documentNumberintfalseUnique identifier for the Product.
prefixNamestringfalse
givenNamestringfalse

middleName

stringfalse

surName

stringfalse

street

stringfalse

city

stringfalse

stateProv

stringfalse

postalCode

stringfalse

country

Countryfalse

email

stringfalse

phoneNumber

stringfalse

language

Languagefalse

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"
	}
}
  • No labels