{ "opencollection": "1.0.0", "info": { "name": "Booqable API (v4 \"Boomerang\") Availability Documents API", "version": "4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "List documents", "type": "http" }, "http": { "method": "GET", "url": "https://{company}.booqable.com/api/4/documents", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page number to return (JSON:API pagination)." }, { "name": "page[size]", "value": "", "type": "query", "description": "Number of records per page. Defaults to 25." } ] }, "docs": "Lists and searches documents - invoices, quotes, contracts, and packing slips." }, { "info": { "name": "Create a document", "type": "http" }, "http": { "method": "POST", "url": "https://{company}.booqable.com/api/4/documents", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new document, such as an invoice for an order." }, { "info": { "name": "Fetch a document", "type": "http" }, "http": { "method": "GET", "url": "https://{company}.booqable.com/api/4/documents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ] }, "docs": "Retrieves a single document by ID." }, { "info": { "name": "Update a document", "type": "http" }, "http": { "method": "PATCH", "url": "https://{company}.booqable.com/api/4/documents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing document." }, { "info": { "name": "List payments", "type": "http" }, "http": { "method": "GET", "url": "https://{company}.booqable.com/api/4/payments" }, "docs": "Lists payments recorded against documents and orders." }, { "info": { "name": "Fetch a payment", "type": "http" }, "http": { "method": "GET", "url": "https://{company}.booqable.com/api/4/payments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ] }, "docs": "Retrieves a single payment by ID." } ] } ], "bundled": true }