Provides access to resellers registered in the system
| Resource URL | Description | 
|---|---|
| https://portaldev.eonpayments.com/api/v01/resellers/[reseller-code] | Reseller code of a reseller, on which action is required.
 In cases when an external identifier (Reference Number) is desired to be used in place of Reseller Code, the star (*) must be used, followed by the external identifier assigned to the reseller. For example, /resellers/1.xml - reseller identification is done using Reseller Code, in this case 1 /resellers/*004.xml - reseller identification is done using Reference Number, in this case 004  | 
                                                                        | Method: PUT | Implicit: Yes | Returns: Reseller * | 
| Consumes: json, xml, xurl | Produces: json, xml, xurl | |
| 
                                     
                                        Creates Reseller with default reseller code. 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | userName | String | No | 
                                                                                                                        User that will have access to the reseller. | 
                                                    |
| 02 | reseller | Reseller * | Yes | 
                                                                                                                        Reseller parameters. Represents reseller object without sub-components.  | 
                                                    |
| 03 | notificationPolicy | Reseller | No | default | 
                                                                                                                        If the "default" value is used, the email notification upon reseller creation will be sent out to creator. Represents reseller object without sub-components.  | 
                                                    
| Method: GET | Implicit: Yes | Returns: Reseller[] * | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Returns list of available resellers based on 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 resellers by their creation date. All resellers created within the date range defined will be included.
 | 
                                                    |
| 04 | сreateDate.to | Date | No | 
                                                                                                                        Query parameter to search resellers by their creation date. All resellers created within the date range defined will be included.
 | 
                                                    |
| 05 | resellerName | String(255) | No | 
                                                                                                                        Query parameter to search resellers by full name (soundex on full name is supported as well). | 
                                                    |
| 06 | code | Integer | No | 
                                                                                                                        Query parameter to search resellers by code. | 
                                                    |
| 07 | id | Integer | No | 
                                                                                                                        Query parameter to search resellers by id. | 
                                                    |
| 08 | active | Boolean | No | 
                                                                                                                        Query parameter to search resellers by activity status. | 
                                                    
| Method: GET | Implicit: Yes | Returns: Reseller * | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Returns reseller based on specified code. 
                                 | 
                            ||