{ "opencollection": "1.0.0", "info": { "name": "Product Ordering", "version": "4.0.0" }, "items": [ { "info": { "name": "productOrder", "type": "folder" }, "items": [ { "info": { "name": "Creates a ProductOrder", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/productOrder", "headers": [ { "name": "transactionId", "value": "" } ] }, "docs": "This operation creates a ProductOrder entity." }, { "info": { "name": "Retrieves a ProductOrder by customer ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/productOrder/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the ProductOrder,i.e. Subscriber Identifier" }, { "name": "limit", "value": "", "type": "query", "description": "the number of records/items to be returned" } ] }, "docs": "This operation retrieves a ProductOrder entity. Attribute selection is enabled for all first level attributes." }, { "info": { "name": "Deletes a ProductOrder", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/productOrder/:id", "headers": [ { "name": "reason", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the ProductOrder" } ] }, "docs": "This operation deletes a ProductOrder entity." } ] } ], "bundled": true }