/api/customers/K0002/blacklist-profiles/123 HTTP/1.1 200 OK
with following body:
{
"href": "/api/customers/K0002/blacklist-profiles/123",
"data": [{
"name": "name",
"value": "Test Blacklist Profile"
}]
}
/api/customers/K0002/blacklist-profiles/123 HTTP/1.1 404 Not Found
with following body:
{
"title": "Blacklist Profile not found",
"detail": "Blacklist Profile with id 123 not found",
"described_by": "http://api.nfon.net/probs/blacklist-profile-not-found"
}
/api/customers/K0003/blacklist-profiles/123 HTTP/1.1 403 Forbidden
with following body:
{
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0404/blacklist-profiles/123 HTTP/1.1 404 Not Found
with following body:
{
"described_by": "http://api.nfon.net/probs/customer-not-found",
"title": "Customer not found",
"detail": "Customer with identifier K0404 has not been found"
}
/api/customers/K0003/blacklist-profiles/123 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/blacklist-profiles/123 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"
}