GET api/statistics/{partnerId}/totals?fromDate={fromDate}&toDate={toDate}&api-version=2.0
Total number of Sent|Paid|Opened mobileinvoice transactions.
Request Information
URI Parameters
Name | Description | Type | Required | Additional information |
---|---|---|---|---|
partnerId | integer |
Required |
||
fromDate | date |
Required |
||
toDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
TotalsChartDataName | Description | Type | Required | Additional information |
---|---|---|---|---|
Sent | integer |
None. |
||
Paid | integer |
None. |
||
Opened | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "sent": 1, "paid": 2, "opened": 3 }