Technical Briefing on Application Programming Interface (API)

Size: px
Start display at page:

Download "Technical Briefing on Application Programming Interface (API)"

Transcription

1 Technical Briefing on Application Programming Interface (API) TICFMB Web-Based E-Levy System Travel Industry Compensation Fund Management Board (TICFMB) 9 November 2017

2 Rundown 1. Introduction to E-levy System 2. E-Franking API Specifications 3. Generation of API Key 4. API E-Frank Demo 5. Implementation Considerations Suggested for TAs 6. Q&A 7. Evaluation 2

3 Introduction to E-levy System 3

4 What is E-levy? E-levy is a web-based system, which will enable Ø travel agents to make levy payments reload their e-levy accounts apply for refund of levies paid Ø outbound travellers to check levy payment status and hence, protection under the TICF 4

5 Some Salient Features 1. Response time for e-franking is less than 4 seconds (peak loading) 2. Calculation of levy amount may be rounded up to the nearest $ notification on reload/refund request status, low account balance and maximum levy amount reached can be provided 4. For E-Franking API, optional additional security measures including IP address restriction and two-way SSL are provided 5

6 E-levy Payment (Travel Agent) Data input Customer Conventional Booking internet E-levy System E-booking API: Application Programming Interface 6

7 E-levy Payment (Travel Agent) Data input Levy data Amount of outbound fare received Customer Conventional Booking Receipt number internet Full name internet of payer/traveller, or name of company/corporation Departure date E-levy System Last 4 digits of contact phone number E-booking API: Application Programming Interface 7

8 E-levy Payment (Travel Agent) Data returned Customer Conventional Booking E-levy stamp Levy collection internetnumber internet Levy internet data (for API only) E-levy System E-booking API: Application Programming Interface 8

9 E-levy Stamp Max C2 Franked date 14-digit levy collection number URL 23-character TA s name (Same as existing franking machines) TA s receipt number Copy number (if any) 9

10 An Important Note for Travel Agents and their Technical Staff The Travel Agents Ordinance requires that levy shall be payable in respect of every outbound fare received by a travel agent. As the API will send, amongst other data, the "amount of outbound fare received" to the E-levy System for calculation and payment of levy due, Travel Agents and their technical staff are obliged to ensure that the amount sent to the E-levy System include all items that make up the "outbound fare" as stipulated under the Travel Agents Ordinance. In setting up the API, Travel Agents and their technical staff, in-house or out-sourced, should ensure that this requirement is fully complied with in the customisation work. They should consult TIC in case of doubt about items that are subject to levy payment. 10

11 E-Franking API Specifications 11

12 API Specification 1. SOAP 1.2 over HTTPS, WSDL WSDL provided in the interface specification, for generating proxy classes with the dev tool 3. Web service endpoints, to be confirmed in later stages, currently temporary URL will be used: 4. Input fields of LevyEFrankRequest 5. Output fields of LevyEFrankResponse 6. Error codes 12

13 Input fields of LevyEFrankRequest Item Field Name Format Manda Description tory 1 API_KEY X(36) Y API Key of the Travel Agent. Should be generated / re-generated through online function 2 RECEIPT_NUMB ER X(50) Y Receipt number to be franked. Should be unique for each E-Frank record. 3 OUT_BOUND_FA RE_PAID 9(8).9(2) Y Decimal value with at most 2 decimal places is allowed. 4 NAME_OF_TRAV ELER_PAYER X(100) Y Name of the Traveler / Payer or Company in either Tranditional Chinese, Simplified Chinese or English language. The encoding 5 DEPARTURE_DA TE 6 LAST_4_DIGIT_O F_CONTACT_PH ONE_NUMBER should be UTF-8. X(10) Y Departure Date in YYYY-MM-DD format. Should not be earlier than the current date. YYYY - Year MM - Month DD - Day 9(4) Y A 4-digit numeric value of the last 4 digits of contact phone number 13

14 Output fields of LevyEFrankResponse Item Field Name Format Manda Description tory 1 ACK_CODE X(1) Y Acknowledgment code of the LevyEFrank operation. S Successful V Validation of the data element in LevyEFrankRequest failed. B Insufficient Account Balance X Other System Error 2 ACK_MESSAGE X(500) N Acknowledgment message of the LevyEFrank operation. 3 RECEIPT_NUMB ER For ACK_CODE = S, the field will be OK. For ACK_CODE = V or B or X, the field will be in the following format: [Error Code 1] Error Message 1, [Error Code 2] Error Message 2, X(50) N Same data as in the input type LevyEFrankRequest for both successful and unsuccessful LevyEFrank operations. 4 OUT_BOUND_FA 9(8).9(2) N Same data as in the input type 14

