DIGITAL SERVICES. API Documentation Product Pricing

Size: px
Start display at page:

Download "DIGITAL SERVICES. API Documentation Product Pricing"

Transcription

1 DIGITAL SERVICES API Documentation Product Pricing Document Version Reason for change Author Signed-off by Status 0.10 Creation Gary Inkpen Final Draft 2016 Avios Group (AGL) Limited. All rights reserved. 1 Version 0.10

2 Contents 1. Overview Avios API Overview Product Pricing Overview Introduction Business context Technical context Important Technical Notes Pre-conditions Post-conditions Service details URI Parameters Request Headers Request Message Definition Request Message Diagram Product Pricing Request Product Segment Schedule Request Elements Response Message Definition Response Message Diagram Product Pricing Response Price Segment Schedule Response Elements Exception Message Definition Exception Message Diagram Product Pricing Error Exception Message Elements Error codes...27 Appendix A: Example of a Request Call...28 Appendix B: Example of a Response...30 Appendix C: Example of an Error Response...32 Glossary of Terms Avios Group (AGL) Limited. All rights reserved. 2 Version 0.10

3 1. Overview Avios API Overview This document is a specification of the Product Pricing API. An overview of this API is provided below in 1.2 and an overview of the entire Avios API service, including a general description that is relevant to all APIs, is contained in a separate document entitled API Overview. This overview is stored within the project s Reference Library. Any text that is shown italicised and underlined in the body of an API document refers to an entry in the Reference Library. The contents of the library are summarised in the following table: Title Description Location/Link API Overview This general description is relevant to all APIs. Reference Library 1.2 Product Pricing Overview The Product Pricing service is also known as Dynamic Pricing. The Pay with Avios Dynamic Discount Pricing Service allows Partners to setup discount prices which are dynamic in nature. The discount can be based on Route, Carrier, Date of travel, Fare and Currency. For a given fare, this service will return the discount points which are setup in the system (based on the input parameters). Discount pricing points are checked for validity to ensure that they do not exceed a threshold limit. If there are no discount pricing points, the default pricing points will be returned by the service. Discount pricing points contain two values: Cash discounted value. AVIOS points value, which will be redeemed for the cash discount Avios Group (AGL) Limited. All rights reserved. 3 Version 0.10

4 1.2.1 Introduction Business context The process is illustrated in the following swim-lanes diagram: The process flow is described as follows: The member undertakes a product purchase journey. As part of this journey, the member will need to view the pricing points of the product selected. An application within the partner channel will determine the flight journey that is of interest to the member. These details are passed to the Product Pricing service. This service obtains the relevant pricing points, as follows: a) If possible, pricing points are determined by using the details supplied in the request message (these are determined using the Avios database). b) If no pricing points are available then a default discount price is returned in the response message. The resulting pricing information is returned in the response message Avios Group (AGL) Limited. All rights reserved. 4 Version 0.10

5 Technical context The Product Pricing service does not depend upon member information being supplied. It can be called at any stage either before or after member registration. The following steps are performed by the Product Pricing application: Analyse details of the pricing request. Identify applicable pricing points for the specified itinerary. If no pricing points exist for the route, then default price points are returned. An overview of the entire Avios API journey is shown in the following diagram. This positions the Product Pricing API within the overall application: THE AVIOS API JOURNEY FORGOTTEN DETAILS JOIN PROGRAMME REGISTER ACCOUNT CREATE TOKEN RETRIEVE TRANSACTIONS Note 1: For ticket pricing in isolation, it is not necessary to have previously invoked the Create Token service. Note 2: It is possible to use the Product Pricing service without a member having activated an account (ie: prior to invoking the Join Programme and Register Account services). PRODUCT PRICING RETRIEVE MEMBER UPDATE MEMBER To debit a currency the Create Token, Product Pricing & Retrieve Member services must all have previously been invoked. DEBIT CURRENCY REVERSE TRANSACTION Important Technical Notes It is not necessary for the member to have logged-in in order to use the Product Pricing service. All enumerated values must be recorded in upper case ASCII characters. Response messages will be returned in upper case Avios Group (AGL) Limited. All rights reserved. 5 Version 0.10

6 1.2.2 Pre-conditions A product price must be supplied in the request message Post-conditions Success outcome: One or more product pricing points are returned in the API response message. Error outcome: Service error is returned. Refer to Section 5 for a list of service errors Avios Group (AGL) Limited. All rights reserved. 6 Version 0.10

7 2. Service details Version v1.0 Type Http method Endpoint REST POST Test environment: host = api.avios.com version = test/v1 programme-identifier = ATRP Request format Response format XML, JSON XML, JSON 2016 Avios Group (AGL) Limited. All rights reserved. 7 Version 0.10

8 2.1 URI Parameters Name Required Data type Format Description Example programme-identifier Mandatory String Min length = 1. Max Length = 20. Alphabetic only. The identifier for the loyalty programme to which the member belongs. This will have been provided to the member as part of the Avios API partner on-boarding process along with your API key and Mashery credentials. Avios, BAEC 2.2 Request Headers Name Required Data type Format Description Example accept Mandatory String application/<content-type> The Accept request-header field is used to specify certain media types which are acceptable for the response. Application/XML, Application/JSON content-type Mandatory String application/<content-type> The Content-Type request-header field indicates the media type of the entity-body sent to the recipient as request payload. Application/XML, Application/JSON 2016 Avios Group (AGL) Limited. All rights reserved. 8 Version 0.10

9 3. Request Message Definition 3.1 Request Message Diagram Product Pricing Request 2016 Avios Group (AGL) Limited. All rights reserved. 9 Version 0.10

10 3.1.2 Product 2016 Avios Group (AGL) Limited. All rights reserved. 10 Version 0.10

11 3.1.3 Segment 2016 Avios Group (AGL) Limited. All rights reserved. 11 Version 0.10

12 3.1.4 Schedule 2016 Avios Group (AGL) Limited. All rights reserved. 12 Version 0.10

