{ "opencollection": "1.0.0", "info": { "name": "Party Management API", "version": "1.0" }, "items": [ { "info": { "name": "individual", "type": "folder" }, "items": [ { "info": { "name": "List or find Individual details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/individual", "headers": [ { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "countryCode", "value": "", "type": "query", "description": "Country ISO code. Must be ISO 3166-1 alpha-3 codes (It is a 3 character string)" }, { "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 Individual entities" }, { "info": { "name": "Retrieves a Individual by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/individual/:id", "headers": [ { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Individual. This could be msisdn number with country code or customer ID of the subscriber" }, { "name": "countryCode", "value": "", "type": "query", "description": "Country ISO code. Must be ISO 3166-1 alpha-3 codes (It is a 3 character string)" }, { "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 Individual entity. Attribute selection is enabled for all first level attributes." } ] }, { "info": { "name": "organization", "type": "folder" }, "items": [ { "info": { "name": "List or find Organization details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organization", "headers": [ { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "countryCode", "value": "", "type": "query", "description": "Country ISO code. Must be ISO 3166-1 alpha-3 codes (It is a 3 character string)" }, { "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": "Retrieves a Organization by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organization/:id", "headers": [ { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Organization" }, { "name": "countryCode", "value": "", "type": "query", "description": "Country ISO code. Must be ISO 3166-1 alpha-3 codes (It is a 3 character string)" }, { "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." } ] } ], "bundled": true }