{ "opencollection": "1.0.0", "info": { "name": "UpKeep Assets Purchase Orders API", "version": "2022-09-14" }, "request": { "auth": { "type": "apikey", "key": "session-token", "value": "{{session-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Purchase Orders", "type": "folder" }, "items": [ { "info": { "name": "List Purchase Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.onupkeep.com/api/v2/purchase-orders", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of purchase orders." }, { "info": { "name": "Create Purchase Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.onupkeep.com/api/v2/purchase-orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new purchase order." }, { "info": { "name": "Get Purchase Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.onupkeep.com/api/v2/purchase-orders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific purchase order." }, { "info": { "name": "Update Purchase Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.onupkeep.com/api/v2/purchase-orders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing purchase order." }, { "info": { "name": "Delete Purchase Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.onupkeep.com/api/v2/purchase-orders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a purchase order." } ] } ], "bundled": true }