13 3.2 Request Elements The elements that make up the request message are detailed in the following table. The following rules apply to request elements: Default values are not assigned to elements that have not been supplied within a request message. All enumerated values must be recorded in upper case ASCII characters. Response messages will be returned in upper case. Appendix A shows an example of a Product Pricing API request call, expressed in JSON format. Name Required Data type Format Description pricesearchcriteria Mandatory Complex pricesearchcriteria/pricetype Mandatory String Enumeration Type of price. Specifies the price option. Must be DISCOUNT. pricesearchcriteria/pricesource Mandatory String Enumeration Source of price. Must be CACHED. pricesearchcriteria/product Mandatory Complex type [1..n] pricesearchcriteria/product/flight Mandatory Complex type [1..n] pricesearchcriteria/product/flight/price Mandatory Complex pricesearchcriteria/product/flight/price/monetaryamount Mandatory Complex Product is the generalised element for which different price options are required. This element further analyses the product. In this case, the element describes a flight. The price of the flight for a particular schedule. The flight s price details. pricesearchcriteria/product/flight/price/monetaryamount/amount Mandatory Big Decimal Numeric The price of the flight. Eg: 45 pricesearchcriteria/product/flight/price/monetaryamount/currency Mandatory Complex The units in which the price is presented Avios Group (AGL) Limited. All rights reserved. 13 Version 0.10

14 Name Required Data type Format Description pricesearchcriteria/product/flight/price/monetaryamount/currency/ code Mandatory String Enumeration The currency code in which the price is denominated. This must be one of following USD GBP CAD EUR pricesearchcriteria/product/flight/price/priceoptiontype Mandatory String Enumeration Specifies the price option. Must be DISCOUNT. pricesearchcriteria/product/flight/segment Mandatory Complex type [1..n] pricesearchcriteria/product/flight/segment/leg Mandatory Complex type [1..n] pricesearchcriteria/product/flight/segment/leg/schedule Mandatory Complex pricesearchcriteria/product/flight/segment/leg/ schedule/arrivaldaterange Mandatory Complex Flight Segment. This describes the flight schedule and the related operational details. One point-to-point journey in a flight segment. This element describes the route of a leg within the segment of a flight. The flight schedule identifies the arrival date, arrival location, departure date and departure location. The arrival date range. pricesearchcriteria/product/flight/segment/leg/ schedule/arrivaldaterange/ startdatetime Mandatory Date ISO-8601 Calendar date format. YYYY-MM- DDThh:mm:ss.sTZD Start date and time of inbound journey. Eg: T13:39: :00 pricesearchcriteria/product/flight/segment/leg/schedule/arrivaldaterange/ enddatetime Mandatory Date ISO-8601 Calendar date format. YYYY-MM- DDThh:mm:ss.sTZD End date and time of inbound journey. Eg: T13:39: :00 pricesearchcriteria/product/flight/segment/leg/ schedule/departuredaterange Mandatory Complex The departure date range Avios Group (AGL) Limited. All rights reserved. 14 Version 0.10

15 Name Required Data type Format Description pricesearchcriteria/product/flight/segment/leg/ schedule/departuredaterange/ startdatetime Mandatory Date ISO-8601 Calendar date format. YYYY-MM- DDThh:mm:ss.sTZD Start date and time of outbound journey. Eg: T13:39: :00 pricesearchcriteria/product/flight/segment/leg/ schedule/departuredaterange/ enddatetime Mandatory Date ISO-8601 Calendar date format. YYYY-MM- DDThh:mm:ss.sTZD End date and time of outbound journey. Eg: T13:39: :00 pricesearchcriteria/product/flight/segment/leg/ schedule/arrivallocation Mandatory Complex pricesearchcriteria/product/flight/segment/leg/ schedule/arrivallocation/id Mandatory String Alphabetic. Maximum of 3 characters. Inbound location of a particular leg for this route. The IATA 3 letter code that identifies the arrival location. Eg: JFK pricesearchcriteria/product/flight/segment/leg/ schedule/arrivallocation/type Mandatory String Enumeration Type of arrival location. Must be AIRPORT. pricesearchcriteria/product/flight/segment/leg/ schedule/departurelocation Mandatory Complex pricesearchcriteria/product/flight/segment/leg/ schedule/departurelocation/id Mandatory String Alphabetic. Maximum of 3 characters. Outbound location of a particular leg for this route. The IATA 3 letter code that identifies the arrival location. Eg: LHR pricesearchcriteria/product/flight/segment/leg/ schedule/departurelocation/ type Mandatory String Enumeration Type of departure location. Must be AIRPORT. pricesearchcriteria/product/flight/segment/leg/ marketingcarrier Mandatory Complex pricesearchcriteria/product/flight/segment/leg/ marketingcarrier/iatacode Mandatory Complex The marketing carrier of the flight. The flight s IATA code Avios Group (AGL) Limited. All rights reserved. 15 Version 0.10

16 Name Required Data type Format Description pricesearchcriteria/product/flight/segment/leg/ marketingcarrier/iatacode/ code Mandatory String Alphabetic. Maximum of 2 characters. The flight s IATA code value. Eg: EI pricesearchcriteria/product/flight/segment/leg/ operatingcarrier/ Mandatory Complex pricesearchcriteria/product/flight/segment/leg/ operatingcarrier/iatacode Mandatory Complex The name of the carrier operating the flight. The flight s IATA code. This element is essential for the identification of an airline pricesearchcriteria/product/flight/segment/leg/ operatingcarrier/iatacode / code Mandatory String Alphabetic. Maximum of 2 characters. The flight s IATA code value. Eg: EI 2016 Avios Group (AGL) Limited. All rights reserved. 16 Version 0.10

17 4. Response Message Definition 4.1 Response Message Diagram Product Pricing Response Price 2016 Avios Group (AGL) Limited. All rights reserved. 17 Version 0.10

18 4.1.3 Segment 2016 Avios Group (AGL) Limited. All rights reserved. 18 Version 0.10

19 4.1.4 Schedule 2016 Avios Group (AGL) Limited. All rights reserved. 19 Version 0.10

20 4.2 Response Elements The elements that make up the request message are detailed in the following table. Response elements will always be returned in upper case ASCII characters. Appendix B shows an example of a Product Pricing API response message, expressed in JSON format. Name Presence? Data type Format Description product Yes Complex type [1..n] Product is the generalised element for which different price options are required. product/flight Yes Complex type [1..n] product/flight/segment Yes Complex product/flight/segment/leg/ Yes Complex product/flight/segment/leg/schedule Yes Complex product/flight/segment/leg/schedule/arrivaldaterange Yes Complex product/flight/segment/leg/schedule/arrivaldaterange startdatetime Yes Date ISO-8601 Calendar date format. This element further analyses the product. In this case, the element describes a flight. Flight Segment. This describes the flight schedule and the related operational details. One point-to-point journey in a flight segment. This element describes the route of a leg within the segment of a flight. The flight schedule identifies the arrival date, arrival location, departure date and departure location. The arrival date range. Start date and time of inbound journey. Eg: T12:39:16.213Z YYYY-MM- DDThh:mm:ss.s TZD 2016 Avios Group (AGL) Limited. All rights reserved. 20 Version 0.10

