GET api/statistics/customers?countryId={countryId}&defaultPortalId={defaultPortalId}
Get Available Customers
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
countryId |
Country Id |
integer |
None. |
defaultPortalId |
Default Portal Id |
integer |
None. |
Body Parameters
None.
Response Information
List of Customers
Name | Description | Type | Additional information |
---|---|---|---|
CustomerId |
Customer Id |
integer |
None. |
Name |
Customer Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "customerId": 1, "name": "sample string 2" }, { "customerId": 1, "name": "sample string 2" } ]