Limble CMMS · Example Payload

Limble Cmms Create Asset Example

CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Limble Cmms Create Asset 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

operationresponse

Example Payload

limble-cmms-create-asset-example.json Raw ↑
{
  "operation": "POST /v2/assets",
  "response": {
    "status": 201,
    "body": {
      "assetID": "10728"
    }
  }
}