{ "opencollection": "1.0.0", "info": { "name": "ezyVet Animals Invoices API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/invoice", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of records per page (pagination is envelope-based via the meta object)." }, { "name": "page", "value": "", "type": "query", "description": "1-based page number." } ] }, "docs": "Lists invoices. (Modeled.)" }, { "info": { "name": "Create an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.ezyvet.com/v1/invoice", "body": { "type": "json", "data": "{}" } }, "docs": "Create an invoice" }, { "info": { "name": "Retrieve an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/invoice/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Retrieve an invoice" }, { "info": { "name": "Update an invoice", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ezyvet.com/v1/invoice/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an invoice" }, { "info": { "name": "List invoice lines", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/invoiceline" }, "docs": "Lists line items on invoices. (Modeled.)" }, { "info": { "name": "List payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/payment" }, "docs": "Lists payments recorded against invoices. (Modeled.)" }, { "info": { "name": "Create a payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.ezyvet.com/v1/payment", "body": { "type": "json", "data": "{}" } }, "docs": "Create a payment" } ] } ], "bundled": true }