15 Output fields of LevyEFrankResponse Item Field Name Format Manda Description tory 4 OUT_BOUND_FA RE_PAID 9(8).9(2) N Same data as in the input type LevyEFrankRequest for both successful and 5 NAME_OF_TRAV ELER_PAYER 6 DEPARTURE_DA TE 7 LAST_4_DIGIT_O F_CONTACT_PH ONE_NUMBER 8 FRANK_DATE_TI ME unsuccessful LevyEFrank operations. X(100) N Same data as in the input type LevyEFrankRequest for both successful and unsuccessful LevyEFrank operations. X(10) N Same data as in the input type LevyEFrankRequest for both successful and unsuccessful LevyEFrank operations. 9(4) N Same data as in the input type LevyEFrankRequest for both successful and unsuccessful LevyEFrank operations. X(19) N Frank Date and Time in YYYY-MM-DD HH:MI:SS format. Will be empty if the LevyEFrank operation is not successful. YYYY - Year MM - Month DD - Day HH - Hour in 24-hour format MI - Minute SS Second 9 LEVY_COLLECTI X(14) N Levy Collection Number of the Levy Stamp. 15

16 Output fields of LevyEFrankResponse Item Field Name Format Manda Description tory 9 LEVY_COLLECTI ON_NUMBER X(14) N Levy Collection Number of the Levy Stamp. Will be empty if the LevyEFrank operation is unsuccessful. 10 LEVY_AMOUNT X(11) N Levy Amount. Will be empty if the 11 LOW_ACCOUNT_ BALANCE_INDIC ATOR LevyEFrank operation is unsuccessful. X(1) N Low Account Balance Indicator. Will be empty if the LevyEFrank operation is unsuccessful. 0 No Alert 1 First Alert 2 Repeated Alert 12 LEVY_STAMP BINARY N Levy Stamp file in PNG format. Will be empty if the LevyEFrank operation is unsuccessful. Size of the stamp: Width: 830 pixels Height: 236 pixels Resolution: 300 dpi Print size: About 7 cm x 2 cm 16

17 Error Codes Error Code WS-E001 WS-E002 WS-E003 WS-E004 WS-E005 WS-E006 WS-E007 WS-E008 WS-E009 WS-E010 WS-E011 Error Message Missing value of <field name>. Value of <field name> must be within <number> characters. Value of <field name> must be between <minimum value> and <maximum value>. Invalid value of <field name>. Departure Date should not be earlier than the current date. API Key not found. Receipt number not match with the pre-defined format. Same receipt number already exist in the system. Levy amount exceeded the pre-defined limit of your company. Insufficient account balance. System error. Please contact support and provide the following information: 17

18 Generation of API Key 18

19 API Key Obtain from the E-levy System by TA s User Admin 1. Login to E-levy System 2. Settings > API Settings 3. Generate API Key 19

20 Additional Security Options for API IP Address Restriction Provide 1 or more source WAN IP(s) for checking along with the API Key come with the requests. Two-way SSL Please contact E-levy support team and provide the your certificate without private key for setting up. When making request to the E-Levy API, attached your certificate as client certificate. 20

21 API E-Frank Demo 21

22 Demonstration of E-Franking API Open source SOAP testing tool SoapUI will be used 1. Copy WSDL from the interface specification to a file 2. Create a new SOAP project 3. Generate sample request 4. Test with the sample request 5. Normal case 6. Exception case 22

23 Implementation Considerations Suggested for TAs 23

24 Implementation Considerations Suggested for TAs 1. Reduce dependency between your system and the E-levy API 2. Implement a switch for release management and E-levy System scheduled maintenance 3. Check all input values before passing into the E-levy system 4. Handle exceptions returned from the E-levy API and unexpected exceptions 5. Implement retry logic for unexpected connectivity error, levy amount will not be deducted twice 6. Provide own alerts with the low account balance indicator returned from E-levy API 7. Keep the responses from E-levy System for management purpose 8. Consider whether additional security is required 24

25 Q&A 25

26 For enquires about the E-Levy System, please contact the E-Levy Project Team: Mr. Andrew Tam Tel. No.: projectelevy@deloitte.com.hk Website : 26

27

Seminar on the TICFMB Web-Based E-Levy System

Seminar on the TICFMB Web-Based E-Levy System Seminar on the TICFMB Web-Based E-Levy System Travel Industry Compensation Fund Management Board (TICFMB) 3 August 2017 Web-based E-Levy System What s in it for me? 2 Rundown 1. Background 2. Workings

More information

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

We currently are able to offer three different action types:

We currently are able to offer three different action types: SMS Inbound Introduction SMS Inbound provides a simple to use interface for receiving inbound MMS messages. Inbound Message Actions Inbound Message Actions in SMS Inbound are things that our system can

More information

Footprints Web Services API Version 2.0 Date: Monday 24 September 2007

Footprints Web Services API Version 2.0 Date: Monday 24 September 2007 Footprints Web Services API Version 2.0 Date: Monday 24 September 2007 1 of 8 Table of Contents Table of Contents... 2 Background... 3 Requirements... 3 Typical Donation Process... 3 Cancelling a donation...

More information

DEVELOPER GUIDE PART B CONNECTOR REQUIREMENTS