21 Name Presence? Data type Format Description product/flight/segment/leg/schedule/arrivaldaterange enddatetime Yes Date ISO-8601 Calendar date format. YYYY-MM- DDThh:mm:ss.s TZD End date and time of inbound journey. Eg: T12:39:16.213Z product/flight/segment/leg/schedule/departuredaterange Yes Complex product/flight/segment/leg/schedule/departuredaterange/startdatetime Yes Date ISO-8601 Calendar date format. The departure date range. Start date and time of outbound journey. Eg: T12:39:16.213Z YYYY-MM- DDThh:mm:ss.s TZD product/flight/segment/leg/schedule/departuredaterange/enddatetime Yes Date ISO-8601 Calendar date format. End date and time of outbound journey. Eg: T12:39:16.213Z YYYY-MM- DDThh:mm:ss.s TZD product/flight/segment/leg/schedule/arrivallocation Yes Complex product/flight/segment/leg/schedule/arrivallocation/id Yes String Alphabetic. Maximum of 3 characters. Inbound location of a particular leg for this route. Eg: LHR The IATA 3 letter code that identifies the arrival location. Eg: JFK product/flight/segment/leg/schedule/arrivallocation/type Yes String Enumeration Type of arrival location. Must be AIRPORT Avios Group (AGL) Limited. All rights reserved. 21 Version 0.10

22 Name Presence? Data type Format Description product/flight/segment/leg/schedule/departurellocation Yes Complex Outbound location of a particular leg for this route. product/flight/segment/leg/schedule/departurellocation/id Yes String Alphabetic. Maximum of 3 characters. The IATA 3 letter code that identifies the arrival location. Eg: LHR product/flight/segment/leg/schedule/departurellocation/type Yes String Enumeration Type of departure location. Must be AIRPORT. product/flight/segment/leg/marketingcarrier Yes Complex product/flight/segment/leg/marketingcarrier/iatacode Yes Complex product/flight/segment/leg/marketingcarrier/iatacode/code Yes String Alphabetic. product/flight/segment/leg/operatingcarrier Yes Complex product/flight/segment/leg/operatingcarrier/iatacode Yes Complex Maximum of 2 characters. product/flight/segment/leg/operatingcarrier/iatacode/code Yes String Alphabetic. Maximum of 2 characters. The marketing carrier of the flight. The flight s IATA code. The flight s IATA code value. Eg: EI The name of the carrier operating the flight. The flight s IATA code. This element is essential for the identification of an airline The flight s IATA code value. Eg: EI 2016 Avios Group (AGL) Limited. All rights reserved. 22 Version 0.10

23 Name Presence? Data type Format Description product/flight/segment/pricescheme Yes String Enumeration Valid scheme for the flight s inbound and outbound dates. This element identifies if the given route at the particular travel time is a peak or off peak. Most likely, default prices will be returned if the price scheme for the given route is NOT_KNOWN. Will be one of the following: PEAK OFF-PEAK NOT_KNOWN product/flight/price Yes Complex product/flight/price/monetaryamount Yes Complex The flight s price. The flight s price details. product/flight/price/monetaryamount/amount Yes Big Decimal Numeric The price of the flight. This will either contain the cash discounted price or the AVIOS value of the cash discount. Eg: 1500/45 product/flight/price/monetaryamount/currency Yes Complex Currency is the complex type for a specific unit of currency. product/flight/price/monetaryamount/currency/code Yes String Enumeration Currency of the respective flight s price amount. This will be one of the following: USD GBP CAD EUR AVIOS product/flight/price/sequencenumber Yes Integer Numeric Sequence number of the price option. Eg: 1 product/flight/price /priceoptiontype Yes String Enumeration Specifies the price option. Will be PART_AVIOS_PART_CASH Avios Group (AGL) Limited. All rights reserved. 23 Version 0.10

24 5. Exception Message Definition 5.1 Exception Message Diagram Product Pricing Error 2016 Avios Group (AGL) Limited. All rights reserved. 24 Version 0.10

25 5.2 Exception Message Elements The exception message responses may be formatted in either upper or lower case. An example of an error response is shown in Appendix C. Name Presence? Data type Format Description error/ Conditional Complex Type [0..1] Will only be present if an error has been detected and reported by the API. error/code Yes String Alphabetic plus underscore (_). Error code. Eg: REQUEST_INVALID error/businessmessage Yes String Alphabetic Error message to business. Eg: Request Invalid error/developermessage Yes String Alphabetic Error message specific to client developer. error/developerlink Yes String Alphabetic plus colon (:), oblique (/), dash (-), underscore (_) or period (.). error/childerror/ Conditional Array of complex type [0..n] error/childerror/code Yes String Alphabetic plus underscore (_). A URL link to a web page containing more detailed information about the error code. Eg: Will only be present if an error has been detected and reported by the API. Error code. Eg: INVALID_PRICE_AMOUNT 2016 Avios Group (AGL) Limited. All rights reserved. 25 Version 0.10

26 Name Presence? Data type Format Description error/childerror/path Yes String Alphabetic plus period (.), oblique (/), open bracket ([) or close bracket (]). Path of the node on which error occurred. Eg: retrieveproductpricingrequest.pricesearchcriteria.product.flight.price.monetaryamount.amount error/childerror/businessmessage Yes String Alphabetic Error message to business. Eg: Invalid price amount. error/childerror/developermessage Yes String Alphabetic Error message specific to client developer. error/childerror/developerlink Yes String Alphabetic plus colon (:), oblique (/), dash (-), underscore (_) or period (.). A URL link to a web page containing more detailed information about the error code. Eg: Avios Group (AGL) Limited. All rights reserved. 26 Version 0.10

27 5.3 - Error codes All the errors from the service are returned in <Parent error code> <Child error code> format. The table below shows a full list of error codes. Parent error code Child error code Description REQUEST_INVALID MARSHALLING_FAILED Invalid enumeration in request or request not properly formed. REQUEST_INVALID DATA_FAILED Request payload failed schema validation. REQUEST_INVALID ARRIVAL_LOCATION_ID_INVALID Arrival location id is not in required format. REQUEST_INVALID ARRIVAL_LOCATION_ID_MISSING Arrival location id is empty string. REQUEST_INVALID DEPARTURE_LOCATION_ID_INVALID Departure location id is not in required format. REQUEST_INVALID DEPARTURE_LOCATION_ID_MISSING Departure location id is empty string. REQUEST_INVALID INVALID_PRICE_AMOUNT Flight price is negative or zero. REQUEST_INVALID INVALID_CURRENCY Currency code in request is not valid. REQUEST_INVALID INVALID_DEPARTURE_START_DATE Should have valid value and should be a FUTURE date when compared to SYSDATE. REQUEST_INVALID ARRIVAL_DATE_EARLIER_THAN_DEPARTURE_DATE Departure date should be earlier than arrival date. REQUEST_INVALID INVALID_OPERATING_CARRIER_CODE IATA code in operating carrier is invalid. REQUEST_INVALID INVALID_MARKETING_CARRIER_CODE IATA code in marketing carrier is invalid. SYSTEM_UNAVAILABLE When a system is not available. See Appendix C for an example of an API error response message Avios Group (AGL) Limited. All rights reserved. 27 Version 0.10

