GET api/{apiVersion}/GsmTopUp/GetGsmInformation?senderId={senderId}&phone={phone}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
senderId

globally unique identifier

Required

phone

string

Required

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfGsmInformation
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

GsmInformation

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "TransactionId": "023c5f85-13ab-4aee-bcbe-eca69b687b1b",
    "OperatorName": "sample string 2",
    "OperatorCode": "sample string 3",
    "CdnPath": "sample string 4",
    "DToneExchangeRate": {
      "TLEURParity": 1.0,
      "USDEURParity": 2.0,
      "EURUSDParity": 3.0,
      "LargerCurrency": "sample string 4"
    },
    "GsmPackageItems": [
      {
        "PackageCode": "sample string 1",
        "PackageName": "sample string 2",
        "ExpenseAmount": 4.0,
        "ExpenseAmountCurrencyCode": "sample string 5",
        "LocalAmount": 6.0,
        "LocalAmountCurrencyCode": "sample string 7",
        "Amount": 8.0,
        "WholeSalesPriceCode": "sample string 9",
        "WholeSalesPrice": 10.0,
        "AmountCurrencyCode": "sample string 11"
      },
      {
        "PackageCode": "sample string 1",
        "PackageName": "sample string 2",
        "ExpenseAmount": 4.0,
        "ExpenseAmountCurrencyCode": "sample string 5",
        "LocalAmount": 6.0,
        "LocalAmountCurrencyCode": "sample string 7",
        "Amount": 8.0,
        "WholeSalesPriceCode": "sample string 9",
        "WholeSalesPrice": 10.0,
        "AmountCurrencyCode": "sample string 11"
      }
    ]
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}