Handles creating, reading and updating organisations.

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

{
    "id": 57,
    "name": "IFREMER",
    "description": "French Research Institute for Exploitation of the Sea",
    "homepage": "http://wwz.ifremer.fr/institut_eng",
    "orgid": "grid.4825.b",
    "fields": [],
    "city": "Brest",
    "logo_url": null
}