get closeRentNum

https://onlinesim.io/api/rent/closeRentNum.php
rent

This request closes the specified rent operation.

IMPORTANT NOTE!
Closing the operation is irreversible process: once you close the operation, you won't be able to use or restore access to this rental number.

You should only use this request when you certain that this number is no longer needed.

Parameters

tzid
Required
Operation ID
In: query
Schema:
  • integer
    Example: 10000
    >= 1
lang

Response language:
fr - French
de - German
ru - Russian
en - English
zh - Chinese

In: query
Schema:
  • string
    Example: "en"
    Enum: fr de ru en zh

Responses

200

Successful response for `closeRentNum` request: the server closes the current rental operation and returns information for it or throws an exception.
Content Type:
application/json
  • Schema
  • Examples
  • object
    Example: {"response":true}
    Properties:
    • response
      boolean
      Request execution status (if `true`, rental operation is closed)
      Example: true