Address contact Structure
Base Attributes
Attribute | Type | Example |
---|---|---|
id The contact ID |
Integer | 1 |
name The contact's name |
String | Joe Bloggs |
number_type The type of contact |
String | mobile |
number The number for the contact |
String | 01234123123 |
Extended Attributes
Attribute | Type | Example |
---|---|---|
created_at The time the contact was created |
Time | |
updated_at The time the contact was updated |
Time |