{ "opencollection": "1.0.0", "info": { "name": "Reonic REST Api v3 Activities Offer Templates API", "version": "3.2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Authorization", "value": "{{X-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Offer Templates", "type": "folder" }, "items": [ { "info": { "name": "List offer templates", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/offerTemplates", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ] }, "docs": "List offer templates. An offer template is a pre-configured combination of planning packages used to quickly populate package categories when creating an offer.\n\n**Allowed API keys:** Read-only, Read and Write" }, { "info": { "name": "Get offer template", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/offerTemplates/:offerTemplateId", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ], "params": [ { "name": "offerTemplateId", "value": "", "type": "path" } ] }, "docs": "Get a single offer template by its ID.\n\n**Allowed API keys:** Read-only, Read and Write" }, { "info": { "name": "Create offer template", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/offerTemplates/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new offer template. The template is created with a default name and no planning package references; use `POST /offerTemplates/{id}/update` to configure its package categories.\n\n**Allowed API keys:** Read and Write" }, { "info": { "name": "Update offer template", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/offerTemplates/:offerTemplateId/update", "params": [ { "name": "offerTemplateId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing offer template.\n\n**Allowed API keys:** Read and Write" }, { "info": { "name": "Delete offer template", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/offerTemplates/:offerTemplateId/delete", "params": [ { "name": "offerTemplateId", "value": "", "type": "path" } ] }, "docs": "Delete an offer template by its ID.\n\n**Allowed API keys:** Read and Write" } ] } ], "bundled": true }