Limble CMMS · JSON Structure

Limble Cmms Location Structure

Limble CMMS Location field structure

Type: Properties: 0
CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Location is a JSON Structure definition published by Limble CMMS.

Meta-schema:

JSON Structure

limble-cmms-location-structure.json Raw ↑
{
  "name": "Location",
  "description": "Limble CMMS Location field structure",
  "source": "https://api.limblecmms.com/openapi.json",
  "fields": {
    "locationID": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "regionID": {
      "type": "integer"
    },
    "timezone": {
      "type": "string"
    },
    "weeklyOperationHours": {
      "type": "integer"
    },
    "address": {
      "type": "null"
    },
    "address2": {
      "type": "null"
    },
    "phone": {
      "type": "null"
    },
    "metaField1": {
      "type": "null"
    },
    "metaField2": {
      "type": "null"
    },
    "metaField3": {
      "type": "null"
    },
    "geoLocation": {
      "type": "null"
    },
    "workRequestPortal": {
      "type": "string",
      "format": "uri"
    },
    "currencyCode": {
      "type": "string"
    }
  }
}