{ "opencollection": "1.0.0", "info": { "name": "Customer Data Gifting API", "version": "1.0" }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "Data Gifting", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/customers/:senderMsisdn/dataGifting", "params": [ { "name": "senderMsisdn", "value": "", "type": "path", "description": "Requesting subscriber Msisdn. Charging shall be done from Charging system using this. The format must be E.123 e.g 2349062058464" }, { "name": "nodeid", "value": "", "type": "query", "description": "Third parties unique identifier. Can also be called channelId." } ] }, "docs": "Requesting subscriber to purchase data on behalf of Beneficiary subscriber(customer)." } ] } ], "bundled": true }