28 Appendix A: Example of a Request Call The following is an example of a request call to the Product Pricing API: { "pricesearchcriteria":{ "pricesource":"cached", "pricetype":"discount", "product":[{ "flight":{ "price":[{ "monetaryamount":[{ "amount":"45", "currency":{ "code":"usd" } }], "priceoptiontype":"discount" }], "segment":[{ "leg":[{ "schedule":{ "arrivaldaterange":{ "startdatetime":" t13:39: :00", "enddatetime":" t13:39: :00" }, "departuredaterange":{ "startdatetime":" t13:39: :00", "enddatetime":" t13:39: :00" }, "arrivallocation":{ "id":"jfk", "type":"airport" }, "departurelocation":{ "id":"lhr", "type":"airport" } }, "marketingcarrier":{ "iatacode":{ "code":"ei" } }, "operatingcarrier":{ "iatacode":{ "code":"ei" } } }] }] 2016 Avios Group (AGL) Limited. All rights reserved. 28 Version 0.10

29 } }] } } 2016 Avios Group (AGL) Limited. All rights reserved. 29 Version 0.10

30 Appendix B: Example of a Response The following is an example of a response generated by the Product Pricing API: { "product": [{ "flight": { "segment": [{ "numberofconnections": 0, "leg": [{ "schedule": { "arrivaldaterange": { "startdatetime": " T12:39:16.213Z", "enddatetime": " T12:39:16.213Z" }, "departuredaterange": { "startdatetime": " T12:39:16.213Z", "enddatetime": " T12:39:16.213Z" }, "arrivallocation": { "id": "JFK", "type": "AIRPORT" }, "departurelocation": { "id": "LHR", "type": "AIRPORT" } }, "marketingcarrier": { "iatacode": { "code": "EI" } }, "operatingcarrier": { "iatacode": { "code": "EI" } } }], "pricescheme": "PEAK" }], "price": [{ "monetaryamount": [{ "amount": "1500", "currency": { "code": "AVIOS" } }, { "amount": "36.75", "currency": { "code": "USD" 2016 Avios Group (AGL) Limited. All rights reserved. 30 Version 0.10

31 } } }] } }], "sequencenumber": 1, "priceoptiontype": "PART_AVIOS_PART_CASH" }] 2016 Avios Group (AGL) Limited. All rights reserved. 31 Version 0.10

32 Appendix C: Example of an Error Response The following shows an example of an error response generated by the Product Pricing API: { "error": { "code": "REQUEST_INVALID", "businessmessage": "Request Invalid", "developerlink": " "childerror": [ { "code": "INVALID_PRICE_AMOUNT", "path": "retrieveproductpricingrequest.pricesearchcriteria.product.flight.price.monetaryamount.amount", "businessmessage": "Invalid Price Amount", "developerlink": " } ] } } 2016 Avios Group (AGL) Limited. All rights reserved. 32 Version 0.10

33 Glossary of Terms Acronym API APID ATRP Avios BAEC ISO JSON Mashery on-boarding SOAP URI and URL Description Application Program Interface: a set of routines, protocols and tools for building software applications. The API specifies how software components should interact and APIs are used when programming graphical user interface (GUI) components. Avios Partner Identification Avios Travel Rewards Programme. The Avios reward programme. British Airways Executive Club. International Standards Organisation Java Script Object Notation: An open standard format that uses humanreadable text to transmit data objects consisting of attribute value pairs. It is the primary data format used for asynchronous browser/server communication (AJAJ), largely replacing XML (used by AJAX). A cloud hosted component of the API handling process. This function adds or modifies certain API parameters when a call is received and prior to processing by the called Avios application. The process of signing-up a partner commercially and getting them up to speed with Avios. Simple Object Access Protocol: a protocol specification for exchanging structured information in the implementation of web services in computer networks. It uses the XML Information Set for its message format, and relies on other application layer protocols, most notably Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission A Uniform Resource Locator (URL), commonly informally termed a web address is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier (URI) although many people use the two terms interchangeably. A URL implies the means to access an indicated resource, which is not true of every URI. URLs are most commonly used to reference web pages (http), but are also used for file transfer (ftp), (mailto), database access (JDBC) and many other applications Avios Group (AGL) Limited. All rights reserved. 33 Version 0.10

34 Acronym XML Description Extensible Markup Language: a mark-up language that defines a set of rules for encoding documents in a format which is both humanreadable and machine-readable. End of Document 2016 Avios Group (AGL) Limited. All rights reserved. 34 Version 0.10

DIGITAL SERVICES. API Documentation Retrieve Transactions

DIGITAL SERVICES. API Documentation Retrieve Transactions DIGITAL SERVICES API Documentation Retrieve Transactions Document Version Reason for change Author Signed-off by Status 0.12 Creation Gary Inkpen Final Draft 2016 Avios Group (AGL) Limited. All rights

More information

Release Notes. Concur s Platform. Release Notes... 1

Release Notes. Concur s Platform. Release Notes... 1 Release Notes Concur s Platform Month Audience Contents Release Notes... 1 General Updates... 1 Developer Sandbox Registration Now Includes Default Partner Application... 1 Coming Soon- Open Booking Changed

More information

CSC Web Technologies, Spring Web Data Exchange Formats

CSC Web Technologies, Spring Web Data Exchange Formats CSC 342 - Web Technologies, Spring 2017 Web Data Exchange Formats Web Data Exchange Data exchange is the process of transforming structured data from one format to another to facilitate data sharing between

More information

Partner Web Services. GetMyPrice Service Manual

Partner Web Services. GetMyPrice Service Manual Partner Web Services GetMyPrice Service Manual Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Supporting Resources... 5 2 Service Overview... 5 2.1 Benefits of GetMyPrice Service... 6 3 Service Endpoints...

More information

