https://portaldev.eonpayments.com/api/v01/portfolios                
            Provides access to portfolios registered within the system.
| Resource URL | Description | 
|---|---|
| https://portaldev.eonpayments.com/api/v01/portfolios/[portfolio-code] | Code of a portfolio on which action is required. | 
                                                                        | Method: PUT | Implicit: Yes | Returns: Portfolio * | 
| Consumes: json, xml, xurl | Produces: json, xml, xurl | |
| 
                                     
                                        Creates Portfolio with default portfolio code. 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | userName | String | No | 
                                                                                                                        User that will have access to the portfolio. | 
                                                    |
| 02 | portfolio | Portfolio | Yes | 
                                                                                                                        Portfolio parameters. Represents portfolio object without sub-components.  | 
                                                    |
| 03 | notificationPolicy | Portfolio | No | default | 
                                                                                                                        If the "default" value is used, the email notification upon portfolio creation will be sent out to creator. Represents portfolio object without sub-components.  | 
                                                    
                                                                        | Method: GET | Implicit: Yes | Returns: Portfolio[] * | 
| Consumes: not applicable | Produces: json, xml, xurl | |
| 
                                     
                                        Returns list of available portfolios based on the specified search conditions. 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | offset | Integer | No | 0 | 
                                                                                                                        Index of the first record returned from the search result.\n\r\n> **Note:** Used with limit parameter for pagination. Use this field for implementing paginated results. | 
                                                    
| 02 | limit | Integer | No | 100 | 
                                                                                                                        Maximum number of records to load per search call.\n\r\n> **Note:** Adjust based on performance requirements. Use this field to balance response size and performance. | 
                                                    
| 03 | сreateDate.from | Date | No | 
                                                                                                                        Query parameter to search portfolios by their creation date. All portfolios created within the date range defined will be included.
 | 
                                                    |
| 04 | сreateDate.to | Date | No | 
                                                                                                                        Query parameter to search portfolios by their creation date. All portfolios created within the date range defined will be included. | 
                                                    |
| 05 | portfolioName | String(255) | No | 
                                                                                                                        Query parameter to search portfolios by full name (soundex on full name is supported as well). | 
                                                    |
| 06 | code | Integer | No | 
                                                                                                                        Query parameter to search portfolios by code. | 
                                                    |
| 07 | id | Integer | No | 
                                                                                                                        Query parameter to search portfolios by id. | 
                                                    |
| 08 | active | Boolean | No | 
                                                                                                                        Query parameter to search portfolios by activity status. | 
                                                    
| Method: GET | Implicit: Yes | Returns: Portfolio | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Returns portfolio based on specified code. 
                                 | 
                            ||
                                                                        | Method: POST | Implicit: No | Returns: Portfolio * | 
| Consumes: json, xml, xurl | Produces: json, xml, xurl | |
| 
                                     
                                        Updates the selected portfolio with the specified values.
 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | object | Portfolio * | No | 
                                                                                                                        Updated object information. Represents portfolio object without sub-components.  |