Get Close Retailers API Guide

Size: px
Start display at page:

Download "Get Close Retailers API Guide"

Transcription

1 Introducing the Get Close Retailers API XML-RPC Get Close Retailers API Guide Version 2.0 CANNOT SHIP ORDER API GUIDE 10/29/13 PAGE 1

2 Revision History Revision/ Version Number Summary of Modifications Date Author/Writer Subject Matter Expert(s) 2.0 Converted to new branding template; minor style and format modifications; minor revisions to Getting Started. May 31, 2013 Michael Lujan Dave Miller 2.0 Revised the section titled, Obtaining your API key to Obtaining API access (not based on a key) October 28, 2013 Michael Lujan Dave Miller Copyright 2013 Shopatron, Inc. Get Close Retailers API Guide, Version 2.0 This document contains proprietary and confidential information of Shopatron, Inc., and is protected by Federal copyright law. The contents of this document may not be disclosed to third parties, translated, copied, or duplicated in any form, in whole or in part, (or by any means, electronic, mechanical, photocopying, or otherwise) without the express written permission of Shopatron, Inc. The information contained in this document is subject to change without notice. Neither Shopatron, Inc., its affiliates, nor their directors, officers, employees, or agents, are responsible for punitive or multiple damages or lost profits or other special, direct, indirect, incidental, or consequential damages, including any damages resulting from loss of business arising out of or resulting from the use of this material, or for technical or editorial omissions or errors made in it. Aspects of the Shopatron network are patented, patent-pending, or patent-applied for. Shopatron North America Shopatron, Inc. P.O. Box 5351 San Luis Obispo, CA, Shopatron Europe Shopatron UK, Ltd. Newport House Newport Street Old Town, Swindon SN1 3DX

3 Contents Introducing the Get Close Retailers API... 4 Getting Started... 4 Before you begin... 4 Obtaining API access... 4 System requirements... 5 Writing the application... 5 Process flow... 5 Programming the Get Close Retailers API... 5 Server and RPC information... 5 Data elements... 6 Country codes... 7 Example Requests... 9 Example: Minimum XML RPC message - single order with one item... 9 Responses Response codes Example success response Example error response Handling errors... 13

4 Introducing the Get Close Retailers API Introducing the Get Close Retailers API If you use our Ship to Store fulfillment processes for your in-store pickup program, you can obtain information about fulfillment partners who are nearest to an order using the Get Close Retailers API. This API is usually used on a product detail page, allowing the consumer to view and select from a list of close stocking retailers. You can send information about a specific order request to the Shopatron system. The following order information is sent: Manufacturer ID Catalog ID Currency ID Consumer s Postal Country Shipment Type (optional: use sts or ispu ) Part Numbers Distance (optional: used for the radius calculation: default value is 50, maximum is 150) In return, you receive information about the closest retailers, who may be able to fill the order, including the: Name Location Address Phone Distance Maximum Lead Time (in days). Max Lead Time is a result of the products passed in, and is the same for every retailer record. When a shopper requests Ship to Store at checkout, the Get Close Retailers API can retrieve information about retail fulfillment locations near the customer. Getting Started NOTE: Shopatron usually recommends our APIs only to those who have a dedicated IT staff of capable programmers and a web-capable database for product and order data storage. Before you begin Obtaining API access Before you can use the Get Close Retailers API functions described in this guide, you will need to contact Shopatron Merchant Support at (877) or send to mss@shopatron.com to obtain the information to configure your account. GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 4

5 Programming the Get Close Retailers API System requirements To use this API, you need a server with Internet access that runs your own shopping cart software to gather the order data Writing the application You will need to write the Get Close Retailers application. This application assembles an XML package with information about an order from the customer's shopping cart or from a product detail page. It then uses a Remote Procedure Call (RPC) to pass the package to the information to the Shopatron system. This creates a request for the Shopatron server to respond to. You can write the application in any programming or scripting language that can handle an RPC, including PHP, ASP, Cold Fusion, JSP, JAVA, C, and so on. NOTE: Shopatron reserves the right to disallow the use of this API if the user violates Shopatron policies. Before we take this action, we attempt to contact the user. Additionally, we reserve the right to augment or modify this API at any time. This includes changing the number of, name of, and placement of data attributes and the queue schedule by which this API operates. While we will make every effort to provide regression support for older versions, you should prepare your application to anticipate updates. We do not recommend hard-coding the attribute placement by number, as the order of the attributes may change. Process flow The process for the Shopatron Get Close Retailer API XML-RPC is summarized here: 1. When the customer requests ship to store or in-store pickup from their shopping cart or a product detail page, you make a request to the Shopatron XML RPC server. 2. The request includes the currency ID, the customer's Zip, and part numbers of the items in the cart. 3. The RPC authenticates your username and password and verifies your server and RPC name information. 4. The server immediately responds with an XML package that contains information about available retailers close to the customer's Zip. The package provides the retailer's name, location, address, phone, and distance from the customer's Zip, and specified Maximum Lead Time. Programming the Get Close Retailers API Server and RPC information 1. Create an XML-RPC message that calls immediate.get_close_retailer and passes an array of the parameters listed in the table below that defines the data elements. 2. Create an XML-RPC client that connects to the following server: Server file name: /xmladvserver.php Server address: xml.shopatron.com Server port: 443 GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 5

