contacts
Add a new contact
Add a new contact
post/contacts
Request body
Example request
{
"url": "https://www.hackney.gov.uk/",
"email": "bob@hackney.gov.uk",
"name": "Bob Smith",
"position": "CEO",
"social_facebook": "https://facebook.com",
"social_twitter": "https://twitter.com",
"phonenumber": "020 8356 3000"
}Response
Succesfully added a new contact
Example response
{
"id": "24ad0d03-cb05-4539-845d-d30fecf774cd",
"url": "https://www.hackney.gov.uk/",
"email": "bob@hackney.gov.uk",
"name": "Bob Smith",
"position": "CEO",
"social_facebook": "https://facebook.com",
"social_twitter": "https://twitter.com",
"phonenumber": "020 8356 3000",
"created": "2017-07-21T17:32:28Z",
"updated": "2017-07-21T18:38:30Z"
}