DEVELOPER GUIDE PART B CONNECTOR REQUIREMENTS DEVELOPER GUIDE PART B CONNECTOR REQUIREMENTS Warning: This is a redacted version of the SIDES Developer Guide and is NOT the latest version. For development, log into the Members Site and obtain the latest

More information

The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform.

The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform. The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform. The Merit Palk API is a RESTful API that is used to access Merit Palk companies using HTTP and JSON. The API

More information

API Documentation. Release Version 1 Beta

API Documentation. Release Version 1 Beta API Documentation Release Version 1 Beta Document Version Control Version Date Updated Comment 0.1 April 1, 2016 Initialize document 1 Release version PROMOTEXTER V3 BETA - API Documentation 1 Table of

More information

Guide Swish QR Code specification

Guide Swish QR Code specification Version 1.6 Guide Swish QR Code specification Integration Guide Datum: 2017/07/07 Table of content 1 Introduction... 3 2 Payment flows... 3 2.1 Swish C2B flow with QR code... 3 3 Create QR code via getswish.se...

More information

Before you start! : 1. It is important to know some things code, before starting the deal with this file.

Before you start! : 1. It is important to know some things code, before starting the deal with this file. Introduction: Do you have a special program you want linking it with the mobile messaging service SMS? We offer you in the SMS Mobily.ws service gate transmission API that lets you effortlessly connect

More information

OKPAY guides INTEGRATION OVERVIEW

OKPAY guides INTEGRATION OVERVIEW Название раздела OKPAY guides www.okpay.com INTEGRATION OVERVIEW 2012 Contents INTEGRATION OVERVIEW GUIDE Contents 1. Payment System Integration 2. OKPAY Integration Types 2.1. Basic Payment Links and

More information

A guide to setting up and using your NOW: Pensions Trust bureau microsite. Bureau user guide v2 PM /5

A guide to setting up and using your NOW: Pensions Trust bureau microsite. Bureau user guide v2 PM /5 A guide to setting up and using your NOW: Pensions Trust bureau microsite Bureau user guide v2 PM00050.0815/5 0 Bureau Site Management initial set up and data maintenance Contents: Step 1 Logging in for

More information

Service of Payment Information Exchange and Executing System (PIEES) API Version 1.1

Service of Payment Information Exchange and Executing System (PIEES) API Version 1.1 EVP International, JSC Service of Payment Information Exchange and Executing System (PIEES) API Version 1.1 Vilnius August 24, 2015 Contents Introduction... 3 Definitions... 3 References... 3 Description

More information

Mobile Banking Online Banking Features Dashboard Pending Transactions Account Export Bill Pay Online Bill Pay

Mobile Banking Online Banking Features Dashboard Pending Transactions Account Export Bill Pay Online Bill Pay 3 5 6 6 7 8 Desktop need to use the last 4 digits of their social security number or Telephone banking/dial PIN as their password. If help is needed logging on, please call Member Services and a representative

More information

Steps to Create an Expense Report (ER) in CUNYfirst:

Steps to Create an Expense Report (ER) in CUNYfirst: Steps to Create an Expense Report (ER) in CUNYfirst: All CUNY, NY State and NY City guidelines/regulations pertaining to the use of tax levy funds are in effect and they must be strictly adhered to when

More information

Cloud Service Level Agreement

Cloud Service Level Agreement Cloud Service Level Agreement This Cloud Service Level Agreement is part of your Cloud Terms of Service. 1. DEFINITIONS The following definitions shall apply for purposes of this Cloud Service Level Agreement:

More information

API Application Going Live. Zhuowei Yang

API Application Going Live. Zhuowei Yang API Application Going Live Zhuowei Yang Agenda API Credentials Best Practices Application Compatibility Check 2 API Credentials API credentials API credentials and User Token Token Tool for single user

More information

Cloud Service Level Agreement

Cloud Service Level Agreement Cloud Service Level Agreement This Cloud Service Level Agreement is part of your Cloud Terms of Service. 1. DEFINITIONS The following definitions shall apply for purposes of this Cloud Service Level Agreement:

More information

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany -

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany - Open XML Gateway User Guide Conventions Typographic representation: Screen text and KEYPAD Texts appearing on the screen, key pads like e.g. system messages, menu titles, - texts, or buttons are displayed

More information

Release Notes. Concur Connect. Release Notes... 1

Release Notes. Concur Connect. Release Notes... 1 Release Notes Concur Connect Month Audience Contents Release Notes... 1 Documentation... 1 Portal Documentation Format Change... 1 Web Services... 2 Expense: Get List of Reports Function Updated... 2 Itinerary:

More information

HTTP API. https://www.smsn.gr. Table of Contents

HTTP API. https://www.smsn.gr. Table of Contents HTTP API https://www.smsn.gr Table of Contents Send SMS...2 Query SMS...3 Multiple Query SMS...4 Credits...5 Save Contact...5 Delete Contact...7 Delete Message...8 Email: sales@smsn.gr, Τηλ: 211 800 4200,

More information

Supplier Quick Reference and How To Guide

