{ "opencollection": "1.0.0", "info": { "name": "Layup endpoints AbsaDebiCheckService DebiCheckService API", "version": "1.4.16" }, "items": [ { "info": { "name": "DebiCheckService", "type": "folder" }, "items": [ { "info": { "name": "DebiCheckService_CreateLegacy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/debicheck", "params": [ { "name": "_id", "value": "", "type": "query" } ] } }, { "info": { "name": "DebiCheckService_GetManyCollection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/debicheck/collection", "params": [ { "name": "due", "value": "", "type": "query" } ] } }, { "info": { "name": "DebiCheckService_CreateCollection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/debicheck/collection", "params": [ { "name": "_id", "value": "", "type": "query" } ] } }, { "info": { "name": "DebiCheckService_GetMandateList", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/debicheck/list/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] } }, { "info": { "name": "DebiCheckService_GetMandate", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/debicheck/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] } }, { "info": { "name": "DebiCheckService_Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/debi-check", "params": [ { "name": "_id", "value": "", "type": "query" } ] } } ] } ], "bundled": true }