{ "opencollection": "1.0.0", "info": { "name": "MTN Siebel API", "version": "1.0.0" }, "items": [ { "info": { "name": "siebel", "type": "folder" }, "items": [ { "info": { "name": "Open Orders", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/siebel/:id/openOrders", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "idType", "value": "", "type": "query" } ] }, "docs": "This operation retrieves current open orders" }, { "info": { "name": "Asset Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/siebel/:id/assetDetails", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "idType", "value": "", "type": "query" } ] }, "docs": "This operation retrieves current open orders" }, { "info": { "name": "Create Case", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/siebel/:id/createCase", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique id for order (Order Number)" } ] }, "docs": "This operation creates a case number for a user" } ] } ], "bundled": true }