Supplier Quick Reference and How To Guide and How To Guide For Help or Support support@primerevenue.com Toll Free USA & Canada: 1 800 557 8047 Toll Free Europe: 00800 7746 3000 Toll Free Asia: 001 800 7746 3000 Toll Free Australia: 1 800 217 718

More information

Copyright ATRIL Language Engineering, S.L. All rights reserved.

Copyright ATRIL Language Engineering, S.L. All rights reserved. Us er ʼ sgui de T ea M Ser v er TEAMs er v e r dé j à v u LEGAL NOTICE This document is provided for informational purposes only and ATRIL makes no warranties, either express or implied, in this document.

More information

Client-Account Receivable

Client-Account Receivable Nexsure Training Manual - Accounting Client-Account Receivable In This Chapter Client Accounts Receivable Entity Definition Receive Payments from Clients Relating to Policies Allocation of Payment Leave

More information

MERCERSPECTRUM EMPLOYER USER GUIDE

MERCERSPECTRUM EMPLOYER USER GUIDE MERCERSPECTRUM EMPLOYER USER GUIDE WHAT DO YOU WANT TO DO TODAY? Getting started... 2 Day-to-day processing... 3 Linking the Choice fund to your Employer Fund List...4 Choice Fund exists but is not linked

More information

Back Up and Restore Cisco DNA Center

Back Up and Restore Cisco DNA Center About Backup and Restore, page 1 Back Up the DNA Center, page 2 Restore DNA Center, page 3 About Backup and Restore The backup and restore procedure for DNA Center can be used for the following purposes:

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

Seals Web Service V1.0 Cookbook Version 2.1. This document is provided to you free of charge by the. ehealth platform

Seals Web Service V1.0 Cookbook Version 2.1. This document is provided to you free of charge by the. ehealth platform Seals Web Service V1.0 Cookbook Version 2.1 This document is provided to you free of charge by the ehealth platform Willebroekkaai 38 38, Quai de Willebroeck 1000 BRUSSELS All are free to circulate this

More information

Administration Guide for Resellers

Administration Guide for Resellers Administration Guide for Resellers Version 1.1 (August 18th, 2016) REC.VC is a cloud service by REC.VC Administration Guide for Resellers, Version 1.1 (August 18th, 2016) 1 REC.VC Administration Guide

More information

2Checkout Instant Notification Service

2Checkout Instant Notification Service INS User Guide Revision 1.11 2Checkout Instant Notification Service User Guide Table of Contents Introduction...2 INS System...2 Overview...2 Message Opt-In...2 Message Specifications...3 Messages Supported...3

More information

Pathways Frequently Asked Questions (FAQ)

Pathways Frequently Asked Questions (FAQ) Pathways Frequently Asked Questions (FAQ) General General General Transfers Admin Admin Money Trans Reports Reports Money Trans Admin 1. Is my web browser compatible with PATHWAYS? 2. I want to see my

More information

Uploading a Form. 1. Login Screen. 2. Filled Forms Page

Uploading a Form. 1. Login Screen. 2. Filled Forms Page Uploading a Form 1. Login Screen You will be provided a link to this login screen by an administrator at either Victoria Forms or your organisation. To begin the process of uploading a form you must first

More information

Additional Connectivity Options

Additional Connectivity Options Additional Connectivity Options from the book SAP Cloud Platform Integration by Bilay, Gutsche, Krimmel, and Stiehl Your guide to mastering SAP Cloud Platform Integration! In this online appendix, we briefly

More information

External HTTPS Trigger AXIS Camera Station 5.06 and above

External HTTPS Trigger AXIS Camera Station 5.06 and above HOW TO External HTTPS Trigger AXIS Camera Station 5.06 and above Created: October 17, 2016 Last updated: November 19, 2016 Rev: 1.2 1 Please note that AXIS does not take any responsibility for how this

More information

Classical music concerts & recitals Tariff LC ( ) Effective from 1st July 2017 (Also showing previous year s details in brackets)

Classical music concerts & recitals Tariff LC ( ) Effective from 1st July 2017 (Also showing previous year s details in brackets) Classical music concerts & recitals Tariff LC (2017.07) Effective from 1st July 2017 (Also showing previous year s details in brackets) 1. Scope of tariff This tariff applies to performances of controlled

More information

An atmail cloud licence is a single licence type that includes the following features: webmail; contacts; calendars; tasks and files.

An atmail cloud licence is a single licence type that includes the following features: webmail; contacts; calendars; tasks and files. FAQ: atmail cloud Last updated 27 November 2018 SALES How do I contact atmail Sales? Please complete the Contact Us form on our site. What does an atmail cloud licence include? An atmail cloud licence

More information

VISA QIWI WALLET PULL PAYMENTS API ver. 2.1

VISA QIWI WALLET PULL PAYMENTS API ver. 2.1 VISA QIWI WALLET PULL PAYMENTS API ver. 2.1 USER GUIDE ver. 2.0 MOSCOW 8-495-783-5959 RUSSIA 8-800-200-0059 FAX 8-495-926-4619 WEB WWW.QIWI.COM 1 CONTENT 1. INTRODUCTION... 3 1.1. PURPOSE OF THE API...