6 Programming the Get Close Retailers API Data elements Refer to this table for details for defining data elements: Element Required Parent Data Type (Length) Occurs Description UserName Yes None String 1 Shopatron username. (Must be a valid and active user account with System Admin or Order Admin permission.) Password Yes None String 1 Password for Shopatron user account. ManufacturerID Yes None Int 1 The Shopatron-assigned Manufacturer ID you want order data for; you can find this in your Shopatron account. CatalogID Yes None Int 1 The Shopatron-assigned Catalog ID you want order data for; you can find this in your Shopatron account. CurrencyID Yes None Int 1 The Currency Type for the order. These Currency Types are supported: 1 - US Dollar 2 - Canadian Dollar 3 - British Pound 4 - German Euro 5 - French Euro 7 - Italian Euro 8 - Spanish Euro 9 - British Euro 10 - Dutch Euro Zip/Postal Yes None String 1 Zip or postal code for the shipping address. Country Yes None String (2) 1 2-character Country of the ship-to address for the order. Country s are listed at the end of this document. GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 6

7 Programming the Get Close Retailers API Element Required Parent Data Type (Length) Occurs Description ShipType Optional filters String 1 The shipping type for the order. Acceptable values are sts (for ship to store) or ispu (for in-store pickup). PartnumberBlock Yes None Struct 1 The part number portion of the package. Acts only as a container for a list of part numbers; indexed from 0. Distance Optional None Int 1 Distance used in the radius calculation. The default value is 50. The maximum value is 150. Any Integer sent outside the range will be set to the default value. Country codes Country 2-Character Country Country 2-Character Country Anguilla AI Ireland IE Antigua & Barbuda AG Italy IT Argentina AR Japan JP Aruba AW Korea, South KR Australia AU Kuwait KW Austria AT Liechtenstein LI Bahamas BS Luxembourg LU Barbados BB Macao MO Belgium BE Malaysia MY GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 7

8 Programming the Get Close Retailers API Country 2-Character Country Country 2-Character Country Belize BZ Martinique MQ Bermuda BM Netherlands NL Bhutan BT Netherlands Antilles AN Brazil BR New Caledonia NC British Virgin Islands VG New Zealand NZ Canada CA Norway NO Chile CL Portugal PT China CN Reunion Island RE Costa Rica CR Saint Lucia LC Czech Republic CZ Saint Pierre & Miquilon PM Denmark DK San Marino SM Egypt EG Singapore SG Fiji FJ Solomon Islands SB Finland FI South Africa ZA France FR Spain ES French Polynesia PF Sweden SE Germany DE Switzerland CH Great Britain GB Taiwan TW Greece GR Thailand TH Greenland GL Trinidad & Tobago TT Guadeloupe GP United Arab Emirates AE GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 8

9 Example Requests Country 2-Character Country Country 2-Character Country Guam GU United Kingdom GB Hong Kong HK United States of America US Iceland IS Vatican City VA India IN Example Requests Example: Minimum XML RPC message - single order with one item Example: Minimum XML RPC message - single order with one item <?xml version="1.0" encoding="utf-8"?> <methodcall> <methodname>immediate.get_close_retailer</methodname> <params> <string>xml_user</string> <string>password</string> <int>138</int> <int>0</int> <int>1</int> <string>93401</string> GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 9

10 Responses Example: Minimum XML RPC message - single order with one item <string>us</string> <string>sts</string> <struct> <name>0</name> <string>112233</string> <name>1</name> <string>satds5588d44dd789ffdd2b1</string> </struct> </params> </methodcall> Responses On success, the RPC returns the Shopatron order id. On an error, the RPC returns a response message with the fault and faultstring. Response codes Description 2 Missing Part Numbers 3 Invalid ShipType Parameter 4 Missing Zip 5 Missing Country GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 10

11 Responses Description 98 Invalid Zip 99 Invalid Authorization Example success response Example success response <?xml version="1.0" encoding="utf-8"?> <methodresponse> <params> <struct> <name>0</name> <struct> <name>retailerid</name> <int>42</int> <name>locationid</name> <int>8003</int> <name>name</name> <string>slo Store</string> <name>address1</name> <string>2074 Parker St</string> <name>address2</name> <string>#100</string> <name>address3</name> <string /> GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 11

12 Responses Example success response <name>city</name> <string>san Luis Obispo</string> <name>state</name> <string>ca</string> <name>zip</name> <string>93401</string> <name>country</name> <string>us</string> <name>latitude</name> <double> </double> <name>longitude</name> <double> </double> <name>phone</name> <string> </string> <name>distance</name> <double> </double> <name>maxleadtime</name> <double>30</double> </struct> </struct> GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 12

13 Responses Example success response </params> </methodresponse> Example error response Example error response <?xml version="1.0" encoding="utf-8"?> <methodresponse> <fault> <struct> <name>fault</name> <int>2</int> <name>faultstring</name> <string>invalid username or password, or insufficient permissions</string> </struct> </fault> </methodresponse> Handling errors If you receive an error response fault code after sending the order information to Shopatron, take the following steps: 1. Record the outgoing package and the associated fault code response from Shopatron. 2. Test for connectivity to the server (usually shopatron.com). 3. Hold the XML package for future transmission to Shopatron's servers. 4. Send an to Shopatron Merchant Support at include the time and date of the failed transmission. 5. When Shopatron support staff contacts you, resend the failed attempts. GET CLOSE RETAILERS API GUIDE, VERSION /29/13 PAGE 13

