Order changes

Proxies quantity changes

If the order has expired and you want to change proxies quantity in it you should use remove_proxies and quantityparameters. .

For mobile proxies you just need to pass quantity which you need in your order in quantity field.

For the rest of proxies you need to pass the list of IPs you need to delete from the order to remove_proxies and point the resulting quantity you need in your oder in quantity field.

For example if you have 4 proxies in your order you should pass the body like:

{
    "remove_proxies: ["0.0.0.0", "1.1.1.1"],
    "quantity": 6
}

In this case the sysyem will delete 2 IPs from your order and add 4 new IPs (so the total quantity equals 6).

Last updated