More information

CHAPTER 6: ROUTE & REVIEW FOR TEMPORARY DUTY

CHAPTER 6: ROUTE & REVIEW FOR TEMPORARY DUTY CHAPTER 6: ROUTE & REVIEW FOR TEMPORARY DUTY Routing Officials (ROs) use the Route & Review module of DTS to examine the details and approve TDY authorizations, group authorizations, vouchers from TDY

More information

Printing a Poster in Adobe Photoshop

Printing a Poster in Adobe Photoshop Issue Date: May 6, 2008 Page 1 Printing a Poster in Adobe Photoshop This document outlines how to print to the large format printer (plotter) from within Adobe Photoshop. Typical file types for this could

More information

Pre-Bid Queries for Providing & Implementing of Bulk SMS Solution/Service

Pre-Bid Queries for Providing & Implementing of Bulk SMS Solution/Service 1 Page 11 Point 11 Bidder should have tie up/ arrangements with multiple service providers for outbound messages. ICSI will not enter into any agreement with any other service provider (other than L1 vendor)

More information

CLIENT MANUAL USER MANUAL. Sky Travellers Page 1. Dubai, UAE. Skytravellers.com

CLIENT MANUAL USER MANUAL.  Sky Travellers Page 1. Dubai, UAE. Skytravellers.com http://partner.skytravellers.com/ CLIENT MANUAL Dubai, UAE Skytravellers.com P.O. Box: 89634, Office No. 109, Business Point, Port Saeed, Deira, Dubai, UAE, Tel: +971 4 2989880 Fax: + 971 4 2941413 e-mail:

More information

Elastic Load Balance. User Guide. Issue 14 Date

Elastic Load Balance. User Guide. Issue 14 Date Issue 14 Date 2018-02-28 Contents Contents 1 Overview... 1 1.1 Basic Concepts... 1 1.1.1 Elastic Load Balance... 1 1.1.2 Public Network Load Balancer...1 1.1.3 Private Network Load Balancer... 2 1.1.4

More information

Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation)

Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation) Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation) Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation) Table of Contents Part I Introduction

More information

Mobile Phone Banking Users Guide

Mobile Phone Banking Users Guide Internet Business Service Provider Mobile Phone Banking Users Guide IBSP Hong Kong Ltd Suite 2909-10, 29/F. China Resources Building, No. 26 Harbour Road, Wanchai, Hong Kong 2012-05-01 Version 1.7 IBSP

More information

AgentWorks Administrator and Manager User Guide - Release 12.5

AgentWorks Administrator and Manager User Guide - Release 12.5 AgentWorks Administrator and Manager User Guide - Release 12.5 March 21, 2013 2012 MoneyGram InternationalAll rights reserved. Table of Contents Registration Overview... 2 1. Initial Log In AgentWorks

More information

Apigee Edge Cloud. Supported browsers:

Apigee Edge Cloud. Supported browsers: Apigee Edge Cloud Description Apigee Edge Cloud is an API management platform to securely deliver and manage all APIs. Apigee Edge Cloud manages the API lifecycle with capabilities that include, but are

More information

Integration of Identity Provider for Single Sign-On

Integration of Identity Provider for Single Sign-On Integration of Identity Provider for Single Sign-On InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Integration of Identity Provider for Single Sign-On InCommon Certificate Manager

More information

SOAP WebService. User Manual Version Copyright Route Mobile Limited All Rights Reserved.

SOAP WebService. User Manual Version Copyright Route Mobile Limited All Rights Reserved. SOAP WebService User Manual Version 1.0.0 1 Copyright Route Mobile Limited 2014. All Rights Reserved. Introduction SOAP web service provides functionality for maintaining contact book, sending single message

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Monitoring WAAS Using XML API

Monitoring WAAS Using XML API CHAPTER 4 This chapter describes how to use the WAAS API to monitor your WAAS devices and how to use soapui with the WAAS API interface. This chapter contains the following sections: Information About

More information

Terms and Conditions for Pixel Hosting UK

Terms and Conditions for Pixel Hosting UK Terms and Conditions for Pixel Hosting UK The following terms apply at pixelhosting.uk as of 8th May 2016 for new customers or 4th June 2016 for existing customers. General Customers must be a minimum

More information

Technical Support. Web site. 24online Support Contact. ( a) Technical support (Corporate Office):

Technical Support. Web site.   24online Support Contact. ( a) Technical support (Corporate Office): Technical Support Please feel free to contact us for any of your query, comments, or requests concerning the software you purchased, your registration status, or similar issues to Customer Care/Service

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of Integrator Login... 5 Option

More information

DentaQuest HIPAA Transaction Standard Companion Guide

DentaQuest HIPAA Transaction Standard Companion Guide DentaQuest HIPAA Transaction Standard Companion Guide 837D 005010X224A2 Version 1.0 January 2016 January 18, 2016 1 Disclosure Statement 2015 DentaQuest, LLC. All rights reserved. This document may be

More information