QUICK REFERENCE GUIDE. Version

QUICK REFERENCE GUIDE. Version QUICK REFERENCE GUIDE Version 2.10.16 TABLE OF CONTENTS LOGGING INTO CERTIFY PASSWORD Lost Password Reset My Password DISPLAY OPTIONS ASSIGN MY TRAVEL PLANNER SWITCH TRAVELERS UPDATE TRAVEL PREFERENCES

More information

Technical Guide. REST API for Mobile Outbound SMS

Technical Guide. REST API for Mobile Outbound SMS Technical Guide REST API for Mobile Outbound SMS Munich +49 89 202 451 100 Singapore +65 6478 3020 London +44 207 436 0283 San Francisco +1 415 527 0903 sales@tyntec.com www.tyntec.com Table of Contents

More information

2. Introduction to Internet Applications

2. Introduction to Internet Applications 2. Introduction to Internet Applications 1. Representation and Transfer 2. Web Protocols 3. Some Other Application Layer Protocols 4. Uniform Resource Identifiers (URIs) 5. Uniform Resource Locators (URLs)

More information

Web Services: Introduction and overview. Outline

Web Services: Introduction and overview. Outline Web Services: Introduction and overview 1 Outline Introduction and overview Web Services model Components / protocols In the Web Services model Web Services protocol stack Examples 2 1 Introduction and

More information

Viator Supplier API Technical Specification

Viator Supplier API Technical Specification Viator Supplier API Technical Specification 1.0.8 Copyright 1997, 2016 Viator, Inc. All rights reserved. Viator is a registered trademark of Viator, Inc. 1.0.8 Table of Contents Revision... v 1. Introduction...

More information

Developing RESTful Services Using JAX-RS

Developing RESTful Services Using JAX-RS Developing RESTful Services Using JAX-RS Bibhas Bhattacharya CTO, Web Age Solutions Inc. April 2012. Many Flavors of Services Web Services come in all shapes and sizes XML-based services (SOAP, XML-RPC,

More information

Heartbeat API. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer.

Heartbeat API. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer. Heartbeat API Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October 2018 Nick Palmer Product Manager Page 1 of 7 Table of Contents 1. Purpose... 3 2. Glossary of Terms... 3

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) JSON Supplement June 28, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved.. Contents Change History... 1 Request HTTP Headers...

More information

Version Event Protect Platform RESTfull API call

Version Event Protect Platform RESTfull API call Event Protect Platform RESTfull API call Introduction Via available online service and through specified API, developers can connect to Event Protect platform and submit individual sales transaction. Service

More information

Java EE 7: Back-end Server Application Development 4-2

Java EE 7: Back-end Server Application Development 4-2 Java EE 7: Back-end Server Application Development 4-2 XML describes data objects called XML documents that: Are composed of markup language for structuring the document data Support custom tags for data

More information

Air Transport & Travel Industry. Principles, Functional and Business Requirements PNRGOV

Air Transport & Travel Industry. Principles, Functional and Business Requirements PNRGOV Air Transport & Travel Industry Principles, Functional and Business Requirements Version 15.1 Endorsed by WCO Council in July 2016 Table of Contents 1 INTRODUCTION... 3 1.1 PURPOSE... 3 1.2 SCOPE... 3

More information

1Z Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions

1Z Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions 1Z0-434 Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-434 Exam on Oracle SOA Suite 12c Essentials... 2 Oracle 1Z0-434 Certification Details:... 2

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

ForeScout CounterACT. Configuration Guide. Version 3.4

ForeScout CounterACT. Configuration Guide. Version 3.4 ForeScout CounterACT Open Integration Module: Data Exchange Version 3.4 Table of Contents About the Data Exchange Module... 4 About Support for Dual Stack Environments... 4 Requirements... 4 CounterACT

More information

Inland Revenue. Build Pack. Identity and Access Services. Date: 04/09/2017 Version: 1.5 IN CONFIDENCE

Inland Revenue. Build Pack. Identity and Access Services. Date: 04/09/2017 Version: 1.5 IN CONFIDENCE Inland Revenue Build Pack Identity and Access Services Date: 04/09/2017 Version: 1.5 IN CONFIDENCE About this Document This document is intended to provide Service Providers with the technical detail required

More information

