Contact


Represents contact information for an entity

{
  "name": {
    "givenName": "John",
    "familyName": "Doe",
    "additionalName": "string"
  },
  "phone": "+14539842345",
  "address": {
    "address1": "156 5th Avenue",
    "address2": "string",
    "locality": "New York",
    "postalCode": "10019",
    "region": "US-NY",
    "country": "US"
  },
  "email": "[email protected]"
}

Properties

NameTypeRequiredRestrictionsDescription
nameobjecttruenoneRepresents the full name
➥ givenNamestringtruenoneGiven name
➥ familyNamestringtruenoneFamily name
➥ additionalNamestringfalsenoneAdditional name, if any
phonestringfalsenoneTelephone number including country code
addressobjectfalsenoneRepresents a fully defined address for an entity
➥ address1stringtruenoneFirst address line
➥ address2stringfalsenoneSecond address line
➥ localitystringtruenoneThe locality (e.g. City) of the address.
➥ postalCodestringtruenoneThe administrative postal code (e.g. Zip Code)
➥ regionstringtruenoneThe region or first-level administration division (e.g. State/Province) of the address.
➥ countrystringtruenoneThe two character ISO-3166-1 country code.
emailstring(email)falsenoneEmail address