Available Order Download API Guide

Available Order Download API Guide Introducing the Available Order Download API XML-RPC Available Order Download API Guide Version 2.0 AVAILABLE ORDER DOWNLOAD API GUIDE 10/29/13 PAGE 1 Revision History Revision/ Version Number Summary

More information

VOICE/DATA SIMCARD USA UNLIMITED

VOICE/DATA SIMCARD USA UNLIMITED VOICE/DATA SIMCARD USA UNLIMITED Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

MANUAL VOICE/DATA SIMCARD CANADA

MANUAL VOICE/DATA SIMCARD CANADA MANUAL VOICE/DATA SIMCARD CANADA Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

No Purchase needed

No Purchase needed www.dialntalk.co.uk No Purchase needed About DialnTalk DialnTalk is the instant dial service developed to offer you easy to use low cost international telephone calls. Our aim is to provide a hassle free

More information

Spoka Meet Audio Calls Rates Dial-In UK

Spoka Meet Audio Calls Rates Dial-In UK Spoka Meet Audio Calls Rates Dial-In UK Country Toll/Toll Free Landline/Mobile GBP Argentina Toll Landline 0 Australia Toll Landline 0 Austria Toll Landline 0 Bahrain Toll Landline 0 Belgium Toll Landline

More information

EE Pay Monthly Add-Ons & Commitment Packs. Version

EE Pay Monthly Add-Ons & Commitment Packs. Version EE Pay Monthly Add-Ons & Commitment Packs Version 1A Available from 28 October 2015 1 COMMITMENT PACKS In addition to the allowances included in our Standard and EE Extra plans for both Pay Monthly handset

More information

Out of Bundle Vodafone

Out of Bundle Vodafone Out of Bundle Vodafone Out of Bundle Charges - Vodafone The following charges apply once you have used your allowance, or if you call/text/browse outside of your allowance: Standard UK call charges Cost

More information

Using Inventory Export Guide

Using Inventory Export Guide Introducing Inventory Import and Export XML Using Inventory Export Guide To Manage Your Inventory Data Version 1.0 ADD TO CART XML API GUIDE 5/28/13 PAGE 1 Copyright 2013 Shopatron, Inc. Using Inventory

More information

Dashboard. Feb 18, Feb 18, 2008 Comparing to: Site. 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit

Dashboard. Feb 18, Feb 18, 2008 Comparing to: Site. 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit Dashboard Site Usage 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit 63.93% Bounce Rate 00:03:00 Avg. Time on Site 73.14% % New Visits Visitors Overview Map Overlay world Visitors 9,744 Traffic Sources

More information

Payphone Origination Service Charge Rate Per Min. Mobile Origination Service Charge. MLB Switched Rate Per Min. MLB Dedicated Rate Per Min

Payphone Origination Service Charge Rate Per Min. Mobile Origination Service Charge. MLB Switched Rate Per Min. MLB Dedicated Rate Per Min SBC Long Distance, LLC 1 st Revised Page 1 d/b/a AT&T Long Distance Effective April 8, 2011 Effective June 30, 2011 the dedicated service offering associated with this Service will be discontinued pursuant

More information

STANDARD BROADBAND & FIBRE BROADBAND PLANS

