Calculate extend by order ids
The request allows to calculate price before extend by order ids use all ip addresses from orders for proxy type IPv4
POST
/client/api/v1/{apiKey}/calculate/extend/order
Path Parameters
apiKey*
String
Your personal api key
Request Body
proxyType*
String
Proxy type IPv4
promoCode
String
Code of promo code (can be obtained by another request)
orderIds*
List
Order ids for extend (can be obtained by another request with ip addresses). All addresses from orders will be extended
rentPeriodDays*
Number
Number of days of rental period (can be obtained by another request)
The request allows to calculate price before extend by order ids use all ip addresses from orders for proxy type IPv6
POST
/client/api/v1/{apiKey}/calculate/extend/order
Path Parameters
apiKey*
String
Your personal api key
Request Body
proxyType*
String
Proxy type IPv6
promoCode
String
Code of promo code (can be obtained by another request)
orderIds*
String
Order ids for extend (can be obtained by another request with ip addresses). All addresses from orders will be extended
rentPeriodDays*
Number
Number of days of rental period (can be obtained by another request)
The request allows to calculate price before extend by order ids use all ip addresses from orders for proxy type MOBILE
POST
/client/api/v1/{apiKey}/calculate/extend/order
Path Parameters
apiKey*
String
Your personal api key
Request Body
proxyType*
String
Proxy type MOBILE
promoCode
String
Code of promo code (can be obtained by another request)
orderIds*
List
Order ids for extend (can be obtained by another request with ip addresses). All addresses from orders will be extended
rentPeriodDays*
Number
Number of days of rental period (can be obtained by another request)
The request allows to calculate price before extend by order ids use all ip addresses from orders for proxy type ISP
POST
/client/api/v1/{apiKey}/calculate/extend/order
Path Parameters
apiKey*
String
Your personal api key
Request Body
proxyType*
String
Proxy type ISP
promoCode
String
Code of promo code (can be obtained by another request)
orderIds*
List
Order ids for extend (can be obtained by another request with ip addresses). All addresses from orders will be extended
rentPeriodDays*
Number
Number of days of rental period (can be obtained by another request)
Last updated