SortMyBooks API (Application programming

SortMyBooks API (Application programming SortMyBooks API (Application programming interface) Welcome to Sort My Books. This documentation will help you to get started with SortMyBooks API. General Considerations SortMyBooks works with objects

More information

Security Assertions Markup Language (SAML)

Security Assertions Markup Language (SAML) Security Assertions Markup Language (SAML) The standard XML framework for secure information exchange Netegrity White Paper PUBLISHED: MAY 20, 2001 Copyright 2001 Netegrity, Inc. All Rights Reserved. Netegrity

More information

Services Web Nabil Abdennadher

Services Web Nabil Abdennadher Services Web Nabil Abdennadher nabil.abdennadher@hesge.ch 1 Plan What is Web Services? SOAP/WSDL REST http://www.slideshare.net/ecosio/introduction-to-soapwsdl-and-restfulweb-services/14 http://www.drdobbs.com/web-development/restful-web-services-a-tutorial/

More information

Version Event Protect Platform RESTfull API call

Version Event Protect Platform RESTfull API call Event Protect Platform RESTfull API call Introduction Via available online service and through specified API, developers can connect to Event Protect platform and submit individual sales transaction. Service

More information

1 I n t r o d u c t i o n 2. 2 R e g i s t e r i n g a n d L o g g i n g o n t o G r o u p O p t i m i z e r 3

1 I n t r o d u c t i o n 2. 2 R e g i s t e r i n g a n d L o g g i n g o n t o G r o u p O p t i m i z e r 3 Contents 1 I n t r o d u c t i o n 2 2 R e g i s t e r i n g a n d L o g g i n g o n t o G r o u p O p t i m i z e r 3 3 U s e r R o l e s a n d R e s p o n s i b i l i t i e s 7 4 F u n c t i o n a l

More information

CmpE 596: Service-Oriented Computing

CmpE 596: Service-Oriented Computing CmpE 596: Service-Oriented Computing Pınar Yolum pinar.yolum@boun.edu.tr Department of Computer Engineering Boğaziçi University CmpE 596: Service-Oriented Computing p.1/53 Course Information Topics Work

More information

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018 Understanding RESTful APIs and documenting them with Swagger Presented by: Tanya Perelmuter Date: 06/18/2018 1 Part 1 Understanding RESTful APIs API types and definitions REST architecture and RESTful

More information

API UAE Project UAE General Civil Aviation Authority. Carrier Portal User Manual

API UAE Project UAE General Civil Aviation Authority. Carrier Portal User Manual API UAE Project UAE General Civil Aviation Authority Carrier Portal User Manual June 2015 Copyright Notice SITA 2015 All rights reserved. Any use, republication or redistribution of content in this document

More information

V-MPD MANUAL for Agents BSP UK

V-MPD MANUAL for Agents BSP UK V-MPD MANUAL for Agents BSP UK Service Centre Europe International Air Transport Association March 2010 1. VIRTUAL MPD ACCESS & CONFIGURATION page 3 1.a. E-mail page 3 1.b. Language page 4 2. V-MPD AIRLINE

More information

[MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol

[MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol [MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft

More information

[MS-OAUTH2EX]: OAuth 2.0 Authentication Protocol Extensions. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OAUTH2EX]: OAuth 2.0 Authentication Protocol Extensions. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OAUTH2EX]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

KidyTour REST API USER GUIDE

KidyTour REST API USER GUIDE KidyTour REST API USER GUIDE Version 0.12 04-06-2018 Table of Contents 1. Preface... 3 1.1. References... 3 1.2. Terms and acronyms... 3 2. Authorization... 4 3. Usage examples... 5 3.1. Test access...

More information

SecuRate Air Plus REFERENCE MANUAL

SecuRate Air Plus REFERENCE MANUAL SecuRate Air Plus REFERENCE MANUAL 2009 Travelport. All rights reserved. All Travelport logos and marks as well as all other proprietary materials depicted herein are the property of Travelport and/or

More information

Develop Mobile Front Ends Using Mobile Application Framework A - 2

Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 3 Develop Mobile Front Ends Using Mobile Application Framework A - 4

More information

Technical Guide. REST API for Number Information Services

Technical Guide. REST API for Number Information Services Technical Guide REST API for Number Information Services Munich +49 89 202 451 100 Singapore +65 6478 3020 London +44 207 436 0283 San Francisco +1 415 527 0903 sales@tyntec.com www.tyntec.com Table of

More information

Basware Portal for Receiving Basware Commerce Network

Basware Portal for Receiving Basware Commerce Network Basware Portal for Receiving Basware Commerce Network Copyright 1999-2016 Basware Corporation. All rights reserved. Disclaimer This product or document is copyrighted according to the applicable copyright

More information

Active Market API v2

Active Market API v2 Active Market API v2 Document Revision 1.0 Date of Issue: 10 May 2018 Date of revision: 10 May 2018 Nick Palmer Product Manager Page 1 of 18 Table of Contents 1. Purpose... 3 2. Glossary of Terms... 3

More information

Introduction to RESTful Web Services. Presented by Steve Ives

Introduction to RESTful Web Services. Presented by Steve Ives 1 Introduction to RESTful Web Services Presented by Steve Ives Introduction to RESTful Web Services What are web services? How are web services implemented? Why are web services used? Categories of web

More information

FAQs. Business (CIP 2.2) AWS Market Place Troubleshooting and FAQ Guide

FAQs. Business (CIP 2.2) AWS Market Place Troubleshooting and FAQ Guide FAQs 1. What is the browser compatibility for logging into the TCS Connected Intelligence Data Lake for Business Portal? Please check whether you are using Mozilla Firefox 18 or above and Google Chrome

More information

Please note: This is a working document and is subject to change. Please check back periodically to ensure you have the latest version of this spec.

Please note: This is a working document and is subject to change. Please check back periodically to ensure you have the latest version of this spec. Customs Declaration Service Full Declaration API v0.4 Document Version Please note: This is a working document and is subject to change. Please check back periodically to ensure you have the latest version

More information

Accident Compensation Commission. ICS Integrated Customer Services. Invoice API. Software specification

Accident Compensation Commission. ICS Integrated Customer Services. Invoice API. Software specification Accident Compensation Commission ICS Integrated Customer Services Invoice API Software specification Version 09 Draft for information, 05 December 2017 Invoice API Table of contents 1 Invoice API : overview...

More information

3. WWW and HTTP. Fig.3.1 Architecture of WWW

3. WWW and HTTP. Fig.3.1 Architecture of WWW 3. WWW and HTTP The World Wide Web (WWW) is a repository of information linked together from points all over the world. The WWW has a unique combination of flexibility, portability, and user-friendly features

More information

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning 6 Computer Networks 6.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: 6.2 Describe network criteria, physical structures and categories

More information

GSMA Hackathon Easypaisa Integration Guide

GSMA Hackathon Easypaisa Integration Guide GSMA Hackathon Easypaisa Integration Guide Version 1.1 3 rd Oct 2017 1 Document Information Version History Version # Date Prepared By Reviewed By Reason for change V 1.0 23 rd Sept Usama - - V1.1 3 rd

More information

Iberiagencias.com Guide

Iberiagencias.com Guide 1 Iberiagencias.com Guide How to request groups with Iberia August 2014 2 Introduction An exciting new IBERIA group platform is now available for future requests. The new platform IBERIAgencias.com can

More information

Quick Guide: Booking

Quick Guide: Booking Guide This Guide will take you through the basic steps for the online booking of flights, rental cars and hotels. Accessing Concur 1. Go to Travel.ouhsc.edu and login with your HSC credentials. Travel

More information

810 IBM Subset - Invoice To Customer - (004010)

810 IBM Subset - Invoice To Customer - (004010) 810 IBM Subset - Invoice To Customer - (004010) Functional Group ID=IN Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Invoice Transaction Set

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

NetIQ Identity Manager Driver for REST Implementation Guide. February 2017

NetIQ Identity Manager Driver for REST Implementation Guide. February 2017 NetIQ Identity Manager Driver for REST Implementation Guide February 2017 Legal Notice For information about NetIQ trademarks, see https://www.netiq.com/company/legal/. Copyright (C) 2017 NetIQ Corporation.

More information

820 Payment Order/Remittance Advice

820 Payment Order/Remittance Advice 820 Payment Order/Remittance Advice X12/V4010/820: 820 Payment Order/Remittance Advice Version: 1.0 Draft Author: Charles Mackey Company: C.H. Robinson Publication: 8/6/2009 Trading Partner: Created: 8/6/2009

More information

NetIQ Identity Manager Driver for REST Implementation Guide. February 2018

NetIQ Identity Manager Driver for REST Implementation Guide. February 2018 NetIQ Identity Manager Driver for REST Implementation Guide February 2018 Legal Notice For information about NetIQ trademarks, see https://www.netiq.com/company/legal/. Copyright (C) 2018 NetIQ Corporation.

More information

CHAPTER 25 Management Resources

CHAPTER 25 Management Resources CHAPTER 25 Management Resources Acronyms... iii Chapter 25. Management Resources... 25-1 25.1 General... 25-1 25.2 Structure of Management Resources... 25-1 25.2.1 Public RFC-Based Management Resources...

More information

epos API DOCUMENTATION

epos API DOCUMENTATION epos API DOCUMENTATION Abstract The Azpiral epos API is a suite of API commands that an epos can communicate with loyalty and non-loyalty transactions. Contents Introduction... 3 Connection Information...

More information

RESTful Network API for Notification Channel

RESTful Network API for Notification Channel RESTful Network API for Notification Channel Candidate Version 1.0 17 Jan 2012 Open Mobile Alliance OMA-TS-REST_NetAPI_NotificationChannel-V1_0-20120117-C OMA-TS-REST_NetAPI_NotificationChannel-V1_0-20120117-C

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting Up the Outgoing Mail Server, page 1 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

LUCITY REST API INTRODUCTION AND CORE CONCEPTS

LUCITY REST API INTRODUCTION AND CORE CONCEPTS LUCITY REST API INTRODUCTION AND CORE CONCEPTS REST API OFFERINGS Lucity Citizen Portal REST API Lucity REST API Both products are included in our REST API Historically we also offered a COM API and a.net

More information

IBM Security Access Manager Version January Federation Administration topics IBM

IBM Security Access Manager Version January Federation Administration topics IBM IBM Security Access Manager Version 9.0.2.1 January 2017 Federation Administration topics IBM IBM Security Access Manager Version 9.0.2.1 January 2017 Federation Administration topics IBM ii IBM Security

More information

CRM Partners Anonymization - Implementation Guide v8.2 Page 2

CRM Partners Anonymization - Implementation Guide v8.2 Page 2 1. Introduction 3 1.1 Product summary 3 1.2 Document outline 3 1.3 Compatibility with Microsoft Dynamics CRM 3 1.4 Target audience 3 2. Functional Reference 4 2.1 Overview 4 2.2 Getting started 4 2.3 Anonymize

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

Access to the Online Booking Tool

Access to the Online Booking Tool Welcome to KDS Corporate Start-up Guide This leaflet shows you the main features of the travel module. The information in this leaflet corresponds to the tool s generic features and depends on your company

More information

ETSI GS MEC 009 V1.1.1 ( )

ETSI GS MEC 009 V1.1.1 ( ) GS MEC 009 V1.1.1 (2017-07) GROUP SPECIFICATION Mobile Edge Computing (MEC); General principles for Mobile Edge Service APIs Disclaimer The present document has been produced and approved by the Mobile

More information

Documenting APIs with Swagger. TC Camp. Peter Gruenbaum

Documenting APIs with Swagger. TC Camp. Peter Gruenbaum Documenting APIs with Swagger TC Camp Peter Gruenbaum Introduction } Covers } What is an API Definition? } YAML } Open API Specification } Writing Documentation } Generating Documentation } Alternatives

