CompanyTaxAddress

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CompanyAddress.

streetStringfalseThe email address itself.
cityStringfalsePossible remarks about this email.
stateProvNameStringfalse
stateProvCodeStringfalseISO 3166-2
municipalityNameStringfalseMunicipality name.
municipalityCodeStringfalseMunicipality code.
postalCodeStringfalse
countryCodeStringfalseISO 3166-1 alpha-2
remarkStringfalsePossible remarks about this address.

JSON representation

{
	"id": 1,
	"street": "Sepulveda",
	"city": "Barcelona",
	"stateProvName": "Barcelona",
	"stateProvCode": "ES-B",
	"municipalityName": "Agurain/Salvatierra",
    "municipalityCode": "051",
	"postalCode": "08030",
	"countryCode": "ES",
	"remark": null
}