{ "opencollection": "1.0.0", "info": { "name": "Layup endpoints AbsaDebiCheckService PaymentPlanService API", "version": "1.4.16" }, "items": [ { "info": { "name": "PaymentPlanService", "type": "folder" }, "items": [ { "info": { "name": "PaymentPlanService_Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/payment-plan", "params": [ { "name": "_id", "value": "", "type": "query" } ] } }, { "info": { "name": "PaymentPlanService_sendPaymentPlanNotification", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/payment-plan-send-notification" } }, { "info": { "name": "PaymentPlanService_CreateSplitPayment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/payment-plan-split", "params": [ { "name": "_id", "value": "", "type": "query" } ] } }, { "info": { "name": "PaymentPlanService_CreatePreview", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/payment-plan/preview" } }, { "info": { "name": "PaymentPlanService_GetPreview", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/payment-plan/preview/:_id", "params": [ { "name": "_id", "value": "", "type": "path" }, { "name": "frequency", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "paymentPlanId", "value": "", "type": "query" } ] } }, { "info": { "name": "PaymentPlanService_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/payment-plan/:_id", "params": [ { "name": "_id", "value": "", "type": "path" }, { "name": "populate", "value": "", "type": "query" } ] } }, { "info": { "name": "PaymentPlanService_Update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/payment-plan/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] } }, { "info": { "name": "PaymentPlanService_Del", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/payment-plan/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] } }, { "info": { "name": "PaymentPlanService_getByMsisdnAndToken", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/payment-plan/:token", "params": [ { "name": "token", "value": "", "type": "path" }, { "name": "msisdn", "value": "", "type": "query" }, { "name": "populate", "value": "", "type": "query" } ] } } ] } ], "bundled": true }