get setOperationOk
https://onlinesim.io/api/setOperationOk.phpSets operation status as successful and closes the operation.
This request is send when you want to close the operation explicitly after receiving the required SMS message.
IMPORTANT NOTE! &br; Executing of this request is similar to closing active operation in "My numbers" section of the user interface on the website (clicking on "X").
.png)
Security
Parameters
tzidRequired
Operation ID
In:
querySchema:
- integerExample:
10000>= 1
banThis parameter can be used in case if you were issued invalid number or did not receive the SMS within 5 minutes. You can pass 1 as the value for this parameter to block the number
In:
querySchema:
- integerExample:
1Enum:01
langResponse language: fr - French, de - German, ru - Russian, en - English, zh - Chinese
In:
querySchema:
- stringExample:
"en"Enum:frderuenzh
Responses
200
Successful response for `setOperationOk` request: the server successfully closes the specified operation or throws an exception.
Content Type:
application/json
- Schema
- Examples
- objectResult description. Response `NO_COMPLETE_TZID` means that operation can not be closed until 2-minute guard period is expired.Example:
{"response":1,"tzid":10000}Properties:responsemixed1, if the request has been completed successfully, or an error messageExample:1One Of:- integerExample:
0 - stringExample:
"string"
tzidintegerOperation IDExample:10000>= 1