GET api/Pricing/GetCoverage?countryId={countryId}¤cyId={currencyId}&smsCount={smsCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryId | integer |
Required |
|
| currencyId | integer |
Required |
|
| smsCount | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Coverage| Name | Description | Type | Additional information |
|---|---|---|---|
| networkName | string |
None. |
|
| operatorName | string |
None. |
|
| price_per_sms | string |
None. |
|
| total_price | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"networkName": "sample string 1",
"operatorName": "sample string 2",
"price_per_sms": "sample string 3",
"total_price": "sample string 4"
},
{
"networkName": "sample string 1",
"operatorName": "sample string 2",
"price_per_sms": "sample string 3",
"total_price": "sample string 4"
}
]