Handles creating, reading and updating organisations.

GET /api/organisation/CEA/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 62,
    "name": "CEA",
    "description": "Atomic Energy and Alternative Energies Commission",
    "homepage": "http://www.cea.fr/",
    "orgid": "grid.5583.b",
    "fields": [],
    "city": "Paris",
    "logo_url": null
}