Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CompanyAddress.

communicationLocationTypeCommunicationLocationTypetrueGives more information about that address
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

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"communicationLocationTypestreet": {          "id": 1,
         "code"Sepulveda",
	"city": "1Barcelona",
         "name	"stateProvName": "Home"
     }Barcelona",
	"streetstateProvCode": "SepulvedaES-B",
	"citymunicipalityName": "BarcelonaAgurain/Salvatierra",
	"stateProvName": "Barcelona",
	"stateProvCode    "municipalityCode": "ES-B051",
	"postalCode": "08030",
	"countryCode": "ES",
	"remark": null
}