Nexetic Shield Backup Control Panel. Getting Started

Nexetic Shield Backup Control Panel. Getting Started Nexetic Shield Backup Control Panel Getting Started Vendor Information General Information page contains basic and contact information of the Vendor Support email and Support phone are important, as they

More information

WestJet BIZ. User Manual. Contents. General Information 1. Profile categories

WestJet BIZ. User Manual. Contents. General Information 1. Profile categories Here is a step-by-step guide to help your team navigate the WestJet Biz website. Please note that your company will require an administrator to create the travel arranger profiles. The administrator will

More information

Comodo Certificate Manager Software Version 5.0

Comodo Certificate Manager Software Version 5.0 Comodo Certificate Manager Software Version 5.0 Introduction to Auto-Installer Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions 1. How do I access the site to fill up the online application? An applicant should log on to http://upsconline.nic.in/ to access the home page of the online application. 2. When

More information

China Telecom Corporation Limited Shanghai Branch (China. Telecom Shanghai) Pre-paid e-home 100Mbps and 200Mbps Broadband Package

China Telecom Corporation Limited Shanghai Branch (China. Telecom Shanghai) Pre-paid e-home 100Mbps and 200Mbps Broadband Package China Telecom Corporation Limited Shanghai Branch (China Telecom Shanghai) Pre-paid e-home 100Mbps and 200Mbps Broadband Package (Fiber Network) Terms and Conditions (2015/C) SHDX/F/JL/F/0/SC-128-2015

More information

Users Manual The University of North Florida s Travel, Expense, Booking and P-Card Application

Users Manual The University of North Florida s Travel, Expense, Booking and P-Card Application Users Manual The University of North Florida s Travel, Expense, Booking and P-Card Application Page 1 REV.4 Contents Section 1: Welcome to Concur... 3 Section 2: Getting Assistance... 3 Section 3: Logging

More information

IBM EXAM - C IBM Tivoli Federated Identity Manager V6.2.2 Implementation. Buy Full Product.

IBM EXAM - C IBM Tivoli Federated Identity Manager V6.2.2 Implementation. Buy Full Product. IBM EXAM - C2150-575 IBM Tivoli Federated Identity Manager V6.2.2 Implementation Buy Full Product http://www.examskey.com/c2150-575.html Examskey IBM C2150-575 exam demo product is here for you to test

More information

Nexsure Training Manual - Accounting. Chapter 7

Nexsure Training Manual - Accounting. Chapter 7 Nexsure Training Manual - Accounting Vendor Entries In This Chapter Vendor Entries at the Organization and Territory Level Vendor Entity Definition Disbursements to Vendors Line Item Distribution Receiving

More information

ORACLE UTILITIES OPOWER PROFESSIONAL SERVICES DESCRIPTIONS

ORACLE UTILITIES OPOWER PROFESSIONAL SERVICES DESCRIPTIONS ORACLE UTILITIES OPOWER PROFESSIONAL SERVICES DESCRIPTIONS Oracle Utilities Opower Service Bundle Fees...3 Oracle Utilities Opower Basic Service Bundle Fee... 3 Oracle Utilities Opower Standard Service

More information

TECHNICAL SPECIFICATIONS FOR THE PROCESSING OF SEPA CREDIT TRANSFER ORDERS AND SEPA PAYMENT RETURN ORDERS

TECHNICAL SPECIFICATIONS FOR THE PROCESSING OF SEPA CREDIT TRANSFER ORDERS AND SEPA PAYMENT RETURN ORDERS Appendix 1.1 TECHNICAL SPECIFICATIONS FOR THE PROCESSING OF SEPA CREDIT TRANSFER ORDERS AND SEPA PAYMENT RETURN ORDERS 1 GENERAL PROVISIONS 1.1 Each participant shall pass a series of tests to prove its

More information

User Guide for. Brickwork Version: 5+ Created: September 2017

User Guide for. Brickwork Version: 5+ Created: September 2017 User Guide for Brickwork Version: 5+ Created: September 2017 Toll Free: 1.888.955.5455 Fax: 604.682.1715 email: iats@iatspayments.com www.iatspayments.com 1 Contact Information...3 2 Custom Objects and

More information

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started 1 Virtual Terminal Quick Reference Guide Virtual Terminal Quick Reference Guide Getting Started 2 Virtual Terminal Quick Reference Guide What you need Internet enabled laptop or computer Virtual Terminal

More information

Bluewave Professional Pet Sitter Demo Guide

Bluewave Professional Pet Sitter Demo Guide Bluewave Professional Pet Sitter Demo Guide This document is in draft status. We are actively writing, editing and changing the content. Once we ve finished the content, we will have a editor review the

More information

B2B WEBSITE 2017 USER GUIDE VOYAGES-SNCF.EU

B2B WEBSITE 2017 USER GUIDE VOYAGES-SNCF.EU USER GUIDE VOYAGES-SNCF.EU HOMEPAGE - UNCONNECTED 2 HOMEPAGE - UNCONNECTED URL address remains the same Login: username & password remain the same Create a new agency account 3 CREATE A NEW AGENCY ACCOUNT

