United Rentals · JSON Structure

United Rentals Rental Structure

Structure of a United Rentals equipment rental order for procure-to-pay integration.

Type: Properties: 0
Equipment RentalProcurementSupply ChainConstructionFortune 500

United Rentals Rental Order is a JSON Structure definition published by United Rentals.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "United Rentals Rental Order",
  "description": "Structure of a United Rentals equipment rental order for procure-to-pay integration.",
  "fields": [
    { "name": "rentalId", "type": "string", "required": true, "description": "Rental order identifier" },
    { "name": "status", "type": "enum", "required": true, "values": ["pending", "active", "returned", "cancelled"] },
    {
      "name": "equipment",
      "type": "object",
      "required": true,
      "fields": [
        { "name": "equipmentId", "type": "string", "required": true },
        { "name": "name", "type": "string", "required": true },
        { "name": "category", "type": "string", "required": true, "description": "aerial, earthmoving, power, etc." },
        { "name": "type", "type": "string", "required": false },
        { "name": "manufacturer", "type": "string", "required": false },
        { "name": "model", "type": "string", "required": false },
        { "name": "dailyRate", "type": "number", "required": false, "description": "USD per day" },
        { "name": "weeklyRate", "type": "number", "required": false, "description": "USD per week" },
        { "name": "monthlyRate", "type": "number", "required": false, "description": "USD per month" }
      ]
    },
    { "name": "startDate", "type": "date", "required": true, "description": "Rental start date (YYYY-MM-DD)" },
    { "name": "endDate", "type": "date", "required": true, "description": "Scheduled return date (YYYY-MM-DD)" },
    { "name": "returnDate", "type": "date", "required": false, "description": "Actual return date" },
    { "name": "jobSite", "type": "string", "required": true, "description": "Job site or project name" },
    { "name": "deliveryAddress", "type": "string", "required": false },
    { "name": "purchaseOrderNumber", "type": "string", "required": true, "description": "Customer PO for ERP integration" },
    { "name": "totalCost", "type": "number", "required": false, "description": "Total cost in USD" },
    { "name": "branchId", "type": "string", "required": false },
    { "name": "createdAt", "type": "datetime", "required": false }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/united-rentals-rental-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.