get
https://onlinesim.io/api/rent/closeRentNum.phpGET /api/rent/closeRentNum.php
Close virtual phone number rent operation
This request closes the specified rent operation.
Security
Parameters
query2
| Name | Type | Description |
|---|---|---|
tzid* | integer≥ 1 | Operation ID Example: 10000 |
lang | string | Response language:
Enum: frderuenzhDefault:ruExample:en |
Responses
200'Successful response for closeRentNum request: the server closes
the current rental operation and returns information for it or
throws an exception.'
'Successful response for closeRentNum request: the server closes
the current rental operation and returns information for it or
throws an exception.'
Content-Type
application/jsonSchema
Responseobject
Responseobject
responseboolean
Examples
Successfuly closed rent operation
{
"response": true
}Code Samples
Generating examples...