More information

Central 1 s AFT File Specifications

Central 1 s AFT File Specifications Originators that upload AFT files to Central 1 must ensure that their files comply with Central 1 s AFT file specifications. These specifications are based on CPA Standard 005, Standards for the Exchange

More information

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration Oracle Cloud Using the Google Calendar Adapter with Oracle Integration E85501-05 January 2019 Oracle Cloud Using the Google Calendar Adapter with Oracle Integration, E85501-05 Copyright 2017, 2019, Oracle

More information

[MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol

[MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol [MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft

More information

ITU-T Y (03/2018) onem2m WebSocket protocol binding

ITU-T Y (03/2018) onem2m WebSocket protocol binding I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Y.4500.20 (03/2018) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

We recommend you review this before taking an ActiveVOS course or before you use ActiveVOS Designer.

We recommend you review this before taking an ActiveVOS course or before you use ActiveVOS Designer. This presentation is a primer on WSDL. It s part of our series to help prepare you for creating BPEL projects. We recommend you review this before taking an ActiveVOS course or before you use ActiveVOS

More information

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication.

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication. Poplatek Server API Version: 2016-06-22.2 Quick links Browser API Pay REST API Get Transaction Status Cancel Refund Settlement report Changes 2016-06-22: Document sandbox URL endpoints. Small miscellaneous

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

CA Service Desk Integration with Remote Support

CA Service Desk Integration with Remote Support CA Service Desk Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the

More information

Oracle Cloud Using the File Adapter. Release 17.4

Oracle Cloud Using the File Adapter. Release 17.4 Oracle Cloud Using the File Adapter Release 17.4 E71397-08 October 2017 Oracle Cloud Using the File Adapter, Release 17.4 E71397-08 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved.

More information

RESTful Services. Distributed Enabling Platform

RESTful Services. Distributed Enabling Platform RESTful Services 1 https://dev.twitter.com/docs/api 2 http://developer.linkedin.com/apis 3 http://docs.aws.amazon.com/amazons3/latest/api/apirest.html 4 Web Architectural Components 1. Identification:

More information

Manage Workflows. Workflows and Workflow Actions

Manage Workflows. Workflows and Workflow Actions On the Workflows tab of the Cisco Finesse administration console, you can create and manage workflows and workflow actions. Workflows and Workflow Actions, page 1 Add Browser Pop Workflow Action, page

More information

(DISPONIBLE EN ANGLAIS UNIQUEMENT)

(DISPONIBLE EN ANGLAIS UNIQUEMENT) APPENDIX IIB ADVANCED PASSENGER INFORMATION GUIDELINES (DISPONIBLE EN ANGLAIS UNIQUEMENT) Pour les modifications apportées aux lignes directrices de mise en œuvre de message, s'il vous plaît voir la version

More information

We are ready to serve Latest Testing Trends, Are you ready to learn? New Batch Details

We are ready to serve Latest Testing Trends, Are you ready to learn? New Batch Details We are ready to serve Latest Testing Trends, Are you ready to learn? START DATE : New Batch Details TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : SOAP UI, SOA Testing, API Testing,

More information

IBM Security Access Manager Version 9.0 October Federation Administration topics IBM

IBM Security Access Manager Version 9.0 October Federation Administration topics IBM IBM Security Access Manager Version 9.0 October 2015 Federation Administration topics IBM IBM Security Access Manager Version 9.0 October 2015 Federation Administration topics IBM ii IBM Security Access

More information

XML API Developer-Documentation Version 2.01

XML API Developer-Documentation Version 2.01 XML API Developer-Documentation Version 2.01 07/23/2015 1 Content Introduction...4 Who needs this information?...4 S-PAY Testing Environment...4 URL to our API...4 Preparation...5 Requirements...5 API

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

RESTFUL WEB SERVICES - INTERVIEW QUESTIONS

RESTFUL WEB SERVICES - INTERVIEW QUESTIONS RESTFUL WEB SERVICES - INTERVIEW QUESTIONS http://www.tutorialspoint.com/restful/restful_interview_questions.htm Copyright tutorialspoint.com Dear readers, these RESTful Web services Interview Questions

More information

Partner Web Services. GetOrderStatus Version 1 Service Manual

Partner Web Services. GetOrderStatus Version 1 Service Manual Partner Web Services GetOrderStatus Version 1 Service Manual Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Supporting Resources... 4 2 Service Overview... 4 3 Service Endpoints... 5 4 Request/Response

More information

Oracle Cloud Using the Eventbrite Adapter. Release 17.3

Oracle Cloud Using the Eventbrite Adapter. Release 17.3 Oracle Cloud Using the Eventbrite Adapter Release 17.3 E69235-08 September 2017 Oracle Cloud Using the Eventbrite Adapter, Release 17.3 E69235-08 Copyright 2016, 2017, Oracle and/or its affiliates. All

More information

Microsoft Exam Questions & Answers

Microsoft Exam Questions & Answers Microsoft 70-595 Exam Questions & Answers Number: 70-595 Passing Score: 800 Time Limit: 120 min File Version: 25.4 http://www.gratisexam.com/ Microsoft 70-595 Exam Questions & Answers Exam Name: TS: Developing

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions 1. General Questions 2. Agency Administrator 3. Agency Employee 4. Additional Questions related to Servicing General Questions: How can I contact the Support Centre? In case

More information

Concur Travel User Guide

Concur Travel User Guide Concur Travel User Guide 1 Table of Contents What is Concur?... 3 Concur Modules... 3 Logging on to Concur... 5 Exploring the Home Page... 6 Updating Your Travel Profile... 7 Personal Information... 7

More information

PUSH services. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer.

PUSH services. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer. PUSH services Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October 2018 Nick Palmer Product Manager Page 1 of 8 Table of Contents 1. Purpose... 3 2. Glossary of Terms... 3

More information

Infotripla Tampere SIRI Services. User documentation. Document version 1.1

Infotripla Tampere SIRI Services. User documentation. Document version 1.1 User documentation Document version 1.1 2 (18) Table of Contents 1.Introduction...3 1.1.Overview...3 1.2.Purpose...3 1.3.Abbreviations...4 2.Information Product...5 2.1.Available information interfaces...5

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting up the Outgoing Mail Server, page 2 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

Booking vacation packages (general)

Booking vacation packages (general) Outrigger Hotels and Resorts Vacations FAQs: Booking vacation packages (general) Am I booking my vacation package directly with Outrigger Hotels and Resorts? No, your booking is handled through Global

More information

Vendor Portal User Guide

Vendor Portal User Guide Vendor Portal User Guide Version 1.3.208 Taulia Inc. 420 Taylor Street, 4 th Floor San Francisco, CA 94102 Phone +1 (415) 376 8280 Fax +1 (415) 639 6439 Taulia GmbH Bundesallee 171 10715 Berlin, Germany

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

Oracle Cloud Using the Eventbrite Adapter with Oracle Integration

Oracle Cloud Using the Eventbrite Adapter with Oracle Integration Oracle Cloud Using the Eventbrite Adapter with Oracle Integration E85506-05 January 2019 Oracle Cloud Using the Eventbrite Adapter with Oracle Integration, E85506-05 Copyright 2017, 2019, Oracle and/or

More information

All requests must be authenticated using the login and password you use to access your account.

All requests must be authenticated using the login and password you use to access your account. The REST API expects all text to be encoded as UTF-8, it is best to test by sending a message with a pound sign ( ) to confirm it is working as expected. If you are having issues sending as plain text,

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

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

Chapter 10 Web-based Information Systems

Chapter 10 Web-based Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 10 Web-based Information Systems Role of the WWW for IS Initial

More information

Siebel REST API Guide. Siebel Innovation Pack 2017, Rev. A November 2017

Siebel REST API Guide. Siebel Innovation Pack 2017, Rev. A November 2017 Siebel REST API Guide Siebel Innovation Pack 2017, Rev. A November 2017 Copyright 2005, 2017 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under

More information

Configuring Traffic Policies

Configuring Traffic Policies CHAPTER 11 Date: 4/23/09 Cisco Application Networking Manager helps you configure class maps and policy maps to provide a global level of classification for filtering traffic received by or passing through

More information

Vingd API for PHP Documentation

Vingd API for PHP Documentation Vingd API for PHP Documentation Release 1.7 Radomir Stevanovic, Vingd Inc. Jul 17, 2017 Contents 1 Vingd 3 1.1 Vingd API for PHP.......................................... 3 1.2 Installation..............................................

More information

City.Risks SDK. Deliverable D3.6. Editor Nikos Bakalos Dimitris Zografos (ICCS) Contributors N. Papadakis, A. Litke, A. Anagnostopoulos (INFT)

City.Risks SDK. Deliverable D3.6. Editor Nikos Bakalos Dimitris Zografos (ICCS) Contributors N. Papadakis, A. Litke, A. Anagnostopoulos (INFT) Ref. Ares(2017)1990952-18/04/2017 Deliverable D3.6 City.Risks SDK Editor Nikos Bakalos Dimitris Zografos (ICCS) Contributors N. Papadakis, A. Litke, A. Anagnostopoulos (INFT) Version 1.0 Date 6 th March,

More information

Accessing the Progress OpenEdge AppServer. From Progress Rollbase. Using Object Script

Accessing the Progress OpenEdge AppServer. From Progress Rollbase. Using Object Script Accessing the Progress OpenEdge AppServer From Progress Rollbase Using Object Script Introduction Progress Rollbase provides a simple way to create a web-based, multi-tenanted and customizable application

More information

BB DAILY STORAGE DATA SUBMISSION TRANSACTION AND VALIDATION INFORMATION

BB DAILY STORAGE DATA SUBMISSION TRANSACTION AND VALIDATION INFORMATION BB DAILY STORAGE DATA SUBMISSION TRANSACTION AND VALIDATION INFORMATION Version: 1.01 Published: 10 May 2018 IMPORTANT NOTICE Purpose These BB Daily Storage Data Submission are made by AEMO under section

More information