Closes current operation. Is sent after usage.
axios.post(
'https://__HUB__',
{action: "FINISH_ACTIVATION", activationId: 355, status: 2, key: "APIKEY"},
{headers: {'Content-Type': 'application/json; charset=utf-8'}}
)
Parameter name | Parameter | Data type | Description/Value |
---|---|---|---|
action | required | TEXT | FINISH_ACTIVATION |
activationId | required | INT | Operation ID |
status | required | TEXT | Completion status of the operation |
key | required | TEXT | API key |
Status | Description/Value |
---|---|
1 | This number was not get for the current service |
3 | Successfully sold |
4 | Canceled - message was not delivered |
5 | Returned - in case of errors and message problems |
After successful execution of the request you will get the JSON format response like this:
json {status: "SUCCESS"}
Result | Description/Value |
---|---|
status | SUCCESS или ERROR |