List Organisation Contacts
This group of services manages organisation contacts.
#### Description of contact properties
Here is the description of a **contact** object
* `id` | Integer | Unique ID of this contact
* `organisation` | Object | id (Integer) - ID of the organisation of this contact
- `name` (String) - name of the organisation
* `type` | Object | id (Integer) - ID of the type of this contact
- `description` (String) - Description of meaning of the type
* `name` | String | First and last name of the contact
* `title` | String | Title of the contact
* `department` | String | Department of the contact
* `street` | String | Street and # of the contact
* `zipcode` | String | ZIP of the contact
* `city` | String | City of the contact
* `country` | Object | id (Integer) - ID of the country of this organisation
- `name` (String) - Country name
* `email` | String | Email of the contact
* `phone` | String | Phone number of the contact
* `mobile` | String | Mobile number of the contact
* `state` | String | State of the contact
* `secondary_address` | String | Secondary address line of the contact (e.g. apartment, building number, ...)
* `purchase_order_number` | String | Purchase order number that will be displayed on monthly invoices
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the POST request to
/api/v1/authenticate.
Path parameters
org_id
Response
Success
id
organisation
type
name
title
department
street
zipcode
city
country
email
phone
mobile
state
secondary_address
purchase_order_number