Nstproxy Resell Service API
    • Zones
      • Get service zone list
    • Channels
      • Get channel usage statistics
      • Get total usage for all service channels
      • Create channel
      • Batch query channels
      • Batch query channel usage summary
      • Get channel detail
      • Update channel
      • Delete channel
    • IP Products
      • Get service IP product list
    • IP Orders
      • Get total purchased IP quantity
      • Batch query IP orders
      • Buy service IPs
      • Get purchased IP order detail
      • Renew IP order
    • Regions
      • Get country list
    • Proxies
      • Generate proxies
    • Schemas
      • SuccessResponse
      • ErrorResponse
      • ProxyType
      • RegionProxyType
      • IpOrderType
      • ProxyProtocol
      • Zone
      • Channel
      • CreateChannelRequest
      • UpdateChannelRequest
      • ChannelIdsRequest
      • ChannelUsageRequest
      • ChannelStatistics
      • UsageMetric
      • ChannelUsageTotal
      • ChannelUsageSummary
      • IpProduct
      • PurchaseTotalByType
      • PurchaseTotal
      • OrderIdsRequest
      • IpProxyItem
      • IpOrder
      • IpOrderDetail
      • CreateIpOrderProduct
      • CreateIpOrderRequest
      • ErrorProxyItem
      • CreateIpOrderResponse
      • RenewSuccessItem
      • RenewIpOrderResponse
      • Country
      • GenerateProxiesResponse

    CreateIpOrderResponse

    {
        "errProxies": [
            {
                "proxy": "string",
                "country": "string",
                "productId": "string",
                "quantity": 0
            }
        ],
        "orderId": "string",
        "totalPrice": 0,
        "discount": 0,
        "number": 0,
        "period": 0,
        "expireAt": "2019-08-24T14:15:22.123Z",
        "status": 0,
        "name": "string",
        "proxies": [
            {
                "productId": "string",
                "basePrice": 0,
                "region": "string",
                "city": "string",
                "scene": "string",
                "proxy": "string"
            }
        ]
    }
    Built with