get closeRentNum
https://onlinesim.io/api/rent/closeRentNum.phpThis request closes the specified rent operation.
IMPORTANT NOTE! &br; 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.
Security
Parameters
tzidRequired
Operation ID
In:
querySchema:
- integerExample:
10000>= 1
langResponse language: fr - French, de - German, ru - Russian, en - English, zh - Chinese
In:
querySchema:
- stringExample:
"en"Enum:frderuenzh
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
- objectExample:
{"response":true}Properties:responsebooleanRequest execution status (if `true`, rental operation is closed)Example:true