{ "opencollection": "1.0.0", "info": { "name": "Act! Web API — Products", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get a specific product.", "type": "http" }, "http": { "method": "GET", "url": "https://apimta.act.com/act.web.api/api/Products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier (id) for a given product." } ] }, "docs": "Get a specific product." }, { "info": { "name": "Update an already existing product.", "type": "http" }, "http": { "method": "PUT", "url": "https://apimta.act.com/act.web.api/api/Products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier (id) for a given product." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an already existing product." }, { "info": { "name": "Partially update an already existing product.", "type": "http" }, "http": { "method": "PATCH", "url": "https://apimta.act.com/act.web.api/api/Products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier (id) for a given product." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update an already existing product." }, { "info": { "name": "Delete an existing product.", "type": "http" }, "http": { "method": "DELETE", "url": "https://apimta.act.com/act.web.api/api/Products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier (id) for a given product." } ] }, "docs": "Delete an existing product." }, { "info": { "name": "Get all products matching an (optional) OData query.", "type": "http" }, "http": { "method": "GET", "url": "https://apimta.act.com/act.web.api/api/Products" }, "docs": "Get all products matching an (optional) OData query." }, { "info": { "name": "Create a new product.", "type": "http" }, "http": { "method": "POST", "url": "https://apimta.act.com/act.web.api/api/Products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new product." } ] } ], "bundled": true }