Skip to main content

AreaDto

A class to return a subset of the information of an Area object

iduuid

A unique identifier of this instance

namestringnullable

The display name for the location

locationTypeLocationType (string)

Possible values: [ProcessCell, Area, Site, Enterprise, Unset]

processCells object[]nullable

A list of all child locations

  • Array [
  • iduuid

    A unique identifier of this instance

    namestringnullable

    The display name for the location

    locationTypeLocationType (string)

    Possible values: [ProcessCell, Area, Site, Enterprise, Unset]

  • ]
  • AreaDto
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "locationType": "ProcessCell",
    "processCells": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "locationType": "ProcessCell"
    }
    ]
    }