GET api/statistics/usersavings/purchase?fromDate={fromDate}&toDate={toDate}&countryId={countryId}&defaultPortalId={defaultPortalId}&customerId={customerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| fromDate | date | Required | |
| toDate | date | Required | |
| countryId | integer | None. | |
| defaultPortalId | integer | None. | |
| customerId | integer | None. | 
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Name | Name | string | None. | 
| Data | Data | Collection of Collection of integer | None. | 
Response Formats
application/json, text/json
            Sample:
[
  {
    "name": "sample string 1",
    "data": [
      [
        1,
        2
      ],
      [
        1,
        2
      ]
    ]
  },
  {
    "name": "sample string 1",
    "data": [
      [
        1,
        2
      ],
      [
        1,
        2
      ]
    ]
  }
]
        