Get Account Rate Sheet

  1. Home
  2. Docs
  3. Developers
  4. Get Account Rate Sheet

Get Account Rate Sheet

Request Parameters

Either as query parameters (when using GET ) or in  POST  body document.

ParameterTypeMandatoryDescription
UserNamestringFor SMPP accounts the username, for HTTP accounts leave blank.
PasswordstringxFor SMPP accounts the password, for HTTP accounts the ApiKey.
WithDestinationNamesboolWhen true, the response body will contain the two additional fields country and network. Default: false

Response Body

Beside HTTP Status Codes each successful response will contain:

FieldTypeDescription
AccountNamestringThe descriptive name of the account.
CurrencystringThe currency for the account.
CurrentRatesRateSheetItem[]An array containing the current coverage items.
ScheduledRatesScheduledRateSheetItem[]An array containing upcoming rate/coverage changes.

RateSheetItem

FieldTypeDescription
CountrystringName of the country.
NetworkstringName of the network.
MCCstringMobile Country Code
MNCstringMobile Network Code
MCCMNCstringMobile Country Code and Mobile Network Code
RatedecimalThe current rate in the account currency.

ScheduledRateSheetItem

FieldTypeDescription
CountrystringName of the country.
NetworkstringName of the network.
MCCstringMobile Country Code
MNCstringMobile Network Code
MCCMNCstringMobile Country Code and Mobile Network Code
RatedecimalThe current rate in the account currency.
ValidFromdatetimeThe date and time from when on the change will be active. The format is ISO8601, e.g. “2018-08-23T14:00:00.0000000Z”
Was this article helpful to you? Yes No

How can we help?