{ "opencollection": "1.0.0", "info": { "name": "Usage Consumption API", "version": "1.0" }, "items": [ { "info": { "name": "usageConsumptionReport", "type": "folder" }, "items": [ { "info": { "name": "Retrieves a usage consumption summary of a subscriber", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/usageConsumptionSummary/:id", "headers": [ { "name": "transactionId", "value": "" }, { "name": "countryCode", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Subscriber ID/ MSISDN of a customer for which usage consumption report to be fetched. example: 250789123456" }, { "name": "usageType", "value": "", "type": "query", "description": "Type of usage concerned by the bucket, such as voice, sms, data" }, { "name": "senderID", "value": "", "type": "query", "description": "Identifies the source system which integrates with MAD API" } ] }, "docs": "This operation is used to retrieve usage consymption summary/report of a subscriber." }, { "info": { "name": "Retrieves a usage consumption Detailed Report of a subscriber", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/usageConsumptionDetailedReport/:id", "headers": [ { "name": "transactionId", "value": "" }, { "name": "countryCode", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Subscriber ID/ MSISDN of a customer for which usage consumption report to be fetched. example: 250789123456" }, { "name": "usageType", "value": "", "type": "query", "description": "Type of usage concerned by the bucket, such as voice, sms, data" }, { "name": "senderID", "value": "", "type": "query", "description": "Identifies the source system which integrates with MAD API" } ] }, "docs": "This operation is used to retrieve usage consumption Detailed report of a subscriber." } ] } ], "bundled": true }