{ "opencollection": "1.0.0", "info": { "name": "Root Applications Quotes API", "version": "1.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Create a quote", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.uk.rootplatform.com/v1/insurance/quotes", "params": [ { "name": "version", "value": "", "type": "query", "description": "Whether to use the live or draft version of the product module definition to create the quote." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Note that additional fields may be required based on the product module type being used. See [product modules](doc:product-modules-overview) for more details." } ] } ], "bundled": true }