Skip Navigation Links

Web Service Operations AddIPAddress

Sign up for a free-trial now to test this operation!
Username:
NewIPAddress:

Web Service Description

Add an IP address to your list of registered IP addresses.

The IP is added to all the services for which your are registered or subscribed.


Web Service Hits Calculation

Requests against this operation count as one hit.

Inputs and Outputs Parameters for AddIPAddress

Inputs

NameDescriptionRequiredExample
UsernameThe name of the service.Yes 
NewIPAddressThe new IP address to add to your registrations.Yes 

Outputs

NameDescriptionAlways Present
Array of RegistrationsReturns an array of Registrations. 
Instance of RegistrationsEach instance represents a user registration. 
 ServiceNameThe name of the service.Yes
 OperationNameThe name of the operation.Yes
 IPThe IP address of the service.Yes
 RemainingRequestsThe remaining requests for the service.Yes
 PeriodTypeThe type of period for the service.Yes
 PeriodsAllowedThe number of periods allowed in the service.Yes
 ActionThe action for the service.Yes
 StatusThe status of the service.Yes
 SubscriberNameThe name of the individual who subscribed to the service.Yes
 MaxRequestsThe number of max requests for the service.Yes
 RequestCountThe request count for the service.Yes
 TotalRequestCountThe total number of requests for the service.Yes
 UpdatedThe most recent date the service was updated.Yes

SOAP Request for AddIPAddress

Inputs

POST http://www.xignite.com/xHelp.asmx HTTP/1.1
Host: www.xignite.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.xignite.com/services/AddIPAddress"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <Header xmlns="http://www.xignite.com/services/"> <Username>string</Username> <Password>string</Password> <Tracer>string</Tracer> </Header> </soap:Header> <soap:Body> <AddIPAddress xmlns="http://www.xignite.com/services/"> <Username>string</Username> <NewIPAddress>string</NewIPAddress> </AddIPAddress> </soap:Body> </soap:Envelope>

Outputs

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AddIPAddressResponse xmlns="http://www.xignite.com/services/"> <AddIPAddressResult> <Registrations> <UserRegistration> <ServiceName>string</ServiceName> <OperationName>string</OperationName> <IP>string</IP> <RemainingRequests>int</RemainingRequests> <PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType> <PeriodsAllowed>int</PeriodsAllowed> <Action>None or Inserted or Deleted or Updated or Success or Failure
</Action> <Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status> <SubscriptionName>string</SubscriptionName> <MaxRequests>int</MaxRequests> <RequestCount>int</RequestCount> <TotalRequestCount>int</TotalRequestCount> <Updated>boolean</Updated> </UserRegistration> <UserRegistration> <ServiceName>string</ServiceName> <OperationName>string</OperationName> <IP>string</IP> <RemainingRequests>int</RemainingRequests> <PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType> <PeriodsAllowed>int</PeriodsAllowed> <Action>None or Inserted or Deleted or Updated or Success or Failure
</Action> <Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status> <SubscriptionName>string</SubscriptionName> <MaxRequests>int</MaxRequests> <RequestCount>int</RequestCount> <TotalRequestCount>int</TotalRequestCount> <Updated>boolean</Updated> </UserRegistration> </Registrations> </AddIPAddressResult> </AddIPAddressResponse> </soap:Body> </soap:Envelope>

HttpGet Request for AddIPAddress

Inputs

GET http://www.xignite.com/xHelp.asmx/AddIPAddress?
Username=string&NewIPAddress=string HTTP/1.1 Host: www.xignite.com

Outputs

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<UserSummary xmlns="http://www.xignite.com/services/">
  <Registrations>
    <UserRegistration>
      <ServiceName>string</ServiceName>
      <OperationName>string</OperationName>
      <IP>string</IP>
      <RemainingRequests>int</RemainingRequests>
      <PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType>
      <PeriodsAllowed>int</PeriodsAllowed>
      <Action>None or Inserted or Deleted or Updated or Success or Failure
</Action> <Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status> <SubscriptionName>string</SubscriptionName> <MaxRequests>int</MaxRequests> <RequestCount>int</RequestCount> <TotalRequestCount>int</TotalRequestCount> <Updated>boolean</Updated> </UserRegistration> <UserRegistration> <ServiceName>string</ServiceName> <OperationName>string</OperationName> <IP>string</IP> <RemainingRequests>int</RemainingRequests> <PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType> <PeriodsAllowed>int</PeriodsAllowed> <Action>None or Inserted or Deleted or Updated or Success or Failure
</Action> <Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status> <SubscriptionName>string</SubscriptionName> <MaxRequests>int</MaxRequests> <RequestCount>int</RequestCount> <TotalRequestCount>int</TotalRequestCount> <Updated>boolean</Updated> </UserRegistration> </Registrations> </UserSummary>

HttpPost Request for AddIPAddress

Inputs

POST http://www.xignite.com/xHelp.asmx/AddIPAddress HTTP/1.1
Host: www.xignite.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Username=string&NewIPAddress=string

Outputs

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<UserSummary xmlns="http://www.xignite.com/services/">
  <Registrations>
    <UserRegistration>
      <ServiceName>string</ServiceName>
      <OperationName>string</OperationName>
      <IP>string</IP>
      <RemainingRequests>int</RemainingRequests>
      <PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType>
      <PeriodsAllowed>int</PeriodsAllowed>
      <Action>None or Inserted or Deleted or Updated or Success or Failure
</Action> <Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status> <SubscriptionName>string</SubscriptionName> <MaxRequests>int</MaxRequests> <RequestCount>int</RequestCount> <TotalRequestCount>int</TotalRequestCount> <Updated>boolean</Updated> </UserRegistration> <UserRegistration> <ServiceName>string</ServiceName> <OperationName>string</OperationName> <IP>string</IP> <RemainingRequests>int</RemainingRequests> <PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType> <PeriodsAllowed>int</PeriodsAllowed> <Action>None or Inserted or Deleted or Updated or Success or Failure
</Action> <Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status> <SubscriptionName>string</SubscriptionName> <MaxRequests>int</MaxRequests> <RequestCount>int</RequestCount> <TotalRequestCount>int</TotalRequestCount> <Updated>boolean</Updated> </UserRegistration> </Registrations> </UserSummary>
 
 
Copyright © 2009 Xignite, Inc. All Rights Reserved.




Hostname: XIGNITE29