STANDARD BROADBAND & FIBRE BROADBAND PLANS STANDARD BROADBAND & FIBRE BROADBAND PLANS Terms & Conditions for Consumer Customers Version 3.0 Date 12 th July 2016 1 General If you live in either an EE Standard Broadband network area (which is over

More information

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions EventBuilder.com International Audio Conferencing Access Guide TM This guide contains: :: International Toll-Free Access Dialing Instructions :: ATFS (Access Toll-Free Service) Dialing Instructions ::

More information

Access Code and Phone Number

Access Code and Phone Number Algeria Dial International collect/reverse charge number: 1-212-559-5842 Argentina For phones using Telecom: Dial 0-800-555-4288; wait for prompt, then dial 866- For phones using Telefonica: Dial 0-800-222-1288;

More information

Power Analyzer Firmware Update Utility Version Software Release Notes

Power Analyzer Firmware Update Utility Version Software Release Notes Power Analyzer Firmware Update Utility Version 3.1.0 Software Release Notes Contents General Information... 2... 2 Supported models... 2 Minimum system requirements... 2 Installation instructions... 2

More information

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart ADDITIONAL INFORMATION It is important to Cisco Systems that its resellers comply with and recognize all applicable regulations

More information

The Traveller plans include a monthly Mobile Broadband allowance to be used within all Table 1: Go Europe + USA Destinations.

The Traveller plans include a monthly Mobile Broadband allowance to be used within all Table 1: Go Europe + USA Destinations. Information about the Service Description of the Service The data plan service is a post-paid Mobile Broadband service. Your plan allowance can be used in Table 1: Destinations. Bundling You don t have

More information

PAY MONTHLY ADDITIONAL SERVICES TERMS AND CONDITIONS

PAY MONTHLY ADDITIONAL SERVICES TERMS AND CONDITIONS 4GEE PHONE PLANS ADDITIONAL SERVICES (ALL STANDARD 12, 18 AND 24 MONTH PLANS INCLUDING SIM ONLY PLANS) The following add-ons are available on your plan. We reserve the right to change the add-ons available

More information

Vodafone Business Plus

Vodafone Business Plus Vodafone Business Plus Vodafone Power to you A smoother, smarter data sharing plan for your business Vodafone Business Plus Introducing a smoother, smarter, data sharing plan for your business. We know

More information

RPM International Inc. Hotline Instructions

RPM International Inc. Hotline Instructions RPM International Inc. Hotline Instructions While compliance matters can often be resolved at the local level, the RPM International Inc. ( RPM ) Hotline provides another way for you to report concerns

More information

DataKom Vodafone Mobile Tariff Minimum 30 day end of month notice cancellation - Subject to contract. DataKom O2 Mobile Tariff. All prices exclude VAT

DataKom Vodafone Mobile Tariff Minimum 30 day end of month notice cancellation - Subject to contract. DataKom O2 Mobile Tariff. All prices exclude VAT DataKom Vodafone Mobile Tariff Minimum 30 day end of month notice cancellation - Subject to contract Data Bolt-Ons 3GB Data Bolt-on Voda Vodafone - 3Gb data 5GB Data Bolt-on Voda Vodafone - 5Gb data 7.00

More information

Vodafone Usage Manager R2.0

Vodafone Usage Manager R2.0 Vodafone Global Enterprise Vodafone Usage Manager R2.0 User Guide for Android Power to you Copyright Vodafone Global Enterprise, Vodafone Group Plc, Vodafone House, The Connection 19 April 2017Newbury,

More information

Configuring DHCP for ShoreTel IP Phones

Configuring DHCP for ShoreTel IP Phones Configuring DHCP for ShoreTel IP Phones Network Requirements and Preparation 3 Configuring DHCP for ShoreTel IP Phones The ShoreTel server provides the latest application software and configuration information

More information

TROVIS 6600 Automation System for industrial processes

TROVIS 6600 Automation System for industrial processes TROVIS 6600 Automation System for industrial processes Graphical Project Management Tool Max. 40 characters for data point names Function blocks (temperature control circuits, autoclave loops, analog programmer,

More information

COCAINE (unless otherwise noted) amongst young people (ordered alphabetically by regions)

COCAINE (unless otherwise noted) amongst young people (ordered alphabetically by regions) AFRICA Southern Africa South Africa 13-22 6.7 2008 ARQ ; Select regions (Cape Town) AFRICA West and Central Africa Ghana 13-15 2.9 2007 ARQ AMERICAS Caribbean Antigua and Barbuda High School 1.7 1 0.7

More information

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Application Note Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Introduction This is an application note for connectivity of Lucent/Avaya

More information

Purchasing. Operations 3% Marketing 3% HR. Production 1%

Purchasing. Operations 3% Marketing 3% HR. Production 1% Agenda Item DOC ID IAF CMC (11) 75 For Information For discussion For decision For comments to the author IAF End User Survey results (October 211) This report summarises the total responses to the IAF

More information

EU Roaming Regulations

EU Roaming Regulations EU Roaming Regulations Product update Vodafone Partner Services April 2017 Contents 1. Introduction Background Overview Where can I roam 2. Consumer and SMB roaming changes What does this mean for customers

More information

Turquoise Terminal Returns User Guide for Creating & Uploading a Turquoise Terminal Return

Turquoise Terminal Returns User Guide for Creating & Uploading a Turquoise Terminal Return Turquoise Terminal Returns User Guide for Creating & Uploading a Turquoise Terminal Return End-User Documentation Page 1 of 11 Contents Accessing the Terminal Returns application 3 Creating a Terminal

More information

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz Date created: 11 July 2016 Last update: 18 August 2016 READERS REGULATORY CERTIFICATION BY COUNTRY. The following table consists of the current regulatory certifications for the readers. HID Global is

More information

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE APPLICATION NOTE Cisco 700/Cisco 700 Traffic offload allows exchange carriers to offload their telephony traffic to a packet network from the Public Switched Telephone Network (PSTN). By doing so, carriers

More information

Alternative phone number: Credit card/debit card number Expiry date: / / DD MM YYYY

Alternative phone number: Credit card/debit card number Expiry date: / / DD MM YYYY Enterprise application form - Employee Standard BMP Plans Step 1: Fill out your personal information Name (as in passport): Company name: Email ID: Office address: Nationality: Employee ID: Alternative

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 END-OF-LIFE NOTICE, NO. 2566 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 Cisco Systems announces the end of life of the Cisco Media Convergence Server 7845H-2400.

More information

Enterprise price plan guide Vodafone One Net Business

Enterprise price plan guide Vodafone One Net Business This Price Plan Guide applies to the price plans and is incorporated into the Commercial Terms between Vodafone and Customer and, together with the One Net General Terms and Conditions and Mobile Service

More information

MOBILE PRICE LIST. All prices include VAT at 20%. Rates are correct as at 1 October 2018 BUNDLES OTHER CHARGES

MOBILE PRICE LIST. All prices include VAT at 20%. Rates are correct as at 1 October 2018 BUNDLES OTHER CHARGES MOBILE PRICE LIST All prices include VAT at 20%. Rates are correct as at 1 October 2018 BUNDLES Bundle allowance 30 day 24 month (with handset) Unlimited minutes, unlimited texts 10.00 15.00-35.00 Unlimited

More information

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Application Note Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Introduction This note describes the interoperability between the Avaya

More information

Global entertainment and media outlook Explore the content and tools

Global entertainment and media outlook Explore the content and tools www.pwc.com/outlook Global entertainment and media outlook Explore the content and tools A comprehensive online source of global analysis for consumer/ end-user and advertising spending 5-year forecasts

More information

Patent Portfolio Overview May The data in this presentation is current as of this date.

Patent Portfolio Overview May The data in this presentation is current as of this date. Patent Portfolio Overview May 2018 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

International Roaming Critical Information Summaries JULY 2017

International Roaming Critical Information Summaries JULY 2017 Critical Information Summaries JULY 2017 Phone: Email: Website: Information about the service. Here s a quick summary of all the important bits about your Postpaid SkySmart Mobile International Roaming

More information

Cisco Extensible Provisioning and Operations Manager 4.5

Cisco Extensible Provisioning and Operations Manager 4.5 Data Sheet Cisco Extensible Provisioning and Operations Manager 4.5 Cisco Extensible Provisioning and Operations Manager (EPOM) is a Web-based application for real-time provisioning of the Cisco BTS 10200

More information

ThinkPad carrying cases offer protection and convenience for your mobile requirements

ThinkPad carrying cases offer protection and convenience for your mobile requirements Hardware Announcement ZG08-0695, dated vember 25, 2008 ThinkPad carrying cases offer protection and convenience for your mobile requirements Table of contents 1 At a glance 2 Product number 1 Overview

More information

Instructions. (For 6180 Industrial Computers) Applications. Overview & Safety

Instructions. (For 6180 Industrial Computers) Applications. Overview & Safety Instructions (For 6180 Industrial Computers) Applications This instruction sheet describes how to replace the following displays and backlights for 6180 Industrial Computers. All display kits contain a

More information

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Application Note Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Introduction This Application Note describes the interoperability

More information

Aruba Quick Start Guide

Aruba Quick Start Guide Aruba Quick Start Guide Before you can access the Web-based Web UI tools, which is the primary configuration interface for Aruba WLAN switches, the switch must be configured with basic system information

More information

Shell Global Helpline - Telephone Numbers

Shell Global Helpline - Telephone Numbers Shell Global Helpline - Telephone Numbers The Shell Global Helpline allows reports to be submitted by either a web-based form at or by utilising one of a number of telephone lines that will connect you

More information

Dataliner Message Displays Using DL50 Slaves with a DL40 Master

Dataliner Message Displays Using DL50 Slaves with a DL40 Master ALLEN-BRADLEY Dataliner Message Displays Introduction This application note describes how to use Dataliner DL50 slave displays with a DL40 display as a master. The DL40 master display contains all messages

More information

Reference Interconnect Offer Fix and Mobile (RIO F&M)

Reference Interconnect Offer Fix and Mobile (RIO F&M) 1 (17) Reference Interconnect Offer Fix and Mobile (RIO F&M) ORANGE LUXEMBOURG COMMUNICATIONS S.A. Version: 06 Document date: 05/02/2018 Version Status 01 Published for consultation on 21.11.2014 02 Adapted

More information

DATA APPENDIX. Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe

DATA APPENDIX. Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe DATA APPENDIX Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe I. ORIGINAL SERIES: DESCRIPTION A. ANNUAL AND QUARTERLY SERIES 1a. MARKET EXCHANGE

More information

Devices for LV overvoltage protection : Called Surge Protective Device (SPD) for Low Voltage. Different from high voltage : «surge arrester»

Devices for LV overvoltage protection : Called Surge Protective Device (SPD) for Low Voltage. Different from high voltage : «surge arrester» Dispositivos para Proteção contra Surtos em Baixa Tensão Alain Rousseau Presidente do SC 37A / WG 3 da IEC Devices for LV Overvoltage Protection. SC37A /WG3 Convener Alain Rousseau NORMA INTERNACIONAL

More information

U85026A Detector 40 to 60 GHz

U85026A Detector 40 to 60 GHz Operating and Service Manual U85026A Detector 40 to 60 GHz Serial Numbers This manual applies directly to U85026A detectors with serial numbers 100 and above. For additional information on serial numbers,

More information

Ibis SIM PARTNERSHIP PROGRAM. June 2016

Ibis SIM PARTNERSHIP PROGRAM. June 2016 Ibis SIM PARTNERSHIP PROGRAM June 2016 Page 1 of 12 KEY FACTS 195 countries offering services such as USSD Callback Voice, Prepaid Roaming SIM card, Prepaid Data Roaming. 2016 rollout of Ibis Chat - a

More information

ThinkPad carrying cases offer protection and convenience for your mobile requirements

ThinkPad carrying cases offer protection and convenience for your mobile requirements Lenovo United States Announcement 108-331, dated May 13, 2008 ThinkPad carrying cases offer protection and convenience for your mobile requirements Additional information... 3 Prices...7 At a glance New

More information

MINUTES AND TEXTS CUSTOMER MOBILE BOLT-ON GUIDE JUNE 2018 BOLT-ON WILL KEEP YOU IN CONTROL OF YOUR COSTS. INTERNATIONAL NUMBERS FROM YOUR MOBILE, THIS

MINUTES AND TEXTS CUSTOMER MOBILE BOLT-ON GUIDE JUNE 2018 BOLT-ON WILL KEEP YOU IN CONTROL OF YOUR COSTS. INTERNATIONAL NUMBERS FROM YOUR MOBILE, THIS CUSTOMER MOBILE BOLT-ON GUIDE JUNE 2018 DIALLING ABROAD WHILE AWAY FROM YOUR DESK? IF YOU RE CALLING INTERNATIONAL NUMBERS FROM YOUR MOBILE, THIS BOLT-ON WILL KEEP YOU IN CONTROL OF YOUR COSTS. MINUTES

More information

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP Carrier Services All IP Intelligent telephony In current times, being connected to the telephone network just isn t enough anymore; one needs to be INTERconnected with it, as it all has become IP. Along

More information

Wholesale Tariff Refresh. June 2017

Wholesale Tariff Refresh. June 2017 Wholesale Tariff Refresh June 2017 New Unlimited Text & Minute Single User Plan Summary Domestic rates, international and Rest of World Roaming as per current Red Pricing see Out of bundle charges detailed

More information

CRYPTO CLOUD SIM UNLIMITED DATA NO TRACEABILITY NO THIRD-PARTIES

CRYPTO CLOUD SIM UNLIMITED DATA NO TRACEABILITY NO THIRD-PARTIES CRYPTO CLOUD SIM UNLIMITED DATA NO TRACEABILITY NO THIRD-PARTIES Table of contents 03 Removing middleman from communication 04 Always stay connected 05 Extra security benefits 06 Global coverage, no extra

More information

Reference Interconnect Offer Fix and Mobile (RIO F&M)

Reference Interconnect Offer Fix and Mobile (RIO F&M) 1 (14) Reference Interconnect Offer Fix and Mobile (RIO F&M) Join Experience S.A. 11, rue de Bitbourg L-1273 Luxembourg registered with the Trade and Companies Register of Luxembourg under number B176835

More information

Griffin Training Manual Address Maintenance

Griffin Training Manual Address Maintenance Griffin Training Manual Address Maintenance The University of Chicago Alumni Relations and Development 2 Griffin Address Maintenance Revised 02/24/2015 Table of Contents Chapter 1: About Maintaining Biographic

More information

Enterprise price plan guide Vodafone One Net Business

Enterprise price plan guide Vodafone One Net Business This Price Plan Guide applies to the price plans and is incorporated into the Commercial Terms between Vodafone and Customer and, together with the One Net General Terms and Conditions and Mobile Service

More information

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Programming Note Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Manufacturing Part Number: 08757-90130 Printed in USA Print Date: July 1992 Agilent Technologies, Inc.

More information

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML Q & A CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML GENERAL QUESTIONS Q. What is the Cisco IP Phone 7970G? A. The 7970G is our latest state-of-the-art IP phone, which includes a large color,

More information

E-Seminar. Voice over IP. Internet Technical Solution Seminar

E-Seminar. Voice over IP. Internet Technical Solution Seminar E-Seminar Voice over IP Internet Technical Solution Seminar Voice over IP Internet Technical Solution Seminar 3 Welcome 4 Objectives 5 Telephony in Business 6 VoIP and IP Telephony 7 Traditional Telephony

More information

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks Customers want to transform their datacenter 80% global IT budgets spent on maintenance 28% time spent on administrative tasks Cloud is a new way to think about your datacenter Traditional model Dedicated

More information

Release Notes. V-Series 5.1

Release Notes. V-Series 5.1 Release Notes V-Series 5.1 Release Notes Version 5.1 Copyright Bottomline Technologies Limited, 2013. All Rights Reserved Information in this document is subject to change without notice and does not represent

More information

Quintiles vdesk Welcome Guide

Quintiles vdesk Welcome Guide Quintiles vdesk Welcome Guide Dear Quintiles Clinical ASP User, Quintiles is pleased to announce vdesk, an unique solution part of the Clinical ASP platform offer. Quintiles vdesk, is a virtual desktop

More information

Cisco Voice Services Provisioning Tool 2.6(1)

Cisco Voice Services Provisioning Tool 2.6(1) Data Sheet Cisco Voice Services Provisioning Tool 2.6(1) The Cisco Voice Services Provisioning Tool (VSPT) provides a GUI for the creation, modification, and execution of signaling connections, trunks,

More information

GW-WN150M 11b/g/n USB Wireless User Manual

GW-WN150M 11b/g/n USB Wireless User Manual GW-WN150M 11b/g/n USB Wireless User Manual Wireless Local Area Network USB Card (For 802.11b/g/n Wireless Networks) Contents 1 Overview... 1 1.1 Product Introduction... 1 1.2 System Requirements... 1 1.3

More information

Innovative Fastening Technologies

Innovative Fastening Technologies Innovative Fastening Technologies Corporate Overview 2011 Update Infastech is one of the world s largest producers of engineered mechanical fasteners with revenues exceeding USD500 million and an industry

More information

Oracle. Engagement Cloud Using Knowledge in Engagement Cloud. Release 13 (update 18B)

Oracle. Engagement Cloud Using Knowledge in Engagement Cloud. Release 13 (update 18B) Oracle Engagement Cloud Using Knowledge in Engagement Cloud Release 13 (update 18B) Release 13 (update 18B) Part Number E96141-06 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved.

More information

Using TAPS with +E.164 Directory Numbers

Using TAPS with +E.164 Directory Numbers Application Note Using TAPS with +E.164 Directory Numbers Page 1 of 8 Rev 1.1 September 17, 2010 Revision 1.1 Table of Contents INTRODUCTION 2 INSTALLING CISCO UNIFIED CONTACT CENTER EXPRESS 2 INSTALLING

More information

PIRLS 2016 INTERNATIONAL RESULTS IN READING

PIRLS 2016 INTERNATIONAL RESULTS IN READING Exhibit 6.2 and 6.3: School Emphasis on Academic Success The School Emphasis on Academic Success scale was administered to both principals and teachers. Exhibit 6.2 presents the results based on the principals

More information

Safety. Introduction

Safety. Introduction KickStart Guide Safety Introduction Safety precautions Before using this product, see the safety precautions associated with your instrument. The instrumentation associated with this software is intended

More information

User SIM Guide. We are responsive between 10AM-6PM AEST. We love seeing what our customers get up to!

User SIM Guide. We are responsive between 10AM-6PM AEST. We love seeing what our customers get up to! User SIM Guide Hello Thanks for purchasing & welcome to SimsDirect! This guide is here to help you use your SIM while traveling. Contact us We are responsive between 10AM-6PM AEST. @m.me/simsdirect @SimsDirect

More information

THE POWER OF A STRONG PARTNERSHIP.

THE POWER OF A STRONG PARTNERSHIP. THE POWER OF A STRONG PARTNERSHIP. Now you can harness a network of resources. Connections, knowledge, and expertise. All focused on your success. The Cisco Channel Partner Program. BE CONNECTED. Great

More information

Microsoft Dynamics 365 for Finance and Operations. Table of contents

Microsoft Dynamics 365 for Finance and Operations. Table of contents Microsoft Dynamics 365 for Finance and Operations Product localization and translation availability guide April 2018 update 1 Dynamics 365 for Finance and Operations Product localization and translation

More information

IGEL-Briefing March Managed Software and Hardware Thin Clients

IGEL-Briefing March Managed Software and Hardware Thin Clients IGEL-Briefing March 2016 Managed Software and Hardware Thin Clients Agenda IGEL Technology IGEL Partner Network IGEL Offering Software Products Hardware Products Why IGEL Cloud / VDI Solutions?

More information

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY APPLICATION NOTE ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY OVERVIEW Enhanced Interior Gateway Routing Protocol (EIGRP).Stub Router functionality, which Cisco introduced in Cisco

More information

Cisco Unified CallManager 4.0-PBX Interoperability: Mitel 3300 ICP Release 4.1 PBX to a Cisco 6608 Gateway using T1 QSIG with MGCP

Cisco Unified CallManager 4.0-PBX Interoperability: Mitel 3300 ICP Release 4.1 PBX to a Cisco 6608 Gateway using T1 QSIG with MGCP Application Note Cisco Unified CallManager 4.0-PBX Interoperability: Mitel 3300 ICP Release 4.1 PBX to a Cisco 6608 Gateway using T1 QSIG with MGCP Introduction This is an application note for connectivity

More information

Updates to Plastic Molding and Co-injection Modules (Catalog Numbers 1771-QDC and 1771-QI)

Updates to Plastic Molding and Co-injection Modules (Catalog Numbers 1771-QDC and 1771-QI) Release Note Updates to Plastic Molding and Co-injection Modules (Catalog Numbers 1771- and 1771-QI) What s in This Release Note? this symbol applies to module only QI applies to QI module only QI means

More information

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents Microsoft Dynamics 365 for Finance and Operations, Enterprise edition Product availability, localization, and translation guide July 2017 Update 1 Dynamics 365 for Finance and Operations, Enterprise edition

More information

BT One Phone Portal 2018

BT One Phone Portal 2018 BT One BT One Phone Release Notes [Subject] BT One Phone Portal 2018 Thresholds, Alerts & Capping Functionality Enhancing Cost Control The BT One Phone Portal already provides a one-stop shop for managing

More information

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST)

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST) Overcoming the Compliance Challenges of VAT Remittance 12 April 2016 15:55 to 16:30 (CEST) Presenters Nicole Jupin Vertex Inc. Senior Solutions Manager David Rossing Vertex Inc. Senior Tax Solutions Engineer,

