Handles creating, reading and updating organisations.

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

{
    "id": 65,
    "name": "SBR",
    "description": "Roscoff Marine Station",
    "homepage": "http://www.sb-roscoff.fr/en",
    "orgid": "grid.464101.6",
    "fields": [],
    "city": "Roscoff",
    "logo_url": null
}