Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"id": "571eb85ef161f1834cfa4c1f",
"name": "Divendo",
"accountnumber": "",
"logo": "",
"contact": {
"name": {
"title": null,
"firstname": "Test",
"initial": null,
"surname": "Person"
},
"email": "[email protected]",
"address": {
"addressline1": "20-22 Wenlock Road",
"addressline2": "",
"addressline3": "",
"towncity": "London",
"stateprovince": "London",
"postalcode": "N1 7GU",
"country": {
"name": "United Kingdom",
"isocode": "GB",
"zone": "united kingdom"
}
},
"numbers": [
{
"type": "daytime",
"number": "+442030869860"
}
]
}
}