More information

Patent Portfolio Overview July The data in this presentation is current as of this date.

Patent Portfolio Overview July The data in this presentation is current as of this date. Patent Portfolio Overview July 2017 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

Depending on the customer. Mobile Internet in Switzerland. 4G+ network (high speed) 300 Mbit/s (download) and 150 Mbit/s (upload)

Depending on the customer. Mobile Internet in Switzerland. 4G+ network (high speed) 300 Mbit/s (download) and 150 Mbit/s (upload) Business world The flexible mobile subscription for Switzerland and worldwide use in 126 countries. Calls and SMS/MMS - in Switzerland - from Switzerland to 126 countries - Included in 126 countries Surfing

More information

INTERDIGITAL. 4 th Quarter 2013 Investor Presentation. invention collaboration contribution InterDigital, Inc. All rights reserved.

INTERDIGITAL. 4 th Quarter 2013 Investor Presentation. invention collaboration contribution InterDigital, Inc. All rights reserved. INTERDIGITAL 4 th Quarter 2013 Investor Presentation invention collaboration contribution 1 2013 InterDigital, Inc. All rights reserved. Forward-Looking Statements 2 2013 InterDigital, Inc. All rights

More information

S8 AutoScore II System

S8 AutoScore II System Important: Remove this guide before handing the device to the patient. Pressures should only be adjusted by qualified personnel. S8 AutoScore II System Clinical Quick Setup Guide Setup is quick and easy

