/api/customers/K0002/click-to-dial-states HTTP/1.1 200 OK {
"href": "/api/customers/K0002/click-to-dial-states",
"items": [{
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "OFF"
}]
}, {
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "ON"
}]
}],
"links": null
}
/api/customers/K404/click-to-dial-states HTTP/1.1 404 Not Found application/api-problem+json {
"title": "Customer not found",
"detail": "Customer with identifier K404 has not been found",
"described_by": "http://api.nfon.net/probs/customer-not-found"
}