Modelobject

app.ContactAddress

Properties

app.ContactAddressobject
addr1
string
No description.
addr2
string
No description.
city
string
No description.
country_id
string
No description.
date_created
integer
No description.
date_modified
integer
No description.
id
integer
No description.
label
string
No description.
organisations
Joins
persons
No description.
zip
string
No description.

Example

JSON
{
  "addr1": "string",
  "addr2": "string",
  "city": "string",
  "country_id": "string",
  "date_created": 123,
  "date_modified": 123,
  "id": 123,
  "label": "string",
  "organisations": [
    {...}
  ],
  "persons": [
    {...}
  ],
  "zip": "string"
}