More information

Step 1: New Portal User User ID Created Using IdentityIQ (IIQ)

Step 1: New Portal User User ID Created Using IdentityIQ (IIQ) Rockwell Automation PartnerNetwork Portal Single Sign-on (SSO) Login to Rockwell Automation PartnerNewtork Portal for Commercial Programs Participants Scope: This job aid provides instructions on how to

More information

Where Are We Now? IPv6 Deployment Update

Where Are We Now? IPv6 Deployment Update 2017/TEL56/DSG/004 Agenda Item: 3.2.1 Where Are We Now? IPv6 Deployment Update Purpose: Information Submitted by: APNIC ICT Development Steering Group Meeting Bangkok, Thailand 14 December 2017 Where are

More information

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments Dr. Lutz Füllgraf Technology and Innovation for Insurance Conference 2007, Sydney 22 March 2007 Contents 1 Importance of a

More information

1. STATEMENT OF MARKET SERVED

1. STATEMENT OF MARKET SERVED DATES OF EVENT: Conference: June 18 22, 2017 Exhibits: June 19 21, 2017 LOCATION: Austin Convention Center, Austin, TX EVENT PRODUCER/MANAGER: Company Name: Association for Computing Machinery (ACM) Electronic

More information

Cisco Catalyst 2950 Series Software Feature Comparison Standard Image (SI) and Enhanced Image (EI) Feature Comparison

