# GET owners corporation managers List extra data owners corporation (OC)) managers. This is a reference dataset for the list of all OC managers in Victoria, to be used when required to choose one as customer provided extra data in product orders. This list is maintained by SERV, new owners corporation managers are added regularly. Endpoint: GET /orders/v1/extra-data/owners-corporation-managers Version: 1.11.1 Security: oauthClientCredentials ## Header parameters: - `x-correlation-id` (string) Optional unique UUID which can assist with tracing / debugging requests. Example: "824993ab-7366-4faa-963d-c456dec227a5" ## Response 200 fields (application/json): - `managers` (array) - `managers.name` (string) Owners corporation manager name. - `managers.id` (integer) Owners corporation manager id. - `managers.supportedDeliverySpeeds` (array) Delivery options and prices offered by the Owners corporation. - `managers.supportedDeliverySpeeds.deliverySpeed` (string) Indicate how the owners corporation product is to be delivered, e.g. via standard delivery or express. If manual input, delivery option can only be STANDARD Enum: "STANDARD", "EXPRESS", "PRIORITY" - `managers.supportedDeliverySpeeds.price` (integer) The price (in cents) for this product (including gst). For example 891 refers to $8.91 Australian dollars and includes the GST in tht total. Example: 891 - `managers.supportedDeliverySpeeds.gst` (integer) The gst amount (in cents) for this product. Example: 89 - `managers.supportedDeliverySpeeds.turnaroundTime` (integer) How soon the product will be ready for delivery. This integer must be connected with the turnaroundTimeUnit to fully understand the time. Example: 5 - `managers.supportedDeliverySpeeds.turnaroundTimeUnit` (string) Unit of measure for turnaround time. Enum: "DAY", "MIN", "SEC" - `managers.supportedDeliverySpeeds.extraData` (array) Some products support (or require) extra data to be provided when they are ordered. What extra data is supported varies depending on the product. The elements in this array indicate which extra data types this product supports. Example: [{"key":"vendors"},{"key":"ownersCorpManagerData"},{"key":"deliverySpeed"}] - `managers.supportedDeliverySpeeds.extraData.key` (string) Key of the extra data type supported by a product. Example: "postalAddress" ## Response 400 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 401 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 403 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 404 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 500 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token.