{ "opencollection": "1.0.0", "info": { "name": "United Total Control Equipment Rentals API", "version": "1.0.0" }, "items": [ { "info": { "name": "Rentals", "type": "folder" }, "items": [ { "info": { "name": "List Rentals", "type": "http" }, "http": { "method": "GET", "url": "https://api.unitedrentals.com/v1/rentals", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by rental status" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "jobSite", "value": "", "type": "query", "description": "Filter by job site or project" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve rental orders for the account. Supports fleet tracking and management." }, { "info": { "name": "Create Rental Reservation", "type": "http" }, "http": { "method": "POST", "url": "https://api.unitedrentals.com/v1/rentals", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create a new rental reservation order. Supports integration with customer procurement systems via purchase order. Processes ordering from within the customer's ERP environment through punch-out workflow." }, { "info": { "name": "Get Rental Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.unitedrentals.com/v1/rentals/:rentalId", "params": [ { "name": "rentalId", "value": "", "type": "path", "description": "Rental order identifier" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve details for a specific rental order." }, { "info": { "name": "Extend Rental", "type": "http" }, "http": { "method": "POST", "url": "https://api.unitedrentals.com/v1/rentals/:rentalId/extend", "params": [ { "name": "rentalId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Extend the duration of an active rental." }, { "info": { "name": "Return Rental", "type": "http" }, "http": { "method": "POST", "url": "https://api.unitedrentals.com/v1/rentals/:rentalId/return", "params": [ { "name": "rentalId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Initiate return of equipment from an active rental." } ] } ], "bundled": true }