More information

SSL - Testing The Purchase Process. How To Make Test Purchases in Order to Understand the Purchase Process

SSL - Testing The Purchase Process. How To Make Test Purchases in Order to Understand the Purchase Process SSL - Testing The Purchase Process How To Make Test Purchases in Order to Understand the Purchase Process Updated: January 6, 2018 Table of Contents Table of Contents Overview... 1 Setting Up Testing Mode...

More information

IERG Term 2 Tutorial 9

IERG Term 2 Tutorial 9 IERG4210 2014-15 Term 2 Tutorial 9 Wenrui Diao Department of Information Engineering The Chinese University of Hong Kong March 16, 2015 1 Outline 1. Domain Name 2. Assignment Phase 4b -- Apply SSL certificate

More information

Embedded Event Manager (EEM)

Embedded Event Manager (EEM) CHAPTER 12 This chapter consists of the following: What is EEM? Components of Cisco IOS EEM Types of Actions What is EEM? EEM (Embedded Event Manager) is an IOS technology that runs on the control plane

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

KHEDS Account Creation and Maintenance URL:

KHEDS Account Creation and Maintenance URL: KHEDS Account Creation and Maintenance URL: www.kansasregents.org The KBOR website has both a public and private section. Aggregate reports appropriate for public viewing can be found on the website without

More information

E-surfing Fly Young 4G Data Usage Package. Free Incoming Call. Domestic Domestic

E-surfing Fly Young 4G Data Usage Package. Free Incoming Call. Domestic Domestic China Telecom Corporation Limited Shanghai Branch Terms and Conditions of Promotion for Fly Young 4G Data Usage Package (2016/B) SHDX/F/JL/F/0/SC-113-2016 I. Promotion Period: II. Promotion Target: III.

More information

User Manual performancedogs.com

User Manual   performancedogs.com User Manual www.e performancedogs.com 14th July 2013 Version 1.3 Brett Farrell DET NSW [Pick the date] Table Of Contents Table Of Contents... 0 Overview... 3 Screen Flows... 4 Main Window... 4 Results...

More information

SNC-G7 Series. Version Upgrade Guide

SNC-G7 Series. Version Upgrade Guide SNC-G7 Series Version Upgrade Guide Rev 1.0.00 Sept 30, 2015 Sony Corporation Revision History # Date Version Changes and comments 1 2015/09/30 1.0.0 initial release 2 CONTENTS Introduction... 4 1. Prerequisite...

More information

The search being performed may take a significant time so a forking proxy must send a 100 Trying response.

The search being performed may take a significant time so a forking proxy must send a 100 Trying response. SIP Response Codes Article Number: 178 Rating: Unrated Last Updated: Wed, Nov 15, 2017 at 2:31 PM SIP Response Codes 1xx Provisional Responses 100 Trying Extended The search being performed may take a

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Introduction to Auto-Installer Comodo CA Limited, 3rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Certificate

More information

China Telecom Corporation Limited Shanghai Branch (China. Telecom Shanghai) Pre-paid e-home Broadband Package Promotion Campaign Terms

China Telecom Corporation Limited Shanghai Branch (China. Telecom Shanghai) Pre-paid e-home Broadband Package Promotion Campaign Terms China Telecom Corporation Limited Shanghai Branch (China Telecom Shanghai) Pre-paid e-home Broadband Package Promotion Campaign Terms and Conditions (2015/C) SHDX/F/JL/F/0/SC-163-2015 1. Promotion Campaign:

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

WEB-BASED THROUGH GROUPWISE

WEB-BASED  THROUGH GROUPWISE WEB-BASED E-MAIL THROUGH GROUPWISE Username: first initial + last name Password: email1 Your new e-mail address: username@leroycsd.org Our new web site: leroycsd.org To access your mail from outside the

More information

ArcGIS Online: Developing Web Applications with Routing Services. Deelesh Mandloi Dmitry Kudinov

ArcGIS Online: Developing Web Applications with Routing Services. Deelesh Mandloi Dmitry Kudinov ArcGIS Online: Developing Web Applications with Routing Services Deelesh Mandloi Dmitry Kudinov Metadata Slides available at http://esriurl.com/ds17drs Documentation at http://developers.arcgis.com/features/directions

More information

Name Date pad started / / Commencing Notice Number Authorised Collector Number Date pad finished / / Last Issue Notice Number EXAMPLE

Name Date pad started / / Commencing Notice Number Authorised Collector Number Date pad finished / / Last Issue Notice Number EXAMPLE Penalty Fare Notices Name Date pad started / / Commencing Notice Number Authorised Collector Number Date pad finished / / Last Issue Notice Number Notes For The Guidance Of Authorised Collector Issuing

More information

Industry Training Register. Guide to integration for ITOs

Industry Training Register. Guide to integration for ITOs Industry Training Register Guide to integration for ITOs Version 5.0 Objective id A823307 Published 15 January 2013 Page 2 of 29 ITR guide to integration for ITOs Contents 1 INTRODUCTION... 4 1.1 About

