API endpoint that allows Manufacturer to be viewed or edited.

GET /sms/cv/api/v1/manufacturers/182/?format=api
HTTP 200 OK
Allow: GET, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "Manufacturer",
        "id": "182",
        "attributes": {
            "term": "Sea-Bird Scientific",
            "definition": "A large, global company that develops and manufacturers products for the measurement of salinity, temperature, pressure, dissolved oxygen, fluorescence, nutrients and related oceanographic parameters in marine waters. It is formed from three ocean science companies, Sea-Bird Electronics, WET Labs and Satlantic that were combined in 2011.",
            "provenance": "NERC",
            "provenance_uri": "https://vocab.nerc.ac.uk/collection/L35/current/MAN0013/",
            "category": null,
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": "lorr@noc.ac.uk",
            "discussion_url": null
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/182/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/182/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "5"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/182/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/182/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/182/?format=api"
        }
    }
}