Limble CMMS · Example Payload

Limble Cmms Create Part Example

CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Limble Cmms Create Part 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-part-example.json Raw ↑
{
  "operation": "POST /v2/parts",
  "response": {
    "status": 201,
    "body": {
      "partID": 2941
    }
  }
}