More information

Authlogics Forefront TMG and UAG Agent Integration Guide

Authlogics Forefront TMG and UAG Agent Integration Guide Authlogics Forefront TMG and UAG Agent Integration Guide With PINgrid, PINphrase & PINpass Technology Product Version: 3.0.6230.0 Publication date: January 2017 Authlogics, 12 th Floor, Ocean House, The

More information

Requirements from client in order to integrate with NPFulfilment. Website URL Secret Key

Requirements from client in order to integrate with NPFulfilment. Website URL Secret Key OpenCart is a turn-key ready "out of the box" shopping cart solution. It has order management and multiple payment gateways already built in and they provide lifetime free support and free software updates.

More information

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

PaperCut Student Guide

PaperCut Student Guide PaperCut Student Guide 1.0 Sending a Print Job directly from student workstations (Direct Printing) Students or Guest Users click the Printer icon on the standard toolbar or select the Print Command from

More information

Asix.Evo - Asix Mobile

Asix.Evo - Asix Mobile User s Manual for Asix 9 www.asix.com.pl Asix.Evo - Asix Mobile Doc. No ENP9E017 Version: 2017-10-19 Asix Mobile ASKOM and asix are registered trademarks of ASKOM Spółka z o.o., Gliwice. Other brand names,

More information

Introduction... 4 Login... 5 Concur Login... 5 Login Warning UWA Terms of Use... 6 Concur Homepage... 7

Introduction... 4 Login... 5 Concur Login... 5 Login Warning UWA Terms of Use... 6 Concur Homepage... 7 Contents Introduction... 4 Login... 5 Concur Login... 5 Login Warning UWA Terms of Use... 6 Concur Homepage... 7 Concur Homepage... 7 Traveller Profile Settings... 8 Profile Settings... 8 My Profile Personal

More information

HTTP Based Unified API

HTTP Based Unified API HTTP Based Unified API SMS GATEWAY Issue 5.0 June 2017 1 HTTP Based Unified API HTTP ACCESS MODEL INTRODUCTION The platform exposes a HTTP interface to its SMS Gateway. The SMS Gateway can be used for

More information

PRODUCT DISCLOSURE SHEET

PRODUCT DISCLOSURE SHEET PRODUCT DISCLOSURE SHEET KINDLY READ THIS PRODUCT DISCLOSURE SHEET BEFORE YOU DECIDE TO TAKE UP ANY TUNE MONEY SDN BHD ( TUNE MONEY ) PREPAID CARD. PLEASE MAKE SURE YOU ALSO READ THE TERMS AND CONDITIONS

More information

LoanPro Software Staging Release

LoanPro Software Staging Release 09/14/2016 Welcome to our new Staging Environment! LoanPro Software Staging Release Your company settings and configurations have been copied from your production tenant. This includes all Agent user,

More information

ONLINE REGISTRATION FORMS

ONLINE REGISTRATION FORMS ONLINE REGISTRATION FORMS Table of Contents Online Registration Forms... 1 About the Manual... 4 Audience... 4 Purpose... 4 Authorship... 4 Introduction to Online forms:-... 6 Single User Subscription

More information

Introduction to Change and Configuration Management

Introduction to Change and Configuration Management CHAPTER 1 Introduction to Change and Configuration Management Cisco Prime Network Change and Configuration Management provides tools that allow you to manage the software and device configuration changes

More information

Let s Get Started HSA IMPLEMENTATION KIT

Let s Get Started HSA IMPLEMENTATION KIT Let s Get Started HSA IMPLEMENTATION KIT Welcome to WageWorks! We have designed this Implementation Kit to help guide you through your transition to WageWorks THIS KIT INCLUDES THE FOLLOWING MATERIALS:

More information

F-Billing Revolution 2015 User Manual F-Billing Software

F-Billing Revolution 2015 User Manual F-Billing Software F-Billing Revolution 2015 User Manual 2 F-Billing Revolution 2015 User Manual Table of Contents Foreword 0 Part I Introduction 4 Part II Quick Start Guide 5 Part III Invoice Email Settings 6 Part IV Invoices

More information

User Guide for. Employment Permits Online System

User Guide for. Employment Permits Online System User Guide for Employment Permits Online System Table of Contents Employment Permits Online System User Guide 3 1. Getting started 3 2. How to find the correct application form 4 2.1 Experienced users

More information

Owner and Executive Portals with STRATA Communicator

Owner and Executive Portals with STRATA Communicator Owner and Executive Portals with STRATA Communicator STRATA Communicator delivers the ability to offer branded Owner & Executive portals via the internet to your client base. Owner and Executive Portals

More information

Are You Avoiding These Top 10 File Transfer Risks?

Are You Avoiding These Top 10 File Transfer Risks? Are You Avoiding These Top 10 File Transfer Risks? 1. 2. 3. 4. Today s Agenda Introduction 10 Common File Transfer Risks Brief GoAnywhere MFT Overview Question & Answer HelpSystems Corporate Overview.

More information