post Order proxy.

/api/client/v1/order
sale

Anforderungs-Body

Content Type:
application/json
  • Schema
  • object
    OrderProxyRequest
    Beispiel: {"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
      object
      Proxy order filters
      Beispiel: {"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":["Kazan"],"geo_operator":["mts"],"type":["shared"],"protocol":["http"]}
    • period
      integer
      Erforderlich
      Order days
      Beispiel: 1
    • price
      string
      Erforderlich
      Order price
      Beispiel: "1.23"

Antworten

200

OK
Content Type:
application/json
  • Schema
  • object
    ProxyResource
    Beispiel: {"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:int64
      Order id
      Beispiel: 1
    • login
      string or null
      Login to connect
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • password
      string or null
      Password to connect
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • protocol
      string
      Protocol to connect
      Beispiel: "http"
      Enumeration: http socks5
    • host
      string
      Host/ip to connect
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • port
      integer
      Port to connect
      Beispiel: 8080
    • geo_country
      string
      Country code in ISO-2
      Beispiel: "RU"
    • geo_city
      string or null
      City name
      Beispiel: "Moscow"
      Maximale Anzahl von Elementen: 255
    • geo_operator
      string or null
      Operator name
      Beispiel: "mts"
      Maximale Anzahl von Elementen: 255
    • private
      boolean
      Proxy type
      Beispiel: true
    • comment
      string or null
      Comment
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • rotate_ip_url
      string or null
      Url to rotate proxy IP-address
      Beispiel: "string"
    • start_at
      string:date-time
      Order start datetime (UTC ISO-8601)
      Beispiel: "2019-08-24T14:15:22Z"
    • stop_at
      string:date-time
      Order expire datetime (UTC ISO-8601)
      Beispiel: "2019-08-24T14:15:22Z"

401

Unauthorized
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}

422

Unprocessable Entity
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}