get setOperationRevise
https://onlinesim.io/api/setOperationRevise.phpRequests next received SMS from this number, if first the one didn't have the right code and/or expected information.
This request can be useful when a service sends multiple SMS messages in a row or when you need to receive more than one message from the same service on a single number.
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
tzidRequired
Operation ID
In:
querySchema:
- integerExample:
10000>= 1
langResponse language:
fr - French,
de - German,
ru - Russian,
en - English,
zh - Chinese. Please note that the translation applies only to string field values, such as service names or country names. Field names themselves, error messages, and standard values (for example, true/false for boolean fields) remain in English.
In:
querySchema:
- stringExample:
"en"Enum:frderuenzh
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:responsemixed1, if the request has been completed successfully, or an error messageExample:1One Of:- integerExample:
0 - stringExample:
"string"
tzidintegerOperation IDExample:10000>= 1