GET /api/rent/extendRentState.php
Extend virtual phone number rent
Extends a rent for a specified period (in days).
This request is needed when your rental period is about to expire, but you plan to continue using it.
WARNING
It is worth to mention, that this request is need to be sended only when the rent is still active. If the rent is already expired, you won't be able to extend it.
Security
- apikey
- BearerAuth
- OAuth2 (Scopes: rent-scope)
rent-scope: grants access to renting phone numbers from Onlinesim
Parameters
| Name | Type | Description |
|---|---|---|
tzid* | integer≥ 1 | Operation ID Example: 10000 |
days* | integer≥ 0 | Extention period for rental number (in days). Can only accept Example: 15 |
lang | string | Response language: Enum: frderuenzhDefault:ruExample:en |
Responses
200
‘Successful response for extendRentState request: extends the
rent of a number with requested parameters or throws an exception.’
Code Samples
No code samples available