Admin
Click here for a complete list of operations.
GetLitePrices
Get List of Lite prices for the appropriate Country and language
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Admin.asmx HTTP/1.1 Host: ws.interfax.net Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://interfax.net/Admin/GetLitePrices" <?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> <GetLitePrices xmlns="http://interfax.net/Admin"> <Language>string</Language> <Country>string</Country> </GetLitePrices> </soap:Body> </soap:Envelope>
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> <GetLitePricesResponse xmlns="http://interfax.net/Admin"> <GetLitePricesResult> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2 xsi:nil="true" /> <InboundNode_2 xsi:nil="true" /> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice xsi:nil="true" /> <LitePlanPrice xsi:nil="true" /> </PaidPlans> </LitePlanGroupPrice> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2 xsi:nil="true" /> <InboundNode_2 xsi:nil="true" /> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice xsi:nil="true" /> <LitePlanPrice xsi:nil="true" /> </PaidPlans> </LitePlanGroupPrice> </GetLitePricesResult> </GetLitePricesResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Admin.asmx HTTP/1.1 Host: ws.interfax.net Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetLitePrices xmlns="http://interfax.net/Admin"> <Language>string</Language> <Country>string</Country> </GetLitePrices> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetLitePricesResponse xmlns="http://interfax.net/Admin"> <GetLitePricesResult> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2 xsi:nil="true" /> <InboundNode_2 xsi:nil="true" /> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice xsi:nil="true" /> <LitePlanPrice xsi:nil="true" /> </PaidPlans> </LitePlanGroupPrice> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2 xsi:nil="true" /> <InboundNode_2 xsi:nil="true" /> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice xsi:nil="true" /> <LitePlanPrice xsi:nil="true" /> </PaidPlans> </LitePlanGroupPrice> </GetLitePricesResult> </GetLitePricesResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Admin.asmx/GetLitePrices?Language=string&Country=string HTTP/1.1 Host: ws.interfax.net
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfLitePlanGroupPrice xmlns="http://interfax.net/Admin"> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> </PaidPlans> </LitePlanGroupPrice> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> </PaidPlans> </LitePlanGroupPrice> </ArrayOfLitePlanGroupPrice>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Admin.asmx/GetLitePrices HTTP/1.1 Host: ws.interfax.net Content-Type: application/x-www-form-urlencoded Content-Length: length Language=string&Country=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfLitePlanGroupPrice xmlns="http://interfax.net/Admin"> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> </PaidPlans> </LitePlanGroupPrice> <LitePlanGroupPrice> <SubscriptionPlanGroupID>unsignedInt</SubscriptionPlanGroupID> <DisplayPriority>int</DisplayPriority> <CountryISOCode>string</CountryISOCode> <Zones> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> <InboundNode_2> <ID>string</ID> <Description>string</Description> <CountryCode>string</CountryCode> <Prefix>string</Prefix> <LeadingDigits>string</LeadingDigits> <Priority>int</Priority> </InboundNode_2> </Zones> <FreePlan> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </FreePlan> <PaidPlans> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> <LitePlanPrice> <SubscriptionPlanID>unsignedInt</SubscriptionPlanID> <Price>decimal</Price> <ShowInPriceList>boolean</ShowInPriceList> <IncludedMonthlyUnits>int</IncludedMonthlyUnits> <SubscriptionMonths>int</SubscriptionMonths> <PlanName>string</PlanName> <OverFlowUnitCost>decimal</OverFlowUnitCost> <PartNumber>unsignedInt</PartNumber> </LitePlanPrice> </PaidPlans> </LitePlanGroupPrice> </ArrayOfLitePlanGroupPrice>