/api/customers/K0002/targets/conference-services/123 HTTP/1.1 204 No Content /api/customers/K0002/targets/conference-services/404
Then I should receive HTTP/1.1 404 Not Found
with following body:
{
"title": "Conference Service not found",
"detail": "Conference Service with Id 404 not found",
"described_by": "http://api.nfon.net/probs/conference-service-not-found"
}
/api/customers/K404/targets/conference-services/123 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"
}
/api/customers/K0002/targets/conference-services/123
Then I should receive HTTP/1.1 403 Forbidden
with following body:
{
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/targets/conference-services/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/targets/conference-services/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"
}