====== Adding ranges to list ======
=== Description===
Adds ranges to the IP list
=== Request code ===
OC_ADDIPRANGES
=== Request errors ===
^ Request code ^ Code meaning ^ Explanation ^
| QE_LIMIT_EXCEEDED | Limit exceeded | Exceeded the maximum number of ranges in the list |
| QE_IPLIST_NOT_FOUND | IPList not found | IP list was not found |
=== Request body ===
"Action":,
"Data":{
"Token":,
"List ID":,
"Ranges":[
{"Start":,"End":},
{"Start":,"End":},
...
{"Start":,"End":}
]
}
=== Response body ===
"Status":"Success",
"Data":{
"Range IDs":[
,
,
...
]
}
=== Additionally ===
* If adding ranges is successful, server returns an array of identifiers of added ranges.