/api/customers/K0002/snom-transfer HTTP/1.1 200 OK {
"href": "/api/customers/K0002/snom-transfer",
"items": [{
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "ON"
}]
}, {
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "OFF"
}]
}, {
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "MIXED"
}]
}],
"links": null
}
/api/customers/K404/snom-transfer 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/snom-transfer HTTP/1.1 200 OK application/vnd.collection.next+json {
"href": "/api/customers/K0002/snom-transfer",
"items": [{
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "ON"
}]
}, {
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "OFF"
}]
}, {
"href": null,
"links": [],
"data": [{
"name": "name",
"value": "MIXED"
}]
}],
"links": null
}