Cisco Catalyst 2950 Series Software Feature Comparison Standard Image (SI) and Enhanced Image (EI) Feature Comparison Product Bulletin No. 1855 Cisco Catalyst 2950 Series Software Comparison and Comparison The Cisco Catalyst 2950 Series switches include two software image versions that support different degrees of functionality

More information

TotalPatent v. TotalPatent. TotalPatent. TotalPatent

TotalPatent v. TotalPatent. TotalPatent. TotalPatent TotalPatent TotalPatent TotalPatent TotalPatent v TotalPatent TotalPatent TotalPatent TotalPatent v TotalPatent Content 22 Â µ v 74 US 1836; EP 1978; WO 1978; CH 1888; DE 1890; GB 1890; NL 1915 Â Â Additional

More information

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS CISCO SUCCESS BUILDER. IT S MORE THAN AN INCENTIVE PROGRAM.

More information

Products.

Products. http://www.lifetrac.com/products/ Products LifeTrac MobileProtector The LifeTrac MobileProtector is a ruggedized, weather-proof GPS locator-phone able to withstand extreme conditions and uses. It is perfect

More information

For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops

For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops $200 OFF HANDSETS For new line / port-in / re-contract on mysim e 90 and above plan Reg+ and above plan $150 OFF HANDSETS

