{ "opencollection": "1.0.0", "info": { "name": "Prepay Balance Management", "version": "2.0.4" }, "items": [ { "info": { "name": "Balance Buckets Methods", "type": "folder" }, "items": [ { "info": { "name": "Retrieve balance information stored in the server that can be filtered for specific criteria.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/bucket", "params": [ { "name": "relatedParty.id", "value": "", "type": "query", "description": "customer identification ID eg MSISDN" } ] }, "docs": "Retrieve balance information stored in the server that can be filtered for specific criteria." } ] }, { "info": { "name": "BalanceTransfer", "type": "folder" }, "items": [ { "info": { "name": "request a new transfer operation for a given product (or commercial id reference to a product instance consuming the credit held in a bucket for a specific service).", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/balanceTransfer", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "UsageType", "value": "", "type": "query", "description": "type of the balance to be transferred" } ] }, "docs": "request a new transfer operation for a given product (or commercial id reference to a product instance consuming the credit held in a bucket for a specific service)." } ] } ], "bundled": true }