POST api/{apiVersion}/GsmTopUp/GetGsmInformation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
GsmInformationRequestName | Description | Type | Additional information |
---|---|---|---|
SenderId | globally unique identifier |
None. |
|
Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SenderId": "e82c830c-418a-4658-a2d8-00afebb0f8d6", "Phone": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfGsmInformationName | Description | Type | Additional 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": "5f8ab68f-778a-430d-b188-885fcb0e09bd", "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 }