get setOperationRevise

https://onlinesim.io/api/setOperationRevise.php
single-service activations
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.

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 `setOperationRevise` request: the server successfully processing another SMS received by this number or throws an exception.
Content Type:
application/json
  • Schema
  • Examples
  • object
    Example: {"response":1,"tzid":10000}
    Properties:
    • response
      mixed
      1, if the request has been completed successfully, or an error message
      Example: 1
      One Of:
      • integer
        Example: 0
      • string
        Example: "string"
    • tzid
      integer
      Operation ID
      Example: 10000
      >= 1