{ "opencollection": "1.0.0", "info": { "name": "Customer Promotion Placeholder", "version": "0.1" }, "items": [ { "info": { "name": "Customer Promotion", "type": "folder" }, "items": [ { "info": { "name": "some function here", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tbd/promo" }, "docs": "promotion description" }, { "info": { "name": "ELigibility check of customer.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/eligibilityCheck/:msisdn", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "sourceIdentifier", "value": "", "type": "query", "description": "This field denotes the channel that is initiating request to SOA like USSD, MyMTNApp" }, { "name": "msisdn", "value": "", "type": "path", "description": "MSISDN of the customer whose eligibility check needs to be done" } ] }, "docs": "ELigibility check for recharge and Win campaign. This API is used to retreive customer profile." }, { "info": { "name": "This API is used to optin users on campaigns", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/optin", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "sourceIdentifier", "value": "", "type": "query", "description": "This field denotes the channel that is initiating request to SOA like USSD, MyMTNApp" } ] }, "docs": "This API is used to optin users on campaigns" } ] } ], "bundled": true }