post Order proxy.
/api/client/v1/order
Anforderungs-Body
Content Type:
application/json
- Schema
- objectOrderProxyRequestBeispiel:
{"filters":{"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":["Kazan"],"geo_operator":["mts"],"type":["shared"],"protocol":["http"]},"period":1,"price":"1.23"}
Eigenschaften:filters
objectProxy order filtersBeispiel:{"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":["Kazan"],"geo_operator":["mts"],"type":["shared"],"protocol":["http"]}
period
integerErforderlichOrder daysBeispiel:1
price
stringErforderlichOrder priceBeispiel:"1.23"
Antworten
200
OK
Content Type:
application/json
- Schema
- objectProxyResourceBeispiel:
{"id":1,"login":"string","password":"string","protocol":"http","host":"string","port":8080,"geo_country":"RU","geo_city":"Moscow","geo_operator":"mts","private":true,"comment":"string","rotate_ip_url":"string","start_at":"2019-08-24T14:15:22Z","stop_at":"2019-08-24T14:15:22Z"}
Eigenschaften:id
integer:int64Order idBeispiel:1
login
string or nullLogin to connectBeispiel:"string"
Maximale Anzahl von Elementen:255
password
string or nullPassword to connectBeispiel:"string"
Maximale Anzahl von Elementen:255
protocol
stringProtocol to connectBeispiel:"http"
Enumeration:http
socks5
host
stringHost/ip to connectBeispiel:"string"
Maximale Anzahl von Elementen:255
port
integerPort to connectBeispiel:8080
geo_country
stringCountry code in ISO-2Beispiel:"RU"
geo_city
string or nullCity nameBeispiel:"Moscow"
Maximale Anzahl von Elementen:255
geo_operator
string or nullOperator nameBeispiel:"mts"
Maximale Anzahl von Elementen:255
private
booleanProxy typeBeispiel:true
comment
string or nullCommentBeispiel:"string"
Maximale Anzahl von Elementen:255
rotate_ip_url
string or nullUrl to rotate proxy IP-addressBeispiel:"string"
start_at
string:date-timeOrder start datetime (UTC ISO-8601)Beispiel:"2019-08-24T14:15:22Z"
stop_at
string:date-timeOrder expire datetime (UTC ISO-8601)Beispiel:"2019-08-24T14:15:22Z"
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
422
Unprocessable Entity
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}