get getRentServicesAndCountries
http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getRentServicesAndCountries
This 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
action
Required
Method name, in this case `getRentServicesAndCountries`
In:
query
Schema:
- 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:countries
objectExample:{"#country#":0}
operators
objectExample:{"0":"string"}
services
objectExample:{"full":{"quant":0,"cost":0}}