A contact has the following structure :
{
"id": "87B8994B-D521-A2C2-FA06-982B5F1DAFD2",
"label": "VAN BRUGEL George",
"firstname": "George",
"lastname": "Van Brugel",
"email": "george.vanbrugel@gmailbelgium.com",
"mobilephone": "+32444449595",
"addressl1": "18 rue de l'Eglise",
"addressl2": "",
"postalcode": "1160",
"city": "Bruxelles",
"country": "be",
"nationality": "be",
"birthdate": "1955-01-16T00:00:00+01:00"
}
| Parameter | Values | Description |
|---|---|---|
| id | uuid | unique ID for this contact |
| label | string | contact's label (readonly) |
| firstname | string | contact's firstname |
| lastname | string | contact's lastname (required) |
| string | contact's email | |
| mobilephone | string | contact's mobile phone |
| addressl1 | string | first line of the postal address |
| addressl2 | string | second line of the postal address |
| postalcode | string | address postal code |
| city | string | address city |
| country | ISO 3166-1 alpha-2 | address country code |
| nationality | ISO 3166-1 alpha-2 | nationality country code |
| birthdate | iso 8601 date string | contact birthdate |
Retreive a list of contacts
| Parameter | Values | Description |
|---|---|---|
| limit | integer | the number of records to return (200 max) |
| offset | integer | record offset |
| lastname | string | lastname to filter |
| postalcode | integer | postalcode to filter |
| string | email to filter | |
| orderreference | string | order reference to filter ('ORDXXXXX') |
| newsletterid | string | filter to newsletter subscription |
| productcode | string | product code to filter |
| /{id} | string | contact details |
Create a new contact
Update an existing contact