{ "opencollection": "1.0.0", "info": { "name": "Modern Treasury AccountCapability InvoiceLineItem API", "version": "v1" }, "items": [ { "info": { "name": "InvoiceLineItem", "type": "folder" }, "items": [ { "info": { "name": "list invoice_line_items", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/invoices/:invoice_id/invoice_line_items", "params": [ { "name": "invoice_id", "value": "", "type": "path", "description": "invoice_id" }, { "name": "after_cursor", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "list invoice_line_items" }, { "info": { "name": "create invoice_line_item", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3000/api/invoices/:invoice_id/invoice_line_items", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "invoice_id", "value": "", "type": "path", "description": "invoice_id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "create invoice_line_item" }, { "info": { "name": "get invoice_line_item", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/invoices/:invoice_id/invoice_line_items/:id", "params": [ { "name": "invoice_id", "value": "", "type": "path", "description": "invoice_id" }, { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "get invoice_line_item" }, { "info": { "name": "update invoice_line_item", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:3000/api/invoices/:invoice_id/invoice_line_items/:id", "params": [ { "name": "invoice_id", "value": "", "type": "path", "description": "invoice_id" }, { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "update invoice_line_item" }, { "info": { "name": "delete invoice_line_item", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:3000/api/invoices/:invoice_id/invoice_line_items/:id", "params": [ { "name": "invoice_id", "value": "", "type": "path", "description": "invoice_id" }, { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "delete invoice_line_item" } ] } ], "bundled": true }