Lingye Open API
    • Authentication
      • Login
        POST
      • Validate token
        POST
    • Organizations
      • List organizations
        POST
      • Create organization
        POST
      • Update organization
        POST
      • Delete organization
        POST
      • List personnel
        POST
      • Create personnel
        POST
      • Update personnel
        POST
      • Delete personnel
        POST
      • List back-office users
        POST
    • Product Catalog
      • List product categories
        POST
      • List products
        POST
      • Create, update, or delete product category
        POST
      • Create, update, or delete product
        POST
      • Delete product
        POST
    • Machines and Slots
      • List machines
        POST
      • Query slot inventory
        POST
      • Replenish or edit slot product
        POST
      • Replenish or edit slot product (same as openapi_saveRoad)
        POST
      • Query locker cell information
        POST
      • Save or update existing locker cell information
        POST
      • Open locker cell remotely
        POST
      • Trigger one-time RFID inventory
        POST
      • Update machine basic information
        POST
      • Query locker cell records
        POST
      • Query inventory change records
        POST
    • Orders
      • List orders
      • List borrow orders
    • Work Orders
      • Create or update material requisition work order
    • Events and Webhooks
      • Customer endpoint: pickup work order query
      • Customer endpoint: borrow/return work order query
      • Webhook: slot inventory change notification
      • Webhook: order status notification
      • Webhook: borrow order status notification
    • Not Public
      • MES integration reference (not public)
    • Reports
      • Vending machine operating report
      • Inventory change statistics
      • Inventory change statistics (lite)
    • Lathes
      • CNC
        • List lathes / CNC
        • Update lathe / CNC
    • 数据模型
      • OperationSuccess

    OperationSuccess

    {
        "code": "string",
        "msg": "string",
        "data": "string"
    }
    Built with