GET api/statistics/customers?countryId={countryId}&defaultPortalId={defaultPortalId}

Get Available Customers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

Country Id

integer

None.

defaultPortalId

Default Portal Id

integer

None.

Body Parameters

None.

Response Information

List of Customers

NameDescriptionTypeAdditional 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"
  }
]