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

Version 1 Next »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CompanyAddress.

communicationLocationTypeCommunicationLocationTypetrueGives more information about that address
streetStringfalseThe email address itself.
cityStringfalsePossible remarks about this email.
stateProvNameStringfalse
stateProvStateProvfalse
postalCodeStringfalse
countryCountryfalse
remarkStringfalsePossible remarks about this address.

JSON representation

{
	"id": 1,
	"communicationLocationType": {
         "id": 1,
         "code": "1",
         "name": "Home"
     },
	"street": "Sepulveda",
	"city": "Barcelona",
	"stateProvName": "Barcelona",
	"stateProv": null,
	"postalCode": "08030",
	"country": null,
	"remark": null
}
  • No labels