ContactAddressType
A single contact address type.
More info: see the get operation and the contact address types endpoint.
Fields
Field | Description |
---|---|
id int (required) | Unique ID Example value:123 |
name mlstring (required) | Name of the address type Example value:"Home" |
isarchived bool (required) | Whether or not this item is archived |
createdts timestamp (required) | Created timestamp Example value:"2014-09-26 15:24:36" |
lastupdatets timestamp (required) | Last updated timestamp Example value:"2014-09-26 15:24:36" |
Example
1{
2 "id": 123,
3 "name": "Home",
4 "isarchived": false,
5 "createdts": "2014-09-26 15:24:36",
6 "lastupdatets": "2014-09-26 15:24:36"
7}