get extendRentState
https://onlinesim.io/api/rent/extendRentState.phpProlongs 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.
IMPORTANT NOTE! &br; 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 prolong it.
Security
Parameters
tzidRequired
Operation ID
In:
querySchema:
- integerExample:
10000>= 1
daysRequired
Prolongation period for rental number (in days). Can only accept values listed in extend section of getRentState response
In:
querySchema:
- integerExample:
15>= 0
langResponse language: fr - French, de - German, ru - Russian, en - English, zh - Chinese
In:
querySchema:
- stringExample:
"en"Enum:frderuenzh
Responses
200
Successful response for `extendRentState` request: the server extends the rent of a number with requested parameters or throws an exception.
Content Type:
application/json
- Schema
- Examples
- objectExample:
{"response":1,"item":{"status":1,"extension":1,"messages":{"current_page":1,"data":[{"id":1,"service":"Google","text":"Your verification code is 070051","code":"070051","created_at":"2022-07-17 21:46:58"}],"from":1,"last_page":12,"per_page":20,"to":12,"total":234},"sum":251.5,"country":46,"checked_time":"2022-07-17 21:41:20","number":"9915584307","rent":4,"tzid":10000,"time":5750,"days":3,"hours":95,"extend":{"#period_in_days#":36},"checked":true,"reload":1,"day_extend":36,"m_ext":true,"freeze":true}}Properties:responsemixed1, if the request has been completed successfully, or an error messageExample:1One Of:- integerExample:
0 - stringExample:
"string"
itemobjectList of active rental numbers of your ProfileExample:{"status":1,"extension":1,"messages":{"current_page":1,"data":[{"id":1,"service":"Google","text":"Your verification code is 070051","code":"070051","created_at":"2022-07-17 21:46:58"}],"from":1,"last_page":12,"per_page":20,"to":12,"total":234},"sum":251.5,"country":46,"checked_time":"2022-07-17 21:41:20","number":"9915584307","rent":4,"tzid":10000,"time":5750,"days":3,"hours":95,"extend":{"#period_in_days#":36},"checked":true,"reload":1,"day_extend":36,"m_ext":true,"freeze":true}