{ "opencollection": "1.0.0", "info": { "name": "Digital Partners Management API", "version": "1.0" }, "items": [ { "info": { "name": "partners", "type": "folder" }, "items": [ { "info": { "name": "List or find Organization details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/partners", "headers": [ { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "idType", "value": "", "type": "query", "description": "This should be the type of ID. For eaxmple- passport, national identity card,refugee under document etc." }, { "name": "idValue", "value": "", "type": "query", "description": "Value of the 'idType'" }, { "name": "customerId", "value": "", "type": "query", "description": "This can be msisdn with country code or account number etc." }, { "name": "customerCode", "value": "", "type": "query", "description": "Unique id generated for customer." }, { "name": "offset", "value": "", "type": "query", "description": "Requested index for start of resources to be provided in response" }, { "name": "limit", "value": "", "type": "query", "description": "Requested number of resources to be provided in response" } ] }, "docs": "This operation list or find Organization entities" }, { "info": { "name": "Creates a Organization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/partners", "headers": [ { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ] }, "docs": "This operation creates a Organization entity." }, { "info": { "name": "Retrieves a Organization by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/partners/:id", "headers": [ { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Organization" }, { "name": "description", "value": "", "type": "query", "description": "Organization description" }, { "name": "idType", "value": "", "type": "query", "description": "This should be the type of ID. For eaxmple- passport, national identity card,refugee under document etc." }, { "name": "idValue", "value": "", "type": "query", "description": "Value of the 'idType'" }, { "name": "customerCode", "value": "", "type": "query", "description": "Unique id generated for customer." } ] }, "docs": "This operation retrieves a Organization entity. Attribute selection is enabled for all first level attributes." }, { "info": { "name": "Updates partially a Organization", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/partners/:id", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Organization" } ] }, "docs": "This operation updates partially a Organization entity." } ] } ], "bundled": true }