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
stateProvstateProvCodeStateProvStringfalseISO 3166-2
postalCodeStringfalse
countrycountryCodeCountryStringfalseISO 3166-1 alpha-2
remarkStringfalsePossible remarks about this address.



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"communicationLocationType": {
         "id": 1,
         "code": "1",
         "name": "Home"
     },
	"street": "Sepulveda",
	"city": "Barcelona",
	"stateProvName": "Barcelona",
	"stateProvstateProvCode": null"ES-B",
	"postalCode": "08030",
	"countrycountryCode": null"ES",
	"remark": null
}