get setOperationRevise
https://onlinesim.io/api/setOperationRevise.php
Requests next received SMS from this number, if first the one didn't have the right code and/or expected information.
This request might be helpful when service send several messages at once.
For example if the first SMS only contains general information, terms or any promo material and you need the code that is contained in the second SMS, use this request to get the data you need.
Security
Parameters
tzid
Required
Operation ID
In:
query
Schema:
- integerExample:
10000
>= 1
lang
Response language: fr
- French, de
- German, ru
- Russian, en
- English, zh
- Chinese
In:
query
Schema:
- stringExample:
"en"
Enum:fr
de
ru
en
zh
Responses
200
Successful response for `setOperationRevise` request: the server successfully processing another SMS received by this number or throws an exception.
Content Type:
application/json
- Schema
- Examples
- objectExample:
{"response":1,"tzid":10000}
Properties:response
mixed1, if the request has been completed successfully, or an error messageExample:1
One Of:- integerExample:
0
- stringExample:
"string"
tzid
integerOperation IDExample:10000
>= 1