Placing an order
A new order is created. Order data is returned in the specified language and currency.
Query parameters
langstring · enumOptionalDefault:
Language code
EN
Possible values: currencystring · enumOptionalDefault:
Currency code
USD
Possible values: Body
service_idintegerRequired
Service (see /services)
location_idintegerRequired
Location (see /services/{id}/locations)
quantityintegerOptionalDefault:
Number of addresses/channels
1
periodintegerOptionalDefault:
Period in days
30
multiportbooleanOptionalDefault:
Allow the client to change equipment (mobile only)
true
Responses
200
OK
application/json
401
Unauthorized
422
Validation error
application/json
post
POST /api/user/orders HTTP/1.1
Host: v3.proxy-solutions.net
Content-Type: application/json
Accept: */*
Content-Length: 74
{
"service_id": 1,
"location_id": 1,
"quantity": 1,
"period": 30,
"multiport": true
}
{
"lang": "EN",
"currency": "USD",
"orders": [
{
"id": 10000,
"status": "active",
"service": {
"id": 4,
"provider": "server-proxies",
"name": "City proxies"
},
"location": {
"id": 24,
"type": "city",
"name": "New York",
"country_name": "USA"
},
"operator": {
"id": 37,
"name": "Orange"
},
"period": 30,
"quantity": 1,
"minimal_payment": 1.81,
"amount": 1.81,
"converted_amount": 100,
"auto_continuation": false,
"allowed_operations": [],
"resources_allocated": true
}
]
}
Available purchase periods
Available periods for individual, prime, city and batch proxies :
30 days
60 days
90 days
180 days
365 days
For mobile and mobile plus:
1 day
7 days
30 days
90 days
365 days
Available quantity
For personal proxies: up to 500 pcs. per order.
For Prime proxies: up to 100 pcs. per order.
For City proxies: up to 50 pcs. per order.
For batch proxies: in Services for each country returns field packets with available batches.
Last updated