ParcelLifeCycleService-Public_2_0 Web Service Reference Version 2.0.0

Size: px
Start display at page:

Download "ParcelLifeCycleService-Public_2_0 Web Service Reference Version 2.0.0"

Transcription

1 Version

2 Table of contents History... 4 Methods... 5 getparcellabelnumberforwebnumber... 6 gettrackingdata... 9 Complex Types types ContentItem ContentLine DataFault Fault ShipmentInfo StatusInfo SystemFault TrackingProperty TrackingResult getparcellabelnumberforwebnumber getparcellabelnumberforwebnumberresponse gettrackingdata gettrackingdataresponse types_authentication DPD Deutschland GmbH (c) 2017 Page 2 / 30

3 anonymous authentication authenticationfault Elements types datafault getparcellabelnumberforwebnumber getparcellabelnumberforwebnumberresponse gettrackingdata gettrackingdataresponse systemfault types_authentication authentication authenticationfault DPD Deutschland GmbH (c) 2017 Page 3 / 30

4 History Version Changed parameter parcellabelnumber to parcellabelnumber for method gettrackingdata - New method getparcellabelnumberforwebnumber added DPD Deutschland GmbH (c) 2017 Page 4 / 30

5 Methods Following methods are available for the service Method name getparcellabelnumberforwebnumber gettrackingdata Provides the parcel label number for the given web number. Deliver parcel tracking data for a parcel label number. An exception is thrown, if an error has occured. DPD Deutschland GmbH (c) 2017 Page 5 / 30

