get getRentServicesAndCountries
http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getRentServicesAndCountriesThis request returns a list of countries available for rent with rent details.
You might want to use it to check if the numbers of desired country are available for rent and if so, how many.
Security
Parameters
actionRequired
Method name, in this case `getRentServicesAndCountries`
In:
querySchema:
- stringExample:
"getRentServicesAndCountries"Enum:getRentServicesAndCountries
Responses
200
Successful `getRentServicesAndCountries` response from the server: either returns detailed information on available numbers for rent by country or throws an exception.
Content Type:
application/json
- Schema
- Examples
- objectExample:
{"countries":{"#country#":0},"operators":{"0":"string"},"services":{"full":{"quant":0,"cost":0}}}Properties:countriesobjectExample:{"#country#":0}operatorsobjectExample:{"0":"string"}servicesobjectExample:{"full":{"quant":0,"cost":0}}