{ "opencollection": "1.0.0", "info": { "name": "TimeCamp [v1] Approvals [v1] Approvals [v3] Invoices API", "version": "1.0" }, "items": [ { "info": { "name": "[v3] Invoices", "type": "folder" }, "items": [ { "info": { "name": "Invoice unassign from expense", "type": "http" }, "http": { "method": "PUT", "url": "https://app.timecamp.com/third_party/api/v3/expense/invoice/unassign", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Invoice unassign from expense" }, { "info": { "name": "Invoice assign to expense", "type": "http" }, "http": { "method": "PUT", "url": "https://app.timecamp.com/third_party/api/v3/expense/invoice/assign", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Invoice assign to expense" } ] } ], "bundled": true }