Market Department

Description

A market department.

Properties

Property Description
id

The identifier for this market department.

links required read-only

Each property defines a hypertext link relationship as indicated by a link object or array of link objects. The target URL of each hypertext link relationship is related to the current resource according to the defined semantics of the link relationship property name.

name

The name of this market department.

type

The type of object represented.

OpenAPI Schema

The following schema is based on OpenAPI 3.0 and is provided in our downloadable OpenAPI document.

{
  "description": "A market department.",
  "properties": {
    "id": {
      "description": "The identifier for this market department.",
      "type": "integer"
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    },
    "name": {
      "description": "The name of this market department.",
      "type": "string"
    },
    "type": {
      "description": "The type of object represented.",
      "enum": [
        "market-department"
      ],
      "type": "string"
    }
  },
  "title": "Market Department",
  "type": "object"
}