/api/customers/K0002/targets/phone-extensions/201/function-keys/1HTTP/1.1 204 No Content/api/customers/K0002/targets/phone-extensions/201/function-keys/1HTTP/1.1 404 Not Found/api/customers/K404/targets/phone-extensions/1/function-keys/1 HTTP/1.1 404 Not Found{
"described_by": "http://api.nfon.net/probs/customer-not-found",
"title": "Customer not found",
"detail": "Customer with identifier K404 has not been found"
}
/api/customers/K0002/targets/phone-extensions/404/function-keys/1 HTTP/1.1 404 Not Found
And response should look like:
{
"described_by": "http://api.nfon.net/probs/extension-not-found",
"title": "Extension not found",
"detail": "Extension with extension number 404 has not been found"
}
/api/customers/K0002/targets/phone-extensions/201/function-keys/404 HTTP/1.1 404 Not Found
And response should look like:
{
"described_by": "http://api.nfon.net/probs/function-key-assignment-not-found",
"title": "Function Key assignment not found",
"detail": "Extension 201 does not have any assignment for key 404"
}
/api/customers/K0002/targets/phone-extensions/201/function-keys/1HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/targets/phone-extensions/201/function-keys/1 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/targets/phone-extensions/201/function-keys/1 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}