{ "opencollection": "1.0.0", "info": { "name": "United Rentals Total Control Equipment Invoices API", "version": "1.0.0" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.unitedrentals.com/v1/invoices", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by invoice status" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "purchaseOrderNumber", "value": "", "type": "query", "description": "Filter by customer purchase order number" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve invoices for automated invoice transmission and payment processing." }, { "info": { "name": "Get Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.unitedrentals.com/v1/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve details for a specific invoice." }, { "info": { "name": "Pay Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.unitedrentals.com/v1/invoices/:invoiceId/pay", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Submit payment for an invoice to automate bill pay management." } ] } ], "bundled": true }