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

NameDescriptionTypeRequiredAdditional information
partnerId

integer

Required

fromDate

date

Required

toDate

date

Required

Body Parameters

None.

Response Information

Resource Description

TotalsChartData
NameDescriptionTypeRequiredAdditional information
Sent

integer

None.

Paid

integer

None.

Opened

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "sent": 1,
  "paid": 2,
  "opened": 3
}