{ "opencollection": "1.0.0", "info": { "name": "lexoffice (lexware Office) Public Contacts Quotations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Quotations", "type": "folder" }, "items": [ { "info": { "name": "Create a quotation", "type": "http" }, "http": { "method": "POST", "url": "https://api.lexware.io/v1/quotations", "params": [ { "name": "finalize", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a quotation (offer). Pass finalize=true to finalize it." }, { "info": { "name": "Retrieve a quotation", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexware.io/v1/quotations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ] }, "docs": "Retrieve a quotation" } ] } ], "bundled": true }