Skip to content

Organisations

The organisations relationship list identifies the organisations that are involved within the packaging value chain. This is used in the following schemas:

Data

Column
Status
Format Notes
organisationIdentifier mandatory String Unique identifier for organisation using Org.Id format. Where possible, using company numbers as the baseline for unambiguous identification. This allows an internationally unique ID (EG: An identifier of the form GB-COH-XXXXXXXX for a UK-registered company). To lookup the format for a location & organisation type use org-id.guide.
organisationName optional String Name of the organisation.
postcode optional String Postcode for organisation headquarters.

Diagram

erDiagram
  BASE_MATERIALS }o..o{ ORGANISATIONS : within
  MATERIALS }o..o{ ORGANISATIONS : within
  COMPONENTS }o..o{ ORGANISATIONS : within
  COMPLETE_PACKAGING }o..o{ ORGANISATIONS : within
  MULTIPACK }o..o{ ORGANISATIONS : within
  LOAD }o..o{ ORGANISATIONS : within
  ORGANISATIONS {
    organisationIdentifier String "*"
    organisationName String
    postcode String
  }

Example

1
2
3
4
5
6
--The organisation information for Open Data Manchester.
{
  "organisationIdentifier": "GB-COH-10906273",
  "organisationName": "OPEN DATA MANCHESTER CIC",
  "postcode": "M21 9NU"
}