# Objects / Contact

# Contact

**Object**
## Contact

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID for the contact |
| addressStreet1 | *String!* | The first line for the address |
| addressStreet2 | *String!* | The second line for the address |
| addressSuburb | *String!* | The suburb for the address |
| addressCity | *String!* | The city for the address |
| addressPostcode | *String!* | The postcode for the address |
| addressRegion | *String!* | The region / state / provence for the address |
| addressCountry | *String!* | The country for the address |
| email | *String!* | The email address relating to the contact |
| fax | *String!* | The facsimile number relating to the contact |
| phone | *String!* | The phone number relating to the contact |
| mobile | *String!* | The mobile phone number relating to the contact |
| website | *String!* | The website relating to the contact |
| twitter | *String!* | The twitter handle relating to the contact (can be full web address or just @handle) |
| facebook | *String!* | The facebook page relating to the contact (normally the full web address but could come in any format) |