More information

IMPORTANT NOTICE RELATING TO THIS DOCUMENT

IMPORTANT NOTICE RELATING TO THIS DOCUMENT IMPORTANT NOTICE RELATING TO THIS DOCUMENT Prior to August 1, 2001, the services contained herein were furnished under a tariff filed with the Federal Communications Commission and now canceled. Beginning

More information

Instructions. (For 6180 Industrial Computers) Installing a Processor Upgrade

Instructions. (For 6180 Industrial Computers) Installing a Processor Upgrade Instructions (For 6180 Industrial Computers) This document describes how to remove or install a Pentium processor in the 6180 Industrial Computer. Processor specifications are also provided. Installing

More information

Home Resources for Learning Scale

Home Resources for Learning Scale Home Resources for Learning Scale The Home Resources for Learning (HRL) scale was created based on students and parents responses concerning the availability of five resources described below. Items in

More information

Cisco HCS Country Dial Plans

Cisco HCS Country Dial Plans Introduction to Country Dial Plans for Cisco Unified Communications Domain Manager 8.1(x), page 1 Guidelines for Deploying Country Dial Plans, page 4 Load a Country-Specific Dial Plan, page 4 Introduction

More information

Business Mobile Plans

Business Mobile Plans PRODUCT SOLUTIONS Business Mobile Plans JERSEY Whatever the size of your business, we can provide the ideal mobile solution for you. Our tariffs are flexible to suit all kinds of businesses and are designed

More information

Business Mobile Plans

Business Mobile Plans PRODUCT SOLUTIONS Business Mobile Plans CHANNEL ISLANDS Whatever the size of your business, we can provide the ideal mobile solution for you. Our tariffs are flexible to suit all kinds of businesses and

More information