Limble CMMS · Example Payload

Limble Cmms Create Task Example

CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Limble Cmms Create Task Example is an example object payload from Limble CMMS, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequest

Example Payload

limble-cmms-create-task-example.json Raw ↑
{
  "operation": "POST /v2/tasks",
  "request": {
    "body": {
      "name": "Priority Test",
      "locationID": 34190,
      "type": 2,
      "due": 1748656599,
      "priority": 3,
      "scheduledStart": 1748650000,
      "scheduledEnd": 1748660000
    }
  }
}