{ "opencollection": "1.0.0", "info": { "name": "Customer Management - COE", "version": "v1.0" }, "items": [ { "info": { "name": "Create Customer", "type": "folder" }, "items": [ { "info": { "name": "Creates a Customer", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/customer" }, "docs": "This operation creates a Customer entity." } ] }, { "info": { "name": "Customer Attribute", "type": "folder" }, "items": [ { "info": { "name": "Update a Customer", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/customer/attribute" }, "docs": "This operation partially update a Customer entity." } ] }, { "info": { "name": "Add User", "type": "folder" }, "items": [ { "info": { "name": "To add users", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/customer/:portfolioId/user", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Portfolio ID" } ] }, "docs": "This operation Create Users that will have permissions." } ] }, { "info": { "name": "Admin Suspend", "type": "folder" }, "items": [ { "info": { "name": "To disable a sim", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/sim/admin/suspend/:iccid", "params": [ { "name": "iccid", "value": "", "type": "path", "description": "Portfolio ID" } ] }, "docs": "This operation disable a sim." } ] } ], "bundled": true }