6 Method: getparcellabelnumberforwebnumber Provides the parcel label number for the given web number. Sample request: SOAP: <soapenv:envelope xmlns:soapenv=" xmlns:ns=" <soapenv:header/> <soapenv:body> <ns:getparcellabelnumberforwebnumber> <delisid>delis123</delisid> <webnumber>io </webnumber> <messagelanguage>en_en</messagelanguage> </ns:getparcellabelnumberforwebnumber> </soapenv:body> </soapenv:envelope> REST: URL: <server:port><path>/parcellifecycleservice/v2_0/getparcellabelnumberforwebnumber JSON data for POST request (for GET request data has to be sent with parameter "request" and for JSONP with parameter "jsonpcallback" to obtain a padding function name): { "authentication" : { "delisid" : "<your delisid>", "authtoken" : "<your authtoken>", "messagelanguage" : "en_en" "getparcellabelnumberforwebnumber" : { "webnumber" : "IO " } } REST result without error: { "getparcellabelnumberforwebnumberresponse": {"parcellabelnumber": " " "status": { "type": "OK", "code": "200", DPD Deutschland GmbH (c) 2017 Page 6 / 30

7 } } "message": "valid" REST result if an error occurred: {"status": { "type": "SystemFault", "code": "<Error code, e.g. 100>", "message": "<Error message>" }} Additional REST state on system error: Error-Code: 100 Error-Type: SystemFault Error-Message: <Message describing the error> Action Input The input for method getparcellabelnumberforwebnumber is as follows: Name authentication * parameters Element types_authentication:authentication types:getparcellabelnumberforwebnumber * header parameter Output The output for method getparcellabelnumberforwebnumber is as follows: Name parameters Element types:getparcellabelnumberforwebnumberresponse DPD Deutschland GmbH (c) 2017 Page 7 / 30

8 Faults The defined faults for method getparcellabelnumberforwebnumber are as follows: Name authenticationfault systemfault datafault Element types_authentication:authenticationfault types:systemfault types:datafault DPD Deutschland GmbH (c) 2017 Page 8 / 30

9 Method: gettrackingdata Deliver parcel tracking data for a parcel label number. An exception is thrown, if an error has occured. Sample request: SOAP: <soapenv:envelope xmlns:soapenv=" xmlns:ns=" xmlns:ns1=" <soapenv:header> <ns:authentication> <delisid>your delisid</delisid> <authtoken>your authtoken</authtoken> <messagelanguage>en_en</messagelanguage> </ns:authentication> </soapenv:header> <soapenv:body> <ns1:gettrackingdata> <parcellabelnumber> </parcellabelnumber> </ns1:gettrackingdata> </soapenv:body> </soapenv:envelope> REST: URL: <server:port><path>/parcellifecycleservice/v2_0/gettrackingdata JSON data for POST request (for GET request data has to be sent with parameter "request" and for JSONP with parameter "jsonpcallback" to obtain a padding function name): { "authentication" : { "delisid" : "<your delisid>", "authtoken" : "<your authtoken>", "messagelanguage" : "en_en" "gettrackingdata" : { "parcellabelnumber" : " " } } DPD Deutschland GmbH (c) 2017 Page 9 / 30

10 REST result without error: { "gettrackingdataresponse": {"trackingresult": { "shipmentinfo": { "receiver": null, "predictinformation": null, "service": { "label": { "content": "Your DPD service: ", "bold": false, "content": [ { "content": "DPD CLASSIC", "bold": false, }], "linktarget": "" "additionalserviceelements": null, "status": "SHIPMENT", "label": { "content": "Shipment information", "bold": true, "description": { "label": null, "content": [ { "content": "Details of your shipment", "bold": false, }], "linktarget": "" "statushasbeenreached": false, "iscurrentstatus": false, "showcontactinfo": false, "location": null, "date": null, "normalitems": null, "importantitems": null, "erroritems": null "statusinfo": [ DPD Deutschland GmbH (c) 2017 Page 10 / 30

11 { "status": "ACCEPTED", "label": { "content": "Parcel handed to DPD", "bold": true, "description": { "label": null, "content": [ { "content": "DPD has received your parcel.", "bold": false, }], "linktarget": "" "statushasbeenreached": true, "iscurrentstatus": false, "showcontactinfo": false, "location": null, "date": null, "normalitems": null, "importantitems": null, "erroritems": null { "status": "AT_SENDING_DEPOT", "label": { "content": "At dispatch depot", "bold": true, "description": { "label": null, "content": [ { "content": "The parcel is at the dispatch depot.", "bold": false, }], "linktarget": "" "statushasbeenreached": true, "iscurrentstatus": false, "showcontactinfo": false, "location": { "content": "Duisburg (DE)", DPD Deutschland GmbH (c) 2017 Page 11 / 30

12 "bold": true, "date": { "content": "16/08/2012, 17:00 ", "bold": true, "normalitems": null, "importantitems": null, "erroritems": null { "status": "ON_THE_ROAD", "label": { "content": "In transit", "bold": true, "description": { "label": null, "content": [ { "content": "Your parcel is on its way to the recipient depot.", "bold": false, }], "linktarget": "" "statushasbeenreached": true, "iscurrentstatus": false, "showcontactinfo": false, "location": null, "date": null, "normalitems": null, "importantitems": null, "erroritems": null { "status": "AT_DELIVERY_DEPOT", "label": { "content": "At recipient depot", "bold": true, "description": { "label": null, DPD Deutschland GmbH (c) 2017 Page 12 / 30

13 "content": [ { "content": "The parcel is at the recipient depot.", "bold": false, }], "linktarget": "" "statushasbeenreached": true, "iscurrentstatus": true, "showcontactinfo": false, "location": { "content": "Gudensberg (DE)", "bold": true, "date": { "content": "17/08/2012, 07:08 ", "bold": true, "normalitems": null, "importantitems": null, "erroritems": null { "status": "DELIVERED", "label": { "content": "Parcel delivered", "bold": true, "description": { "label": null, "content": [ { "content": "Your parcel has been delivered successfully.", "bold": false, }], "linktarget": "" "statushasbeenreached": false, "iscurrentstatus": false, "showcontactinfo": false, "location": null, "date": null, "normalitems": null, DPD Deutschland GmbH (c) 2017 Page 13 / 30

14 } "importantitems": null, "erroritems": null } ], "contactinfo": null } "status": { "type": "OK", "code": "200", "message": "valid" } REST result if an error occurred: {"status": { "type": "SystemFault", "code": "<Error code, e.g. 100>", "message": "<Error message>" }} Additional REST state on system error: Error-Code: 100 Error-Type: SystemFault Error-Message: <Message describing the error> Action Input The input for method gettrackingdata is as follows: Name authentication * parameters Element types_authentication:authentication types:gettrackingdata * header parameter Output DPD Deutschland GmbH (c) 2017 Page 14 / 30

15 The output for method gettrackingdata is as follows: Name parameters Element types:gettrackingdataresponse Faults The defined faults for method gettrackingdata are as follows: Name authenticationfault systemfault datafault Element types_authentication:authenticationfault types:systemfault types:datafault DPD Deutschland GmbH (c) 2017 Page 15 / 30

16 Complex Types URL: Complex Type: ContentItem Contains multiple content lines. label types:contentline / / content types:contentline / 1.. * / linktarget xsd:string / / Identifier for content item. Content of content item. If this field is filled, a link will be created from the content item. DPD Deutschland GmbH (c) 2017 Page 16 / 30

17 Complex Type: ContentLine Contains one text line and information about how the text has to be displayed. content xsd:string / bold xsd:boolean / paragraph xsd:boolean / Text element Indicates if text has to be printed bold. Indicates if there has to be a line break after text element. Complex Type: DataFault Is thrown if a data fault occurs. errorcode xsd:string / minlength: 1 maxlength: 4 errormessage xsd:string / minlength: 1 Error code. Error message text. DPD Deutschland GmbH (c) 2017 Page 17 / 30

18 maxlength: 255 Complex Type: Fault The data structure for error data. errorcode xsd:string / minlength: 1 maxlength: 4 errormessage xsd:string / minlength: 1 maxlength: 255 Error code. Error message text. DPD Deutschland GmbH (c) 2017 Page 18 / 30

19 Complex Type: ShipmentInfo Contains general shipment information (e.g. service code). receiver types:contentitem / / predictinformation types:contentitem / / service types:contentitem / / Receiver of parcel. Information about estimated delivery time of parcel (DPD Predict). Name of DPD product of the parcel (e.g. DPD Classic). additionalservice Elements types:contentitem / / Additional services for DPD product. trackingproperty types:trackingproperty / 0.. * / status xsd:string / SHIPMENT ACCEPTED AT_SENDING_DEPOT ON_THE_ROAD AT_DELIVERY_DEPOT DELIVERED label types:contentline / description types:contentitem / statushasbeenreached xsd:boolean / Properties. Status Name of status. of status. Indicates if status has been reached. DPD Deutschland GmbH (c) 2017 Page 19 / 30

20 iscurrentstatus xsd:boolean / showcontactinfo xsd:boolean / location types:contentline / / date types:contentline / / normalitems types:contentitem / 0.. * / importantitems types:contentitem / 0.. * / erroritems types:contentitem / 0.. * / Indicates if status is current status. Defines if contact information shall be displayed on detail page of the status. Contains the location of the last scan. Contains date and time of the last scan. A list of content items which describe events classified as NORMAL. A list of content items which describe events classified as IMPORTANT. A list of content items which describe events classified as ERROR. Complex Type: StatusInfo Contains all information and scan data for a status. status xsd:string / SHIPMENT ACCEPTED AT_SENDING_DEPOT ON_THE_ROAD AT_DELIVERY_DEPOT DELIVERED Status DPD Deutschland GmbH (c) 2017 Page 20 / 30

21 label types:contentline / description types:contentitem / statushasbeenreached xsd:boolean / iscurrentstatus xsd:boolean / showcontactinfo xsd:boolean / location types:contentline / / date types:contentline / / normalitems types:contentitem / 0.. * / importantitems types:contentitem / 0.. * / erroritems types:contentitem / 0.. * / Name of status. of status. Indicates if status has been reached. Indicates if status is current status. Defines if contact information shall be displayed on detail page of the status. Contains the location of the last scan. Contains date and time of the last scan. A list of content items which describe events classified as NORMAL. A list of content items which describe events classified as IMPORTANT. A list of content items which describe events classified as ERROR. DPD Deutschland GmbH (c) 2017 Page 21 / 30

22 Complex Type: SystemFault Is thrown if an internal system fault occurs. errorcode xsd:string / minlength: 1 maxlength: 4 errormessage xsd:string / minlength: 1 maxlength: 255 Error code. Error message text. Complex Type: TrackingProperty key xsd:string / value xsd:string / Property key. Possible keys: - showfollowmyparcellink (value: true) Property value. DPD Deutschland GmbH (c) 2017 Page 22 / 30

23 Complex Type: TrackingResult Result type for tracking data. shipmentinfo types:shipmentinfo / / statusinfo types:statusinfo / 0.. * / contactinfo types:contentitem / / Information about the shipment. Status information. Contact information. Complex Type: getparcellabelnumberforwebnumber webnumber xsd:string / minlength: 1 maxlength: 9 The web information number. DPD Deutschland GmbH (c) 2017 Page 23 / 30

24 Complex Type: getparcellabelnumberforwebnumberresponse parcellabelnumber xsd:string / / The parcel label number. Complex Type: gettrackingdata parcellabelnumber xsd:string / length: 14 Parcel label number Complex Type: gettrackingdataresponse Response object of method gettrackingdata. trackingresult types:trackingresult / Result object with tracking data. DPD Deutschland GmbH (c) 2017 Page 24 / 30

25 _authentication URL: _authentication Anonymous Complex Type of Element: authentication The data structure for authentication data. delisid xsd:string / minlength: 8 maxlength: 10 authtoken xsd:string / minlength: 0 maxlength: 64 messagelanguage xsd:string / minlength: 5 maxlength: 5 The delis user id for authentication. The token for authentication. Field authtoken of Login, as a result of Method "getauth" of LoginService. The language (Java format) for messages. "de_de" for german messages. "en_us" for english messages. DPD Deutschland GmbH (c) 2017 Page 25 / 30

26 _authentication Anonymous Complex Type of Element: authenticationfault The data structure for authentication errors. errorcode xsd:string / errormessage xsd:string / minlength: 1 maxlength: 255 The error code. Valid codes: NoAccessAuthenticationFault=-1 NoRightsAuthenticationFault=-2 The error message text. DPD Deutschland GmbH (c) 2017 Page 26 / 30

27 Elements URL: Element: datafault datafault types:datafault / Thrown if a data fault occurs. Element: getparcellabelnumberforwebnumber getparcellabelnumber ForWebNumber types:getparcellabel NumberForWebNumber / Input parameter of getparcellabelnumberforwebnumber. DPD Deutschland GmbH (c) 2017 Page 27 / 30

28 Element: getparcellabelnumberforwebnumberresponse getparcellabelnumber ForWebNumber Response types:getparcellabel NumberForWebNumber Response / Output parameter of getparcellabelnumberforwebnumber. Element: gettrackingdata gettrackingdata types:gettrackingdata / Input parameter of gettrackingdata. Element: gettrackingdataresponse gettrackingdata Response types:gettrackingdata Response / Output parameter of gettrackingdata. DPD Deutschland GmbH (c) 2017 Page 28 / 30

29 Element: systemfault systemfault types:systemfault / Thrown if an internal system fault occurs. DPD Deutschland GmbH (c) 2017 Page 29 / 30

30 _authentication URL: _authentication Element: authentication Anonymous Complex Type types_authentication:authentication _authentication Element: authenticationfault Anonymous Complex Type types_authentication:authenticationfault DPD Deutschland GmbH (c) 2017 Page 30 / 30

LoginService-Public_2_0 Web Service Reference

LoginService-Public_2_0 Web Service Reference 19.03.2015 Table of contents Methods... 3 getauth... 4 Complex Types... 6 types... 6 Login... 6 LoginException... 7 getauth... 8 getauthresponse... 8 types_authentication... 9 anonymous... 9 authentication...

More information

ParcelShopFinderService-Public_5_0 Web Service Reference Version 5.0

ParcelShopFinderService-Public_5_0 Web Service Reference Version 5.0 Version 5.0 19.03.2015 Table of contents History... 5 Methods... 6 findcities... 7 findparcelshops... 10 findparcelshopsbygeodata... 14 getavailableservices... 18 Complex Types... 21 types... 21 CityType...

More information

City/Zip Lookup Web Service Implementation Guide Version 1.00

City/Zip Lookup Web Service Implementation Guide Version 1.00 City/Zip Lookup Web Service Implementation Guide Version 1.00 Revised: 10/04/2016 SECTION 1 - NARRATIVE... 1 SECTION 2 - INPUT PARAMETERS... 2 SECTION 3 - OUTPUT PARAMETERS... 3 SECTION 4 - SOAP XML EXAMPLES...

More information

Using BMC SRM OOB Web Services

Using BMC SRM OOB Web Services Using BMC SRM OOB Web Services The BMC Service Request Management application is shipped with a number of OOB Web Services that can be used to Create, Query and Modify requests (see Figure 1. at end of

More information

Lab 3: Simple Integration Use Case

Lab 3: Simple Integration Use Case Exercise 1 : Create the web service...2 Exercise 2 : Deploy the web service...4 Exercise 3 : Test the service...8 1/16 In this exercise, you will learn how to activate a Maximo inbound web service. This

More information

Usage of Evaluate IPAddress Action with wm Mediator

Usage of Evaluate IPAddress Action with wm Mediator Usage of Evaluate IPAddress Action with wm Mediator INTRODUCTION PRE-REQUISITE CONFIGURATIONS Create and configure a consumer application with IP Address Create a virtual alias in BusinessUI with Evaluate

More information

An introduction API testing with SoapUI

An introduction API testing with SoapUI An introduction API testing with SoapUI Vincent Vonk 12-06-2018 CGI Group Inc. Agenda for the next 50 minutes What is SoapUI? What are Web APIs? Why test on API level? What can SoapUI do? Types of Web

More information

SMS Aggregation - API Documentation

SMS Aggregation - API Documentation SMS Aggregation - API Documentation Wireless Logic Version - 2.0 Issue Date - 20th February 2014 Wireless Logic Ltd Grosvenor House Horseshoe Crescent Beaconsfield, Buckinghamshire HP9 1LJ Tel: +44 (0)1494

More information

JChem Web Services. Gabor Guta, PhD

JChem Web Services. Gabor Guta, PhD JChem Web Services Gabor Guta, PhD Agenda Products Overview JChem Web Services Classic SOAP examples in Python Brand New JChem Web Services REST examples in JavaScript and Python Future Plans Goal of the

More information

myinsight for Documentum myinsight Web Services User Guide

myinsight for Documentum myinsight Web Services User Guide myinsight for Documentum myinsight Web Services User Guide Contents 1. Version History... 3 2. Product... 4 3. Webservice Introduction... 6 3.1. REST End Points... 6 3.2. SOAP End Points...6 4. Authorization...

More information

27-Jan Customer Portal API. Quick reference for developers

27-Jan Customer Portal API. Quick reference for developers 27-Jan-2015 Customer Portal API Quick reference for developers Content 1. Brief overview and process flow... 2 1.1. Session... 2 1.2. Customer authorization... 2 1.3. Audio upload... 3 1.4. Calculate price...

More information

PonyExpress API V1. The PonyExpress API allows you to perform operations that you do with our web client.

PonyExpress API V1. The PonyExpress API allows you to perform operations that you do with our web client. PonyExpress API V1 INTRODUCTION The PonyExpress API allows you to perform operations that you do with our web client. GETTING STARTED APIs requires a minimum of two mandatory headers. Content-Type : application/json

More information

DPD shipping module WooCommerce. France only

DPD shipping module WooCommerce. France only DPD shipping module WooCommerce France only Summary 1- INTRODUCTION... 3 2- MODULE INSTALLATION... 4 3- MODULE CONFIGURATION... 5 A. YOUR SENDER DATA... 5 B. DELIVERY SERVICES... 7 C. SHIPPING RATES MANAGEMENT...

More information

UC Web Service Developer Guide of UC Credit Report. version 1.1 V

UC Web Service Developer Guide of UC Credit Report. version 1.1 V UC Web Service Developer Guide of UC Credit Report version 1.1 V. 2015.12.14 Developer Guide of UCCreditReport Web Service Page 2 of 45 Terms description of UCCreditReport Web Service Copyright 2009 UC

More information

Introduction to the Prime Fulfillment API

Introduction to the Prime Fulfillment API CHAPTER 1 The Cisco Prime Fulfillment application program interface (API) allows you to use operations support system (OSS) client programs to connect to the Prime Fulfillment system. The Prime Fulfillment

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

NEMSIS V3 Performance Measure Service Technical Guide

NEMSIS V3 Performance Measure Service Technical Guide NEMSIS TAC Whitepaper NEMSIS V3 Performance Measure Service Technical Guide Date June 1, 2017 Authors Joshua Legler NEMSIS Consultant Subhadeep Nag NEMSIS Software Design Engineer N. Clay Mann NEMSIS P.I.

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

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved.

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved. TECHNICAL REFERENCE Inforce Transactions Page 1 Table of Contents 1 Overview... 3 2 Roles and Responsibilities... 3 2.1 Participants... 3 2.2 DTCC Server... 4 3 Communication Protocols... 5 3.1 SOAP Messages...

More information

The ehealth platform

The ehealth platform Cookbook How to call the Qermid Tuco web services and the test process Version 1.0 This document is provided to you free of charge by The ehealth platform Willebroekkaai 38 Quai de Willebroeck 38 1000

More information

Social Security ONSS/RSZ. Place Victor Horta BRUXELLES - Tél Fax Internet:

Social Security ONSS/RSZ. Place Victor Horta BRUXELLES - Tél Fax Internet: Social Security ONSS/RSZ Place Victor Horta 11-1060 BRUXELLES - Tél 02 509 31 11 - Fax 02 509 30 19 - Internet: www.onss.fgov.be Victor Hortaplein 11-1060 BRUSSEL - Tel. 02 509 31 11 - Fax 02 509 30 19

More information

Servicebeschrijvingen Nummervoorziening Pseudonimisering in de leermiddelenketen

Servicebeschrijvingen Nummervoorziening Pseudonimisering in de leermiddelenketen Servicebeschrijvingen Nummervoorziening Pseudonimisering in de leermiddelenketen Inhoud DOCUMENT INFORMATIE... 2 Status... 2 Versiehistorie... 2 Betrokken/geraadpleegd... 2 Distributie en goedkeuring...

More information

Magensa Web Service DecryptAndForwardWS Operations

Magensa Web Service DecryptAndForwardWS Operations Magensa Web Service DecryptAndForwardWS Operations Programmer s Reference Manual November 14, 2016 Manual Part Number: D998200051-30 REGISTERED TO ISO 9001:2008 Magensa I 1710 Apollo Court I Seal Beach,

More information

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear.

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. Creating a Webform 1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. 2. Enter the title of the webform you would like to create

More information

Magensa Web Service. Decrypt And Forward 3.0. Programmer s Manual. March Manual Part Number: D REGISTERED TO ISO 9001:2008

Magensa Web Service. Decrypt And Forward 3.0. Programmer s Manual. March Manual Part Number: D REGISTERED TO ISO 9001:2008 Magensa Web Service Decrypt And Forward 3.0 Programmer s Manual March 2018 Manual Part Number: D998200228-10 REGISTERED TO ISO 9001:2008 Magensa I 1710 Apollo Court I Seal Beach, CA 90740 I Phone: (562)

More information

MessageMedia Messaging Web Service. May 2014

MessageMedia Messaging Web Service. May 2014 MessageMedia Messaging Web Service May 2014 Table of contents Section 1: Change History... 5 Section 2: Glossary... 5 Section 3: Introduction... 6 3.1 MESSAGING WEB SERVICE FEATURES... 6 3.2 CLIENT REQUIREMENTS

More information

PassBy[ME] API Documentation

PassBy[ME] API Documentation PassBy[ME] API Documentation Document id: PBM_01 Document Version: 1.1.12 Author: Microsec Ltd. Date: 2015.09.13. API Version 1 1 Table of contents 1 Introduction... 4 2 Terms... 5 3 PassBy[ME] message

More information

WEB OF SCIENCE USAGE REPORTING

WEB OF SCIENCE USAGE REPORTING WEB OF SCIENCE USAGE REPORTING COUNTER - SUSHI WEB SERVICE October 30, 2013 Table of Contents Web of Science Usage Reporting Web Service 2 Reports Returned by the Service 2 Service Endpoint Address and

More information

The contents of this publication the specifications of this application are subject to change without notice.

The contents of this publication the specifications of this application are subject to change without notice. V.1.0. Publication Notice The contents of this publication the specifications of this application are subject to change without notice. GFI Software reserves the right to make changes without notice to

More information

DAVE. SOAP Web Services

DAVE. SOAP Web Services DAVE SOAP Web Services Introduction This document provides information about the Dave Web Services API and serves as a basic explanation for people with technicals skills who are making a connection to

More information

Composer Help. Web Request Common Block

Composer Help. Web Request Common Block Composer Help Web Request Common Block 7/4/2018 Web Request Common Block Contents 1 Web Request Common Block 1.1 Name Property 1.2 Block Notes Property 1.3 Exceptions Property 1.4 Request Method Property

More information

Oracle Communications Network Charging and Control. Web Services Description Language Reference Guide Release 6.0.1

Oracle Communications Network Charging and Control. Web Services Description Language Reference Guide Release 6.0.1 Oracle Communications Network Charging and Control Web Services Description Language Reference Guide Release 6.0.1 April 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights reserved.

More information

LEARN HOW TO USE CA PPM REST API in 2 Minutes!

LEARN HOW TO USE CA PPM REST API in 2 Minutes! LEARN HOW TO USE CA PPM REST API in 2 Minutes! WANT TO LEARN MORE ABOUT CA PPM REST API? If you are excited about the updates to the REST API in CA PPM V14.4 and would like to explore some of the REST

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration for the Windows and Linux operating systems Software Version: OO 10.x Web Services Wizard Guide Document Release Date: February 2014 Software Release Date: February 2014 Legal

More information

ehealthbox v.2 Consultation Web Service Cookbook Version 2.4

ehealthbox v.2 Consultation Web Service Cookbook Version 2.4 ehealthbox v.2 Consultation Web Service Cookbook Version 2.4 This document is provided to you free of charge by the ehealth platform Willebroekkaai 38 1000 Brussel 38, Quai de Willebroek 1000Bruxelles

More information

Integration REST Text2Speech Version 1.1

Integration REST Text2Speech Version 1.1 1 Integration REST Text2Speech Version 1.1 2 Table of Contents Introduction P. 3 Technical Platform Request for shipments voicemails P. 4 JSON request P. 4 Example request CURL P. 5 Sample PHP request

More information

https://blogs.oracle.com/angelo/entry/rest_enabling_oracle_fusion_sales., it is

https://blogs.oracle.com/angelo/entry/rest_enabling_oracle_fusion_sales., it is More complete RESTful Services for Oracle Sales Cloud Sample/Demo Application This sample code builds on the previous code examples of creating a REST Facade for Sales Cloud, by concentrating on six of

More information

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 January 04, 2016 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared

More information

All About Integration

All About Integration All About Integration XOG XML Open Gateway Lars Seibert, Engineering Services Architect July 2009 Terms of This Presentation This presentation was based on current information and resource allocations

More information

Create an account in Salesforce using the Web Services consumer functionality

Create an account in Salesforce using the Web Services consumer functionality Name of Solution: Mapping : Salesforce ACCOUNT using Web Services Business Requirement: Create an account in Salesforce using the Web Services consumer functionality Description: SalesForce provides a

More information

Classic Payment API. SOPG (Service Oriented Prepaid Gateway - xml based protocol) Documentation. Version history. Service Oriented Prepaid Gateway

Classic Payment API. SOPG (Service Oriented Prepaid Gateway - xml based protocol) Documentation. Version history. Service Oriented Prepaid Gateway Classic Payment API SOPG ( - xml based protocol) Documentation Version history Version Date Description Author 0.1 2013-10-03 Initial draft Paul Kneidinger 0.2 2013-20-03 Added details and restructured

More information

PROTECTPAY APPLICATION PROGRAMMING INTERFACE Instructions to Interface with ProPay ProtectPay. Version

PROTECTPAY APPLICATION PROGRAMMING INTERFACE Instructions to Interface with ProPay ProtectPay. Version PROTECTPAY APPLICATION PROGRAMMING INTERFACE Instructions to Interface with ProPay ProtectPay Version 10.17.0 Revision History Date Version Description Author 2/20/2016 4.0.0 12/30/2016 4.16.7 Updated

More information

MyVSBNet Insurability Web Service Cookbook Version 1.1

MyVSBNet Insurability Web Service Cookbook Version 1.1 MyVSBNet Insurability Web Service Cookbook Version 1.1 This document is provided to you free of charge by the ehealth platform Willebroekkaai 38 1000 Brussel 38, Quai de Willebroeck 1000 Bruxelles All

More information

Module Installation Guide DPD Prestashop

Module Installation Guide DPD Prestashop Module Installation Guide DPD Prestashop 22-01-2015 Version 2.2 Bussiness Dragos Buzea Development Manager 22-01-2015 Version 2.2 Support Specialist Alexandru Martin 16-02-2016 Update functionalities Support

More information

Sophos Mobile Control Network Access Control interface guide. Product version: 7

Sophos Mobile Control Network Access Control interface guide. Product version: 7 Sophos Mobile Control Network Access Control interface guide Product version: 7 Document date: January 2017 Contents 1 About this guide...3 2 About Sophos Mobile Control...4 3 Sophos Mobile Control NAC

More information

dciphering Computing Amazon Seller Central Soap/XML Services as of Jan/2009

dciphering Computing Amazon Seller Central Soap/XML Services as of Jan/2009 Introduction: If you have had opportunity to review the documentation for Amazon s Web Services API for Seller Central you may have been impressed with all the documentation available and thought it would

More information

Introduction to IEC Landis+Gyr May 27, 2015

Introduction to IEC Landis+Gyr May 27, 2015 Introduction to IEC61968-100 IEC61968-100 Implementation Profiles 2 IEC61968-100.... The Basics (1) IEC61968-100 reflects best practices and integration experiences and has been in effective use since

More information

Secured ecollege Web Services Working with Web Services Security

Secured ecollege Web Services Working with Web Services Security ECOLLEGE Secured ecollege Web Services Working with Web Services Security VERSION 1.0 Revision History... 3 Introduction... 4 Definition... 4 Overview... 4 Authenticating SOAP Requests... 5 Securing the

More information

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services September 2009 Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services SKU pt850pbr0 Copyright 1988, 2009, Oracle and/or its affiliates.

More information

ideal QR - Merchant Implementation Guidelines (EN)

ideal QR - Merchant Implementation Guidelines (EN) ideal QR - Merchant Implementation Guidelines (EN) Version: 1.5 Date: 19-02-2018 Copyright Currence ideal B.V. All rights reserved. Page 1 of 16 Versions... version Adjustments 1.0 First version for extended

More information

User s Guide. DPD Online Application

User s Guide. DPD Online Application User s Guide DPD Online Application User s Manual DPD Online Application Version 2.3 Warsaw, July 2018 Page 2 of 51 User s Guide DPD Online Application Table of contents Table of contents... 3 1. Logging

More information

MPPGv3 Magensa Payment Protection Gateway version 3.0 Programmer s Reference Manual

MPPGv3 Magensa Payment Protection Gateway version 3.0 Programmer s Reference Manual MPPGv3 Magensa Payment Protection Gateway version 3.0 Programmer s Reference Manual June 29, 2017 Manual Part Number: D998200191-10 REGISTERED TO ISO 9001:2008 Magensa I 1710 Apollo Court I Seal Beach,

More information

Objective: Review how to use access the Bulkvs.com Origination and 911 SOAP API using SOAP UI

Objective: Review how to use access the Bulkvs.com Origination and 911 SOAP API using SOAP UI Objective: Review how to use access the Bulkvs.com Origination and 911 SOAP API using SOAP UI Perquisites: 1. Have access to your bulkvs.com API ID 2. Have an MD5 equivalent of your bllkvs.com password

More information

DPD Shipper User Guide

DPD Shipper User Guide DPD Shipper User Guide 1 Version State Date 0.9.8 Draft 04.09.2017 0.9.7 Draft 28.04.2017 0.9.6 Draft 29.03.2017 0.9.5 Draft 15.03.2017 0.9.4 Draft 14.03.2017 0.9.3 Draft 10.03.2017 0.9.2 Draft 07.03.2017

More information

Using Require Encryption Policy in Mediator

Using Require Encryption Policy in Mediator Using Require Encryption Policy in Mediator Contents Require Encryption in webmethods Mediator Usage of Require Encryption in webmethods Mediator Creating a New Require Encryption Policy Creating a New

More information

Oracle. Field Service Cloud Integrating with Outbound API 18A

Oracle. Field Service Cloud Integrating with Outbound API 18A Oracle Field Service Cloud 18A Part Number: E92187-01 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information Development Team This software and related

More information

REST architecture for perfsonar

REST architecture for perfsonar REST architecture for perfsonar NinaJeliazkova(BREN),CandidoMontes(RedIris) GN3JRA2Task3 2010 AninvestigationofRESTarchitectureforwebservicesanditsapplicabilitytoperfSONARwebservices infrastructure.wepresentashortbackgroundonrestprinciplesandproposeamappingofexisting

More information

DPD Shipper 2.1 Guide Swiss customers Version 1.1_

DPD Shipper 2.1 Guide Swiss customers Version 1.1_ DPD Shipper 2.1 Guide Swiss customers Version 1.1_ 2017-09-05 Contents 1 Introduction... 3 1.1 Operating systems supported... 3 1.2 Hardware requirements... 3 2 Installation... 3 2.1 Install.NET Framework...

More information

Queens Library API Requirements Document For e-content Partners

Queens Library API Requirements Document For e-content Partners Queens Library API Requirements Document For e-content Partners Version Date Author Description 1 08/03/2015 Surinder Pal Singh Draft 1.1 08/07/2015 Surinder Pal Singh Revised by Team 1.2 08/19//2015 Surinder

More information

UNIT - V. 1. What is the concept behind JAX-RPC technology? (NOV/DEC 2011)

UNIT - V. 1. What is the concept behind JAX-RPC technology? (NOV/DEC 2011) UNIT - V Web Services: JAX-RPC-Concepts-Writing a Java Web Service- Writing a Java Web Service Client-Describing Web Services: WSDL- Representing Data Types: XML Schema- Communicating Object Data: SOAP

More information

Sophos Mobile. Network Access Control interface guide. Product Version: 8.1

Sophos Mobile. Network Access Control interface guide. Product Version: 8.1 Network Access Control interface guide Product Version: 8.1 Contents About this guide... 1 Sophos Mobile NAC support... 2 Prerequisites...3 Configure NAC support...4 NAC web service interface... 5 API

More information

Using Faults in a Web Service Operation Mapping

Using Faults in a Web Service Operation Mapping Using Faults in a Web Service Operation Mapping 2011 Informatica Abstract You can configure a web service operation mapping with multiple Fault transformations in Informatica Developer. Each Fault transformation

More information

GlobalSign API for EPKI

GlobalSign API for EPKI GlobalSign API for EPKI Implementation Guide and Definitions Version 2.7.2 Version Release Notes Version 1.1 04/28/2011 - Updated test system addresses Version 2.0 06/27/2011 Included updated functionality

More information

Business Register Web Services XML Services (v6 adapter)

Business Register Web Services XML Services (v6 adapter) Business Register Web Services XML Services (v6 adapter) Last modification: 13. September 2018 Business register web services XML services Introduction:... 3 1. Simple company data query (status query)...

More information

DPD Shipper User Guide

DPD Shipper User Guide DPD Shipper User Guide 1 Contents Overview... 6 Purpose of this guide... 6 System requirements and basic information... 7 Installation of DPD Application... 8 Installation and first run in demo mode...

More information

Getting started with OWASP WebGoat 4.0 and SOAPUI.

Getting started with OWASP WebGoat 4.0 and SOAPUI. Getting started with OWASP WebGoat 4.0 and SOAPUI. Hacking web services, an introduction. Version 1.0 by Philippe Bogaerts mailto:philippe.bogaerts@radarhack.com http://www.radarhack.com 1. Introduction

More information

API Description Document. Requestor. Approvals

API Description Document. Requestor. Approvals API Document Requestor Requestor: Designation [ Designation Goes Here] Department [ Department Goes Here] Approvals Executive Sponsor: Business Program Manager: Project Manager BSG: Please add additional

More information

Scheduling API. Getting Started. Scheduling API Overview CHAPTER

Scheduling API. Getting Started. Scheduling API Overview CHAPTER CHAPTER 3 Revised June 29, 2011 The Cisco TelePresence Exchange System provides the Scheduling Application Programming Interface (API) to facilitate the development of scheduling portals and other software

More information

Securities Lending Reporting Web Service

Securities Lending Reporting Web Service Securities Lending Reporting Web Service External Interface Specification Broker Trades Message Specification November 2009 (November 2007) ASX Market Information 2009 ASX Limited ABN 98 008 624 691 Table

More information

Getting Started. Installation Notes. Checking the API Status. Checking from the API CHAPTER

Getting Started. Installation Notes. Checking the API Status. Checking from the API CHAPTER CHAPTER 2 This chapter describes how to begin service provisioning with the Cisco Prime Fulfillment application program interface (API) and includes API-related installation notes, verifying the status

More information

EMEA RMA Portal User Guide

EMEA RMA Portal User Guide EMEA RMA Portal User Guide Intermec EMEA RMA Portal User Guide Contents 1. Logging on to the Portal... 3 2. Create RMA... 5 3. Track & Trace... 15 4. Change Password... 20 Page 2 v2.2, December 2011 1.

More information

HAYSTACK AUTHENTICATION

HAYSTACK AUTHENTICATION For Haystack Geeks HAYSTACK AUTHENTICATION MATTHEW GIANNINI SKYFOUNDRY May 9, 2017 INITIAL SPECIFICATION May 9, 2017 2 INITIAL SPECIFICATION - 2012 Currently authentication is left to the server implementation.

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Roadmap Dave Bain PeopleSoft Product Management 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

White Paper. Fabasoft Integration for CMIS. Fabasoft Folio 2016 Update Rollup 6

White Paper. Fabasoft Integration for CMIS. Fabasoft Folio 2016 Update Rollup 6 White Paper Fabasoft Integration for CMIS Fabasoft Folio 2016 Update Rollup 6 Copyright Fabasoft R&D GmbH, Linz, Austria, 2017. All rights reserved. All hardware and software names used are registered

More information

This section covers new and updated features and functionality delivered in the Classic DocuSign Experience.

This section covers new and updated features and functionality delivered in the Classic DocuSign Experience. Service Pack Notes Service Pack Notes for November 6, 2015 (updated Nov 13, 2015) This document provides information about the updates deployed to the DocuSign Production environment as part of November

More information

Cisco Encryption

Cisco  Encryption This chapter contains the following sections: Overview of, page 1 How to Encrypt Messages with a Local Key Server, page 2 Encrypting Messages using the Email Security Appliance, page 3 Determining Which

More information

Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication

Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication Collaboration Technology Support Center Microsoft Collaboration Brief October 2005 Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication André Fischer,

More information

Money Markets Statistical Reporting (MMSR)

Money Markets Statistical Reporting (MMSR) Money Markets Statistical Reporting (MMSR) IT Appendix for Reporting Agents Version Status Date 1.0 First version 08.09.2015 1.01 Updates 23.09.2015 1.02 Updates 20.11.2015 1.03 3.0 Updates Updates 11.01.2016

More information

AEM Mobile: Setting up Google as an Identity Provider

AEM Mobile: Setting up Google as an Identity Provider AEM Mobile: Setting up Google as an Identity Provider Requirement: Prerequisite knowledge Understanding of AEM Mobile Required Products AEM Mobile Google Account Generating the client ID and secret To

More information

Broadband Connectivity Service (BBCS),Full Access Services (FA) and Cooperation Partner Services (COPA) General Functions Interface Specification

Broadband Connectivity Service (BBCS),Full Access Services (FA) and Cooperation Partner Services (COPA) General Functions Interface Specification Broadband Connectivity Service (BBCS),Full Access Services (FA) and Cooperation Partner Services (COPA) General Functions Interface Specification Issue date 29.09.2016 Replaces version 25 or previous Valid

More information

E-office training objectives

E-office training objectives E-office training objectives Creation of receipt of DO letter. Sending receipt to concerned officer. Forwarding of receipt by concerned officer along with comments to the next level as required. Closing

More information

API Gateway Analytics

API Gateway Analytics API Gateway Analytics API Gateway Analytics April 2016 Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks Akana, SOA Software, Policy Manager, Portfolio Manager, Repository Manager, Service

More information

Web Booker User Guide (BETA) Priority Express V February 2018

Web Booker User Guide (BETA) Priority Express V February 2018 Web Booker User Guide (BETA) Priority Express V1.1 23 February 2018 Priority Web Booker takes advantage of the latest technology to provide our customers with a flexible and easy to use on-line booking

More information

Communicator. Branded Sending Domain July Branded Sending Domain

Communicator. Branded Sending Domain July Branded Sending Domain Branded Sending Domain Communicator Branded Sending Domain July 2017 Version 2.1 This document includes instructions on how to set up a new sender domain and ensure this is configured correctly. Contents

More information

WEBFLEET Plugins Reference

WEBFLEET Plugins Reference WEBFLEET Plugins Reference Contents Welcome 3 Terminology 4 Plugin... 4 Additional feature... 4 Feature activation or booking 5 For customers... 5 For integrators and system partners... 5 Capabilities

More information

Oracle Responsys. REST API Developer s Guide. REST API v1.3 for Responsys 18A E February 2018

Oracle Responsys. REST API Developer s Guide. REST API v1.3 for Responsys 18A E February 2018 Oracle Responsys REST API Developer s Guide REST API v1.3 for Responsys 18A E65150-16 IMPORTANT: The v1.3 REST APIs documented in this guide are intended for use with Oracle Responsys 18A and later. If

More information

IaaS API Reference (Management Administration)

IaaS API Reference (Management Administration) FUJITSU Cloud Service K5 IaaS API Reference (Management Administration) Version 1.18 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-001-001E Preface Structure of the

More information

Address Verification Best Practices for Germany

Address Verification Best Practices for Germany Address Verification Best Practices for Germany Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United States and

More information

DPD France Shipping Method Module Magento 2

DPD France Shipping Method Module Magento 2 DPD France Shipping Method Module Magento 2 Summary 1 - INTRODUCTION 3 2 - MODULE INSTALLATION 4 3 - MODULE CONFIGURATION 5 4 - FRONT-OFFICE USAGE 10 5 - BACK-OFFICE USAGE 13 6 - MODULE UNINSTALLATION

More information

Configuring a Microstrategy Resource in Metadata Manager 9.5.0

Configuring a Microstrategy Resource in Metadata Manager 9.5.0 Configuring a Microstrategy Resource in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Setting up B2B and Frequently Asked Questions

Setting up B2B and Frequently Asked Questions Setting up B2B and Frequently Asked s 11-1-2017 16:45 Content 1 Steps to perform... 2 1.1 Step 1: Read the available documentation... 2 1.2 Step 2: Request a certificate... 2 1.3 Step 2: Get your IT ready...

More information

Notification Services

Notification Services Apple Push Notifications, page 1 Email Notifications, page 5 Multiple Email Notification Configuration, page 9 SMS Notifications, page 12 Multiple SMSC Server Configuration, page 20 Real Time Notifications,

More information

EMR Certification EHealth_hub Diagnostic Imaging Report Result Distribution Interface Assessment Guide. Version: 1.3 September 29, 2016

EMR Certification EHealth_hub Diagnostic Imaging Report Result Distribution Interface Assessment Guide. Version: 1.3 September 29, 2016 EMR Certification EHealth_hub Diagnostic Imaging Report Result Distribution Interface Assessment Guide Version: 1.3 September 29, 2016 Table of Contents 1 Overview... 3 1.1 Diagnostic Imaging Reports Result

More information

bizhub Evolution TRANSLATE bizhub Evolution User's Guide Version: 1.1

bizhub Evolution TRANSLATE bizhub Evolution User's Guide Version: 1.1 bizhub Evolution TRANSLATE User's Guide Version: 1.1 bizhub Evolution "Translate" supports you 2 Table of contents "Translate" supports you... 3 Specifications... 3 Requirements... 3 How to use "Translate"...

More information

2013 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.

2013 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Introduction... 3 What are Business Rules?... 3 What is a Corticon Decision Service?... 4 What is the Corticon Business Rules Server?... 4 What is Progress Rollbase?... 4 Installation and setup... 5 Install

More information

Electronically Prescribing Controlled Substances

Electronically Prescribing Controlled Substances Audience: All E-Prescribing Physicians To e-prescribe controlled substances in Epic, you must first install the SecureAuth Authenticate app on your smartphone. This app is required as a secondary form

More information

SADC Corporate GIS. St Albans City and District Council

SADC Corporate GIS. St Albans City and District Council SADC Corporate GIS St Albans City and District Council Local Knowledge Unlocking Your Data Paul Miller Business Support Manager Working with Cadcorp since 2006 Corporate GIS Licensing Desktop: 13 x Map

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

EMR Certification EHealth_hub Diagnostic Imaging Report Result Distribution Interface Requirements Specification

EMR Certification EHealth_hub Diagnostic Imaging Report Result Distribution Interface Requirements Specification EMR Certification EHealth_hub Diagnostic Imaging Report Result Distribution Interface Requirements Specification Version: 1.3 September 29, 2016 Table of Contents 1 Overview... 4 1.1 Diagnostic Imaging

More information

UDC API Reference. Get UDC Cache Entry

UDC API Reference. Get UDC Cache Entry Get UDC Cache Entry, on page 1 Synchronize UDC with UDR, on page 7 Synchronize UDC with Sy OCS Server, on page 8 Insert Data in UDC LDAP Cache, on page 9 Delete Single Cache Entry, on page 9 UDC Send SOAP

More information