INTERFACE SPECIFICATION NEXT VISUAL TAG ENQUIRY VERSION 1.3 JUNE 2015

Size: px
Start display at page:

Download "INTERFACE SPECIFICATION NEXT VISUAL TAG ENQUIRY VERSION 1.3 JUNE 2015"

Transcription

1 INTERFACE SPECIFICATION NEXT VISUAL TAG ENQUIRY VERSION 1.3 JUNE 2015

2

3 CONTENTS VERSION CONTROL... 1 INTRODUCTION... 2 Interface Method... 2 Support... 2 INTERFACE RULES AND PROCESSES... 3 Business Rules... 3 Enquiries Process Rules... 3 DATA STANDARDS... 5 Data formats... 5 Common System Interface Response... 5 Validation Rules & Responses... 5 Schema Validations... 5 Database Validations... 6 XML SCHEMA... 7 Soap Header... 7 Authentication and Authorisation... 7 Schemas... 8 Common.xsl... 8 Types.xsl... 9 Sample Request Sample Response... 10

4 VERSION CONTROL Version Date Comment /03/2014 Published version /05/2013 Updated to block reservation of Birth ID tags with participant code without year /12/2014 Added a new column MinimumContiguousSequenceL and updated the rule for the Year column /06/2015 Formatted to new template. 25 June 2015 Page 1

5 INTRODUCTION The purpose of this document is to provide information to users on how they can interact with the NAIT System in order to submit bulk enquiries for next available NAIT Visual Tag ID. The information is provided for stakeholders wishing to transact with the NAIT system via a common system interface (web service) and will require technical expertise to ensure that a robust solution is developed. INTERFACE METHOD The method available for this enquiry will be SOAP/XML message via a web service - CSI (Common System Interface). NAIT response messages to uploads will be via SOAP/XML. SUPPORT NAIT will provide technical support if required when implementing interfaces defined in this document. The following assistance can be provided: Support prior to testing, e.g. providing test data (where necessary), reviewing test data Test user accounts Access to test environments 25 June 2015 Page 2

6 INTERFACE RULES AND PROCESSES This section details the business rules and processes that apply to enquiries through the common system interface. Some of the business rules include references to Rules and Responses. These are covered in a later section and outlines validations and error handling. BUSINESS RULES This request is intended to provide the next available birth ID visual tag number in a sequence, prior to reserving a NAIT Visual Tag ID. It is intended for use by tag manufacturers and users of tag manufacturers systems. BR1 BR2 BR3 BR4 BR5 BR6 The login credentials used must be Tag Manufacturer. User accounts must be active. Users must enter a valid industry code. The tag number returned will contain this industry code in the NAIT Visual Tag ID. Only one industry code may be submitted per record. Users may enter a valid year code. The tag number returned will contain this year code. If no year code is required, the tag number returned will not include a year code. If a NAIT number is supplied, it must have a status of active or initial. BR7 The upload can include multiple queries. The maximum number of queries is set to 100. BR8 BR9 Next Visual Tag Enquiry is designed only for use with birth ID formats. Traka tags or other NAIT tags with the RFID as a component of the NAIT Visual Tag ID are not included. The returned message will contain the next available NAIT Visual Tag ID. This is the tag with the lowest available sequence number, once all reserved or uploaded tag numbers with the specified industry code (and year code, if applicable) have been discounted. The tag returned will be one of the following birth tag formats, depending on which criteria have been provided in the enquiry: Participant code with year: pppp-yy-nnnnnn AHB herd number with sequence only: aaaaaaa-nnnnnn AHB herd number with year: aaaaaaa-yy-nnnnnn NAIT number with sequence only: AAAAAAAA-nnnnnn NAIT number with year: AAAAAAAA-yy-nnnnnn Values: a = AHB herd number (7 digits) A = NAIT number (2 6 or 8 digits) p = Participant code (1-4 alpha characters) n = sequence number (1-6 digits) y = year (2 digits) NAIT Visual Tag ID components should be separated by a hyphen (-). BR10 MinimumContiguousSequenceLength must be between 1 and 10,000 inclusive. ENQUIRIES PROCESS RULES 1. The intention is that messages can be submitted at any time of the day or night and will be processed upon receipt; however, any system sending data to NAIT through the CSI should be configurable so that transactions can be sent at specified times to allow for load balancing and ensure timely system response. 2. Where NAIT is unable to process a message due to the NAIT system or interface being unavailable NAIT will endeavour to notify external parties of the issue and advise when the system will be available for re-submitting. Those sending information should keep a record of each message they have submitted for the purpose of re-submitting. 25 June 2015 Page 3

7 3. The schema is a published message contract that describes the XML elements along with the expected types. Messages should be validated against the schema by the sender before transmitting to NAIT. Where a message is sent that does not pass schema validation then the whole message is rejected at the first error encountered. 4. For audit purposes NAIT will log details of each interface transaction received and processed, including: o Transaction ID (identifies the transaction; generated by NAIT) o Date/Time received o Sender ID o Transaction Type/Name o Transaction status (successful/file contained records that were rejected/failed) o Record status (success/failed) o A copy of each record that was rejected o A copy of each record that a warning was generated for 5. NAIT will send a response for each message processed. Each record will be identified as either being successfully processed or failed. Where a record has failed then the response is returned with details of why it was rejected. The response will typically include: o A status for each record sent success/failed o Failed records will include details of why a record was rejected o Details of any records that generated a warning message o External Record Reference o The sequence number of each row as it was submitted in the request 6. NAIT will retain a copy of each batch uploaded through the CSI for audit purposes. 25 June 2015 Page 4

8 DATA STANDARDS DATA FORMATS Field Name Mandatory / Optional / Conditional Format Comments External Record Reference O 50 char Optional reference number (not saved in the NAIT system but bounced back as part of the response). AHB Herd ID C Numeric 7 If AHB Herd ID is provided then Participant Code and NAIT Number cannot be. Visual tag number returned will contain AHB Herd ID as industry code component. Participant Code C Char 1-4 If Participant Code is provided then AHB Herd ID and NAIT Number cannot be. Visual tag number returned will contain Participant Code as industry code component. NAIT Number C Numeric 2-6 or 8 If NAIT Number is provided then Participant Code and AHB Herd ID cannot be. Visual tag number returned will contain NAIT Number as industry code component. Year C Numeric 2 If a year code is provided, NAIT Visual Tag ID will include specified year code. If not included, NAIT Visual Tag ID will consist of industry code and sequence number components only. Year is mandatory when Participant Code is provided MinimumContiguousS equencelength O Numeric If a value is provided NAIT will return the next available visual ID that allows for this number of sequential tags. If Null, NAIT will default this value to 300. Common System Interface Response The CSI response fields define the data returned to the sending system after receiving and processing a data package. Note: "Date/Time received" is returned in HTTP response header Field Mandatory / Optional / Conditional Comment External Record Reference Submitted Record Sequence Number For each failed record: Error Code Error Description For each successful record: NAIT Visual Tag ID C M C C The record number provided by the sender The sequence number of the submitted record order See next section, SOAP message validations Rules and Responses The format for the NAIT Visual Tag ID is specified in BR9 VALIDATION RULES & RESPONSES Please Note: that these responses are at the database level and are not returned where the schema fails validation. The sender should validate against the published schema before transmitting to NAIT. The whole message will be rejected at the first error encountered if a message does not pass schema validation. Schema Validations 25 June 2015 Page 5

9 Rule Schema Action Message/Comment Message must match the approved NAIT Schema Message rejected Incorrect schema format Users uploading a message via common system interface must pass authentication - valid username and password Message rejected Access is denied A user account uploading a message must be active Message rejected Access is denied Users uploading a message via common system interface must have the correct system permission to undertake the transaction. Message rejected Access is denied Database Validations Rule Database Action Message/Comment Only one industry code must be provided Record rejected One industry code must be specified If a Participant code is included, it must be in a valid format Record rejected Participant code is not a valid format If an AHB herd number is included, it must be a valid format Record rejected AHB herd number is invalid format If a NAIT number is included, it must exist in the system Record rejected Invalid submitting NAIT Number - does not exist in system If a NAIT number is included, it must be valid and active Record rejected NAIT number must be active If a year is included, it must be in the correct format Record rejected Year must be in the correct format - YY Tags with a participant code require a year Record rejected Year is required when participant code is provided 25 June 2015 Page 6

10 XML SCHEMA This section describes the NAIT SOAP transactions, both request and response. Schema version is identifiable by date from the target namespace field of the schema body. The namespace for all UAT and Production schemas will be: Note: The common and type.xsd contains schema for the known transactions acceptable to NAIT. These are examples and may have been updated. For the latest versions of the Common and Type xsd files go to the following link: NAIT reserves the right to edit or update the schema as required. NAIT will consult on any significant changes that will affect external users use of the NAIT system. SOAP HEADER The request headers should look similar to the following. The action element of the request header determines which CSI function is being performed. Once the authentication and authorisation steps have been performed the NAIT system will route the XML message body to the appropriate component for processing. POST HTTP/1.1 Content-Type: text/xml; Host: animaltracecsi-uat.nait.co.nz Content-Length: 1477 SOAPAction: A valid action e.g. NextVisualTagEnquiry All SOAP messages submitted to the NAIT Common Systems Interface (CSI) shall follow the same general format: <s:envelope xmlns:s=" <s:header xmlns:nait=" <nait:username>a valid user name</nait:username> <nait:password>a valid password</nait:password> </s:header> <s:body> Message Body </s:body> </s:envelope> AUTHENTICATION AND AUTHORISATION All CSI requests will be authenticated using the same user names and passwords that are used by users accessing the web site. The SOAP request wraps the XML message body with the external party s authentication information. The supplied username and password will be authenticated, authorization checks will be performed, and the XML message body will be passed on to the appropriate component for processing. If the username and/or password are invalid a SOAP fault is returned to the calling party as follows: <s:fault> 25 June 2015 Page 7

11 <faultcode xmlns:a=" xmlns=""> a:failedauthentication </faultcode> <faultstring xml:lang="en-nz" xmlns=""> Access is denied. </faultstring> </s:fault> If the username / password is valid but the username is not permitted to submit the specified Common Systems Interface function then a SOAP fault is returned to the calling party as follows: <s:fault> <faultcode xmlns:a=" xmlns=""> a:failedauthentication </faultcode> <faultstring xml:lang="en-nz" xmlns=""> Access is denied. </faultstring> </s:fault> SCHEMAS The message body will be validated against the appropriate XSD schema based on the specified Action. The schemas below are examples and may have been updated. For the latest versions of the Common and Type xsd files go to the following link Common.xsl <complextype name="listofnextvisualtagenquiry"> <element name="nextvisualtagenquiry" type="tns:nextvisualtagenquiry" minoccurs="0" maxoccurs="unbounded"/> <complextype name="nextvisualtagenquiry"> <element name="externalrecordreference" type="tns:string200" minoccurs="0"/> <element name="ahbherdid" type="tns:string20" minoccurs="0"/> <element name="participantcode" type="tns:string20" minoccurs="0"/> <element name="naitnumber" type="int" minoccurs="0" nillable="true"/> <element name="year" type="int" minoccurs="0" nillable="true"/> 25 June 2015 Page 8

12 Types.xsl <element name="nextvisualtagenquiryrequest"> <complextype> <element name="listofnextvisualtagenquiry" type="common:listofnextvisualtagenquiry" minoccurs="0" maxoccurs="1" /> </element> <element name="nextvisualtagenquiryresponse"> <complextype> <element name="successnextvisualtagenquiry" minoccurs="0" maxoccurs="1"> <complextype> <element name="successnextvisualtagenquiry" type="tns:successnextvisualtagenquiry" minoccurs="0" maxoccurs="unbounded"/> </element> <element name="errornextvisualtagenquiry" minoccurs="0" maxoccurs="1"> <complextype> <element name="errornextvisualtagenquiry" type="tns:errornextvisualtagenquiry" minoccurs="0" maxoccurs="unbounded"/> </element> </element> <complextype name="successnextvisualtagenquiry"> <element name="externalrecordreference" type="common:string50" minoccurs="0"/> <element name="submittedrecordsequencenumber" type="int"/> <element name="visualtagid" type="string"/> <complextype name="errornextvisualtagenquiry"> <element name="externalrecordreference" type="common:string50" minoccurs="0"/> <element name="submittedrecordsequencenumber" type="int"/> <element name="errorcode" type="int"/> 25 June 2015 Page 9

13 <element name="errordesc" type="string"/> SAMPLE REQUEST <NextVisualTagEnquiryRequest xmlns:i=" xmlns=" <ListOfNextVisualTagEnquiry xmlns:d2p1=" <d2p1:nextvisualtagenquiry> <d2p1:externalrecordreference>enquiry.1</d2p1:externalrecordreference> <d2p1:naitnumber>123456</d2p1:naitnumber> <d2p1:year>14</d2p1:year> </d2p1:nextvisualtagenquiry> </ListOfNextVisualTagEnquiry> </NextVisualTagEnquiryRequest> SAMPLE RESPONSE <NextVisualTagEnquiryResponse xmlns=" xmlns:i=" <SuccessNextVisualTagEnquiry> <SuccessNextVisualTagEnquiry> <ExternalRecordReference>ENQUIRY.1</ExternalRecordReference> <SubmittedRecordSequenceNumber>1</SubmittedRecordSequenceNumber> <VisualTagID> </VisualTagID> </SuccessNextVisualTagEnquiry> </SuccessNextVisualTagEnquiry> <ErrorNextVisualTagEnquiry/> </NextVisualTagEnquiryResponse> 25 June 2015 Page 10

INTERFACE SPECIFICATION KILL UPLOAD VERSION 1.9 JULY 2016

INTERFACE SPECIFICATION KILL UPLOAD VERSION 1.9 JULY 2016 INTERFACE SPECIFICATION KILL UPLOAD VERSION 1.9 JULY 2016 CONTENTS VERSION CONTROL... 1 INTRODUCTION... 2 Interface method... 2 Support... 2 INTERFACE RULES AND PROCESSES... 3 Business rules... 3 Process

More information

INTERFACE SPECIFICATION ANIMAL VERSION 1.10 JANUARY 2018

INTERFACE SPECIFICATION ANIMAL VERSION 1.10 JANUARY 2018 INTERFACE SPECIFICATION ANIMAL VERSION 1.10 JANUARY 2018 CONTENTS VERSION CONTROL... 1 INTRODUCTION... 2 Interface method... 2 Support... 2 INTERFACE RULES AND PROCESSES... 3 Business rules upload and

More information

Identity and access management (IAM) organisation administrator guidelines

Identity and access management (IAM) organisation administrator guidelines Identity and access management (IAM) organisation administrator guidelines June 2013 2 NZ Transport Agency IAM General User Guidelines June 2013 CONTENTS 3 Document information 3 RealMe service 3 Copyright

More information

Perceptive TransForm Web Services Autowrite

Perceptive TransForm Web Services Autowrite Perceptive TransForm Web Services Autowrite Getting Started Guide Version 8.10.x Overview The 8.10.0 release of TransForm provides the ability to transmit form data using a web service as the destination

More information

e-lms Electronic Lodgement of Mailing Statements User Guide Version 4.5

e-lms Electronic Lodgement of Mailing Statements User Guide Version 4.5 e-lms Electronic Lodgement of Mailing Statements User Guide Version 4.5 Copyright Statement Copyright the Australian Postal Corporation 2016. All rights reserved. No part of this document may be reproduced,

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

OAG Historical Flight Status. Web Service User Guide

OAG Historical Flight Status. Web Service User Guide OAG Historical Flight Status Web Service November 2015 1. Overview The OAG Historical Flight Status Information web service returns information on the historical status/schedules of flights from 48 hours

More information

Error Handling Strategy. DCC Guidance Document

Error Handling Strategy. DCC Guidance Document Error DCC Guidance Document Date: June 2016 Classification: DCC Public Table of Contents 1 Introduction... 3 1.1 Purpose... 3 1.2 Scope... 3 1.3 General Provisions... 3 2 Error Management... 4 2.1 Error

More information

How To Add a Borrower Via Web Services API

How To Add a Borrower Via Web Services API How To Add a Borrower Via Web Services API Summary This document outlines the use of the Web Services API available in the version 5(v5) knowledge content and library management (KCLM) solution for adding,

More information

Business On Line File Gateway Guide

Business On Line File Gateway Guide Business On Line File Gateway Guide This document is published by Bank of Ireland, and both it, and its contents, are the property of Bank of Ireland. This document may not be reproduced or further distributed,

More information

Arkansas Prescription Drug Monitoring Program. User Support Manual

Arkansas Prescription Drug Monitoring Program. User Support Manual Arkansas Prescription Drug Monitoring Program User Support Manual 1 Contents 1 What Is a Requestor?... 4 2 Registration... 4 2.1 Registration Process... 5 2.2 Registering as a Delegate... 9 2.3 Email Verification...

More information

BEEDS portal Bank of England Electronic Data Submission portal. User guide. New PRA Authorisations Version 1.1

BEEDS portal Bank of England Electronic Data Submission portal. User guide. New PRA Authorisations Version 1.1 BEEDS portal Bank of England Electronic Data Submission portal User guide New PRA Authorisations Version 1.1 May 2018 Contents Document versions 3 1. Introduction 3 a. Bank of England contact details 4

More information

Introduction to the Cisco ANM Web Services API

Introduction to the Cisco ANM Web Services API 1 CHAPTER This chapter describes the Cisco ANM Web Services application programming interface (API), which provides a programmable interface for system developers to integrate with customized or third-party

More information

HSX Clinical Data Repository (CDR) Query Portal User Guide

HSX Clinical Data Repository (CDR) Query Portal User Guide This document explains how to use the HSX Query Portal in order to access the CDR. Table of Contents REQUESTING NEW USER ACCOUNTS: 3 DEACTIVATING USER ACCOUNTS: 3 MAKING CHANGES TO EXISTING USER ACCOUNTS:

More information

BEEDS portal Bank of England Electronic Data Submission portal. User guide. Solvency II Version 1.5

BEEDS portal Bank of England Electronic Data Submission portal. User guide. Solvency II Version 1.5 BEEDS portal Electronic Data Submission portal User guide Solvency II Version 1.5 May 2018 Contents Document versions... 4 a. Solvency II implementation... 4 1. Introduction... 4 a. contact details...

More information

Error Handling Strategy

Error Handling Strategy Handling Strategy Draft DCC Guidance Document June 2016 Page 1 of 13 Contents 1. Introduction 3 1.1. Purpose 3 1.2. Scope 3 1.3. General Provisions 3 2. Management 5 2.1. Classification 5 2.2. Handling

More information

UOB TRANSACTION BANKING. BIBPlus Cash Management User Guide

UOB TRANSACTION BANKING. BIBPlus Cash Management User Guide UOB TRANSACTION BANKING BIBPlus Cash Management User Guide Table of Contents Welcome to UOB Business Internet Banking Plus (BIBPlus) Things to note before you get started 1 BIBPlus Login 1.1 Activate User/Password

More information

HTTPS File Transfer. Specification

HTTPS File Transfer. Specification HTTPS File Transfer Specification Version 1.4 5-Apr-2017 Date Version Description 30-Aug-2010 1.0 Original Version 30-Jun-2011 1.1 Added FAQ 29-Jun-2015 1.2 ilink administration added 1-Sep-2015 1.3 Updated

More information

SymmetryCRM: Outlook Mail Application Tool

SymmetryCRM: Outlook Mail Application Tool SymmetryCRM: Outlook Mail Application Tool Overview The Symmetry Outlook application allows smooth integration of inbound and outbound email When sending an email to one or more people, a user has the

More information

Introduction. Automatic gate opening no more swiping

Introduction. Automatic gate opening no more swiping Introduction This user guide is intended for companies and drivers to use the functionality available in the TAMS System Manage your entire Auckland Airport access account via the internet! One simple

More information

BEEDS portal Bank of England Electronic Data Submission portal. User guide. Credit unions Version 1.2

BEEDS portal Bank of England Electronic Data Submission portal. User guide. Credit unions Version 1.2 BEEDS portal Bank of England Electronic Data Submission portal User guide Credit unions Version 1.2 May 2018 Contents Document versions 3 1. Introduction 4 a. Bank of England contact details 4 2. General

More information

Sponsor Documentation

Sponsor Documentation CHAPTER 17 This chapter provides user documentation for sponsor users who create guest accounts. It contains the following sections: Introduction to Cisco NAC Guest Server Connecting to the Cisco NAC Guest

More information

Oracle Sourcing Support Helpdesk: Telephone: > Option

Oracle Sourcing Support Helpdesk: Telephone: > Option esourcing FAQ s Oracle Sourcing Support Helpdesk: Telephone: 021-4534777 -> Option 2.2.2 Email: oraclesourcingsupport@ervia.ie FAQ s Forgotten Password? Logging In and Accessing Tenders Acknowledging Intent

More information

Course Outline Repository Guide

Course Outline Repository Guide Contents... 1 How do I access the Course Outline Repository?... 1 How do I use the Course Outline Repository?... 2 How do I search the Course Repository?... 2 Where do I download the course outline?...

More information

Overview and examples SOAP. Simple Object Access Protocol. By Hamid M. Porasl

Overview and examples SOAP. Simple Object Access Protocol. By Hamid M. Porasl Overview and examples SOAP Simple Object Access Protocol By Hamid M. Porasl 1 About this document... 3 2 What is SOAP?... 3 3 SOAP and XML... 3 3.1 XML messaging... 3 3.1.1 RPC and EDI... 3 3.1.2 Several

More information

1 FinSurv Reporting System Section D.2 Business and Technical Specifications

1 FinSurv Reporting System Section D.2 Business and Technical Specifications 1 IMPORT VERIFICATION SYSTEM A) Introduction As a result of the modernisation programme initiated by Customs, no physical documents will be issued by Customs in future but only electronic documents. To

More information

SDMS TRAINING MANUAL FOR TRAINING PARTNERS

SDMS TRAINING MANUAL FOR TRAINING PARTNERS SDMS TRAINING MANUAL FOR TRAINING PARTNERS Table of Contents Table of Contents Document History... Error! Bookmark not defined. Logging in to SDMS Portal (Partner Login)... 3 Creating Trainers... 6 Creating

More information

Specifications for SHORT System Document Submission Service

Specifications for SHORT System Document Submission Service Specifications for SHOT System Document Submission Service Version 1.3 August 2015 Version 1.3 August 2015 1 evision History Version Date Major Changes 1.0 December 2010 Initial version. 1.1 February 2011

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

TABLE OF CONTENTS. ICANN Pre- Delegation Testing System. A User s Guide. Version

TABLE OF CONTENTS. ICANN Pre- Delegation Testing System. A User s Guide. Version ICANN Pre- Delegation Testing System A User s Guide Version 2.2 2014-01- 17 TABLE OF CONTENTS 1 Introduction... 2 2 Activate your account and log in... 3 3 Application overview and status... 5 3.1 Applications

More information

SC Common Reporting (ComRep) Portal User Manual

SC Common Reporting (ComRep) Portal User Manual SC Common Reporting (ComRep) Portal User Manual 1 Contents Page 1. Introduction 1.1 Overview of ComRep portal: brief overview and explanation on ComRep objectives, features and user roles. 3 2. Get Started

More information

SDMX self-learning package XML based technologies used in SDMX-IT TEST

SDMX self-learning package XML based technologies used in SDMX-IT TEST SDMX self-learning package XML based technologies used in SDMX-IT TEST Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update

More information

Reconciliation User Guide

Reconciliation User Guide Reconciliation User Guide This document provides information on interfacing with the reconciliation manager and the reconciliation system under Part 15 of the Electricity Industry Participant Code (The

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

Patient Reported Outcome Measures (PROMs)

Patient Reported Outcome Measures (PROMs) Patient Reported Outcome Measures (PROMs) Published September 2017 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created

More information

Contents 1.Log-in Account enquiry Extend savings account: Change account into term deposit: Make transaction...

Contents 1.Log-in Account enquiry Extend savings account: Change account into term deposit: Make transaction... Contents 1.Log-in... 2 2. Account enquiry... 4 3. Extend savings account:... 5 3. Change account into term deposit:... 7 4. Make transaction... 10 4.1 Transaction between own accounts... 10 4.2 Intra bank

More information

02267: Software Development of Web Services

02267: Software Development of Web Services 02267: Software Development of Web Services Week 4 Hubert Baumeister huba@dtu.dk Department of Applied Mathematics and Computer Science Technical University of Denmark Fall 2016 1 Recap SOAP part II: SOAP

More information

Transaction Reporting under Regulation 600/2014 ( MiFIR ) Operational and Technical Arrangements Central Bank of Ireland

Transaction Reporting under Regulation 600/2014 ( MiFIR ) Operational and Technical Arrangements Central Bank of Ireland Transaction Reporting under Regulation 600/2014 ( MiFIR ) Operational and Technical Arrangements Central Bank of Ireland Data standards and formats for MiFIR transaction reporting are prescribed in the

More information

How To Send births, movements and deaths to BCMS

How To Send births, movements and deaths to BCMS How To Send births, movements and deaths to BCMS NLMD-LT can send births, movements and deaths to the British Cattle Movement Service (BCMS), saving you from having to record data twice. Configuring BCMS

More information

NIHR Research Management System Help

NIHR Research Management System Help NIHR Research Management System Help V1.1 Author: K.Middleton Contents (Note: the contents below are hyperlinked to the associated help section for easy navigation) 1. Process overview... 3 2. What is

More information

Quick Guide UOB TRANSACTION BANKING

Quick Guide UOB TRANSACTION BANKING UOB TRANSACTION BANKING Table of Contents Welcome to UOB Business Internet Banking Plus (BIBPlus) 2 Things to note before you get started 2 1 BIBPlus Login 3 1.1 First Time Login 3 1.2 Activate User/Password

More information

Real-Time Connectivity Specifications

Real-Time Connectivity Specifications Real-Time Connectivity Specifications United Concordia Companies, Inc. (UCCI) 2006 Contents 1. Real-Time Overview 2. Requirements 3. SOAP Messages 4. SOAP Faults 5. UCCI EDI WebServices Certificate 1.

More information

Training Manual for HR Managers ( Business Unit Admin level)

Training Manual for HR Managers ( Business Unit Admin level) UK Umbrella Service Ltd online DBS applications Training Manual for HR Managers ( Business Unit Admin level) UK Umbrella Service Ltd Page 1 of 12 1 Accessing the system: From the Log In page: https://ukdbschecks.employmentcheck.org.uk/user_login.php

More information

KPC Vendor Guide. Kentucky Purchasing Cooperatives 904 Rose Road Ashland, KY KPC Vendor Response Guide February 2010

KPC Vendor Guide. Kentucky Purchasing Cooperatives 904 Rose Road Ashland, KY KPC Vendor Response Guide February 2010 KPC Vendor Guide February 2010 i GRREC, KEDC, NKCES, SESC, WKEC KPC has implemented an electronic purchasing and sourcing solution. KPC uses ESM eschoolmall There are no eschoolmall Fees ASSESSED ON KPC

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

ECONOMIC OPERATOR USER MANUAL EUROPEAN DYNAMICS S.A.

ECONOMIC OPERATOR USER MANUAL EUROPEAN DYNAMICS S.A. Republic of Armenia Armenian e-procurement System (ARMEPS) ECONOMIC OPERATOR USER MANUAL EUROPEAN DYNAMICS S.A. Table of Contents Table of Contents... 2 1. ARMEPS workflow and terms... 8 2. General Functionality...

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) Reference Document November 11, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved. Table of Contents Revision History...

More information

External Interface Specification (30) Fingrid Datahub Oy

External Interface Specification (30) Fingrid Datahub Oy 1 (30) External Interface Specification 2 (30) Sisällysluettelo 1 Introduction... 6 1.1 Purpose... 6 1.2 Scope... 6 1.3 Target Audience... 6 1.4 Document Structure... 6 1.5 Document References... 7 1.6

More information

TWW UNIMESSAGE. Volume SMS Messaging. Web services Integration Guide ( Version 3.09 )

TWW UNIMESSAGE. Volume SMS Messaging. Web services Integration Guide ( Version 3.09 ) TWW UNIMESSAGE Volume SMS Messaging Web services Integration Guide ( Version 3.09 ) 1 TWW UNIMESSAGE Volume SMS Messaging WEBSERVICES Integration Guide Information in this document, or in the described

More information

Outage Scheduler User's Guide

Outage Scheduler User's Guide GUIDE 10 Outage Scheduler User's Guide September 2016 Version: 3.0 Revision Date: 09/13/2016 This document was prepared by: Scheduling, Energy Market Operations New York Independent System Operator 10

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation MY WORKSPACE USER MANUAL Version 1.2 TABLE OF CONTENTS INTRODUCTION... 4 OVERVIEW... 4 THE FHF-PRISM LOGIN SCREEN... 6 LOGGING INTO THE FHF-PRISM... 6 RECOVERING

More information

Simple Object Access Protocol

Simple Object Access Protocol Simple Object Access Protocol Why Simple Object Access Protocol Light weight replacement for complicated distributed object technology Originally for BizTalk (Microsoft/UserLand/Developmentor) Now a W3C

More information

NZ Online Forms for Research Software Manual

NZ Online Forms for Research Software Manual NZ Online Forms for Research Software Manual Version 1.5 Released May 2016 2 P a g e N Z O n l i n e F o r m s f o r R e s e a r c h 1 INTRODUCTION... 6 2 GETTING STARTED... 6 2.1 Creating an Account...

More information

Azzule Premium Supply Chain Program Quick Reference Guide

Azzule Premium Supply Chain Program Quick Reference Guide New to the Azzule Premium SCP? Here are a few quick tips to get you started. Customers Manage your customer list, review data permissions granted, send data, and view summary of data that has been transferred

More information

Message exchange with. Finnish Customs

Message exchange with. Finnish Customs Message exchange with Finnish Customs Introduction to message exchange with Finnish Customs Finnish Customs 24.8.2018 Message Exchange Support Contents Introduction... 3 1 Electronic services of Finnish

More information

Eukleia LMS Tenant administrator guide

Eukleia LMS Tenant administrator guide Eukleia LMS Tenant administrator guide Version 1.1 Date published 4 January 2017 This guide will occasionally be updated. It is advisable not to download a copy, and instead access it from the LMS each

More information

RouteMobile Mobile Client Manual for Android Version: 2.0

RouteMobile Mobile Client Manual for Android Version: 2.0 RouteMobile Mobile Client Manual for Android Version: 2.0 Route Mobile Limited 2018. All rights reserved 1 Contents Installation... 3 Getting Started... 5 Login Page... 6 Main Screen... 7 Send SMS... 9

More information

Gradintelligence student support FAQs

Gradintelligence student support FAQs Gradintelligence student support FAQs Account activation issues... 2 I have not received my activation link / I cannot find it / it has expired. Please can you send me a new one?... 2 My account is showing

More information

Bankline SEPA Money Transfer Guide

Bankline SEPA Money Transfer Guide Bankline SEPA Money Transfer Guide Table of Contents 1. Initial setup by the Bank... 2 2. Processing Timelines for SEPA Money Transfer... 2 3. Visibility of Debit... 3 4. Credit Limits... 3 5. Debit Accounts...

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

Integration Architecture Of SDMS

Integration Architecture Of SDMS Integration Architecture Of SDMS 20 May 2017 Version 1.0 (Rakesh Ranjan, Consultant-IT) Table of Content 1 ABOUT SDMS...2 2 OBJECTIVE & STRUCTURE OF THIS DOCUMENT...2 3 TRANSACTIONAL SERVICES...3 3.1 HIGH

More information

Real-Time Inquiry Connectivity Specifications

Real-Time Inquiry Connectivity Specifications Real-Time Inquiry Connectivity Specifications Highmark, Inc. 2008 Contents 1. Real-Time Overview 2. Requirements 3. SOAP Messages 4. SOAP Faults 5. Highmark EDI WebServices Certificate 1. Overview Real-time

More information

ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE

ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE PURPOSE The purpose of this Quick Reference Guide is to provide the user with a quick reference to using the ANZ egate Merchant Administration. COPYRIGHT

More information

Interactive Data Submission System (IDSS) Frequently Asked Questions

Interactive Data Submission System (IDSS) Frequently Asked Questions Interactive Data Submission System (IDSS) Frequently Asked Questions General Information What is the time frame for completing IDSS submissions for 2017? NCQA releases IDSS to the health plans in April

More information

Why SOAP? Why SOAP? Web Services integration platform

Why SOAP? Why SOAP? Web Services integration platform SOAP Why SOAP? Distributed computing is here to stay Computation through communication Resource heterogeneity Application integration Common language for data exchange Why SOAP? Why SOAP? Web Services

More information

Inside Information Platform Implementation Guide

Inside Information Platform Implementation Guide ID CODE: PIP Implementation Guide ver. 1.0 DATE: 15/12/2015 DOCUMENT TYPE: APPLICATION: Implementation Guide G.M.E. S.p.A. Inside Information Platform Implementation Guide The information contained in

More information

DocuSign Information Guide. Send On Behalf Of Functionality. Overview. Table of Contents

DocuSign Information Guide. Send On Behalf Of Functionality. Overview. Table of Contents DocuSign Information Guide Send On Behalf Of Functionality Overview The DocuSign Send On Behalf Of functionality permits automated sending through the DocuSign API by an integrated sender on behalf of

More information

esuite Administrator s Guide October 26, 2017

esuite Administrator s Guide October 26, 2017 new world ERP esuite Administrator s Guide October 26, 2017 2017 Tyler Technologies. All Rights Reserved. All rights reserved. Information within this document is the sole property of Tyler Technologies

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

Help for Suppliers. (UK Public Sector)

Help for Suppliers. (UK Public Sector) Help for Suppliers (UK Public Sector) Version 12.3 Copyright BravoSolution 2011, All Rights Reserved HELP FOR SUPPLIERS... 1 (UK PUBLIC SECTOR)... 1 HELP FOR SUPPLIERS (UK PUBLIC SECTOR)... 8 DASHBOARD

More information

An Investor s Guide to Silverfinch

An Investor s Guide to Silverfinch An Investor s Guide to Silverfinch Silverfinch Guide v4.0 1 Table of Contents Account Access... 3 Finding and Viewing Products... 3 Removing Products from the Target Products List... 3 I. File Upload...

More information

Technical Specification for Medical Claims Electronic Data Transfer (MCEDT) Service via Electronic Business Services (EBS)

Technical Specification for Medical Claims Electronic Data Transfer (MCEDT) Service via Electronic Business Services (EBS) Ministry of Health and Long-Term Care Technical Specification for Medical Claims Electronic Data Transfer (MCEDT) Service via Electronic Business Services (EBS) EBS-EDT SOAP Specifications Ministry of

More information

PIAB Solicitors Portal. A solicitor user guide:

PIAB Solicitors Portal. A solicitor user guide: PIAB Solicitors Portal A solicitor user guide: The PIAB Solicitors Portal is a secure, web based platform where authorised users can access information in relation to their client s claims and correspond

More information

IATA SIS Production Maintenance Release Notes Communication

IATA SIS Production Maintenance Release Notes Communication IATA SIS Production Maintenance Release Notes Communication Release 1.12.2 REVISION HISTORY LOG Version Ref Creation Date V1.0 June 22 nd, 2018 This document may not be disclosed, reproduced, copied, recast,

More information

Quick Answers. You may create any Sender ID for the transactional route, provided the Sender ID should be of 6 alpha characters only.

Quick Answers. You may create any Sender ID for the transactional route, provided the Sender ID should be of 6 alpha characters only. Quick Answers Text SMS How to choose Bulk SMS sender ID? You may create any Sender ID for the transactional route, provided the Sender ID should be of 6 alpha characters only. What is an Opt-Out SMS? How

More information

EPA Moderated Transaction System (EMTS) Flow Configuration Document. Version: 1.0 January 19, 2010

EPA Moderated Transaction System (EMTS) Flow Configuration Document. Version: 1.0 January 19, 2010 EPA Moderated Transaction System () Flow Configuration Document Version: 1.0 January 19, 2010 Prepared by: Perrin Quarles Associates, Inc. 652 Peter Jefferson Parkway, Suite 300 Charlottesville, VA 22911

More information

Quick Start Guide ATRIO HEALTH CARE ELIGIBILITY BENEFIT INQUIRY AND RESPONSE (270/ X279A1)

Quick Start Guide ATRIO HEALTH CARE ELIGIBILITY BENEFIT INQUIRY AND RESPONSE (270/ X279A1) Quick Start Guide ATRIO HEALTH CARE ELIGIBILITY BENEFIT INQUIRY AND RESPONSE (270/271 005010X279A1) PH Tech Version: 1.0 (Beta) I. Introduction PH Tech currently supports access to certain data by 3rd

More information

Oracle ebusiness CCTM Supplier: CCTM4 Enhancements

Oracle ebusiness CCTM Supplier: CCTM4 Enhancements Oracle ebusiness CCTM Supplier: CCTM4 Enhancements Oracle ebusiness CCTM Supplier: CCTM4 Enhancements RATE CARD ENHANCEMENTS: INTRODUCTION... 1 Rate Card History... 1 Rejected Rate Card Changes: Retained

More information

CONTRIBUTION GATEWAY GUIDE

CONTRIBUTION GATEWAY GUIDE CONTRIBUTION GATEWAY GUIDE USER-FRIENDLY INSTRUCTIONS TO SUBMIT PLAN CONTRIBUTIONS ALERUS RETIREMENT AND BENEFITS TABLE OF CONTENTS GETTING STARTED... PAGE 1 CONTRIBUTION GATEWAY UPLOAD INSTRUCTIONS...

More information

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

More information

Quick guide to the SmartSimple on-line portal (making an application)

Quick guide to the SmartSimple on-line portal (making an application) EPA Research Programme 2014-2020 Quick guide to the SmartSimple on-line portal (making an application) POWERED BY SMARTSIMPLE Disclaimer Please read this document carefully prior to using the on-line portal.

More information

02267: Software Development of Web Services

02267: Software Development of Web Services 02267: Software Development of Web Services Week 3 Hubert Baumeister huba@dtu.dk Department of Applied Mathematics and Computer Science Technical University of Denmark Fall 2016 1 Recap www.example.com

More information

University Health Network (UHN)

University Health Network (UHN) University Health Network (UHN) RESOURCE MATCHING AND REFERRAL (RM&R) AND ONLINE REFERRAL BUSINESS INTELLIGENCE TOOL (ORBIT) Policy Governing User Account Management Version: 4.0 Date: Last modified on

More information

ANZ TRANSACTIVE GLOBAL SERVICE REQUESTS USER GUIDE

ANZ TRANSACTIVE GLOBAL SERVICE REQUESTS USER GUIDE ANZ TRANSACTIVE GLOBAL SERVICE REQUESTS USER GUIDE September 2017 CONTENTS Introduction 3 Commercial Cards Service Requests 4 Commercial Cards Service Request Types... 4 Commercial Cards Service Request

More information

Santa Ana Unified School District (SAUSD)

Santa Ana Unified School District (SAUSD) Santa Ana Unified School District (SAUSD) Internet Expenses Implementation User s Guide Mileage Claim 0 Introducing Oracle Internet Expenses With Oracle Internet Expenses, employees can enter and submit

More information

XEP-0104: HTTP Scheme for URL Data

XEP-0104: HTTP Scheme for URL Data XEP-0104: HTTP Scheme for URL Data Matthew Miller mailto:linuxwolf@outer-planes.net xmpp:linuxwolf@outer-planes.net 2004-01-20 Version 0.3 Status Type Short Name Deferred Standards Track N/A This document

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

Getting Started with Your Instructor Access License

Getting Started with Your Instructor Access License Getting Started with Your Instructor Access License The objective of this document is to provide an overview of your Moderator Access license and provide you with best practices and resources as you and

More information

Ministry of Health and Long-Term Care EBS HCV SOAP Specification Version 4.2

Ministry of Health and Long-Term Care EBS HCV SOAP Specification Version 4.2 Technical Specification for Health Card Validation (HCV) Service via Electronic Business Services (EBS) Ministry of Health and Long-Term Care EBS HCV SOAP Specification Version 4.2 Table of Contents Chapter

More information

Connect-2-Everything SAML SSO (client documentation)

Connect-2-Everything SAML SSO (client documentation) Connect-2-Everything SAML SSO (client documentation) Table of Contents Summary Overview Refined tags Summary The Connect-2-Everything landing page by Refined Data allows Adobe Connect account holders to

More information

NETCONF Client GUI. Client Application Files APPENDIX

NETCONF Client GUI. Client Application Files APPENDIX APPENDIX B The NETCONF client is a simple GUI client application that can be used to understand the implementation of the NETCONF protocol in Cisco E-DI. This appendix includes the following information:

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

Lecture Notes course Software Development of Web Services

Lecture Notes course Software Development of Web Services Lecture Notes course 02267 Software Development of Web Services Hubert Baumeister huba@dtu.dk Fall 2014 Contents 1 Complex Data and XML Schema 1 2 Binding to Java 8 3 User defined Faults 9 4 WSDL: Document

More information

The BritNed Explicit Auction Management System. Kingdom Web Services Interfaces

The BritNed Explicit Auction Management System. Kingdom Web Services Interfaces The BritNed Explicit Auction Management System Kingdom Web Services Interfaces Version 5.2 February 2015 Page 2 of 141 Contents 1. PREFACE... 7 1.1. Purpose of the Document... 7 1.2. Document Organization...

More information

RELEASE NOTES. Headlines. This document outlines the recent updates made to the Flood Re Portal.

RELEASE NOTES. Headlines. This document outlines the recent updates made to the Flood Re Portal. RELEASE NOTES This document outlines the recent updates made to the Flood Re Portal. Release Date 29/02/2016 Release Version 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 Environment Operational Test Environment &

More information

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide Scottish Care Information SCI Gateway v10.3 Sending Referrals & Receiving Discharges User Guide Contents 1 Introduction... 1-1 2 Accessing SCI Gateway... 2-1 Accessing SCI Gateway Through GPASS... 2-2

More information

Instructions for Caorda Web Solutions T4E/T4A Portal

Instructions for Caorda Web Solutions T4E/T4A Portal Instructions for Caorda Web Solutions T4E/T4A Portal Thank you for choosing Caorda Web Solutions for your T4E/T4A filing solution. Our process is simple and provides you with the two necessary components

More information

Apollo Online Assessment Environment

Apollo Online Assessment Environment Apollo Online Assessment Environment Guide for Registered Users Apollo is a trademark of PSI Services LLC. All rights reserved. talentteam@psionline.com +44 (0)1483 752 900 1 Contents 1. Introduction 3

More information

ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) IMPLEMENTATION GUIDE

ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) IMPLEMENTATION GUIDE 1 ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) 2014-01-16 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 Table of Contents 1 OBJECTIVE... 5 2 THE ACKNOWLEDGEMENT

More information

Threshold Anomaly Detection Procedures (TADP)

Threshold Anomaly Detection Procedures (TADP) Threshold Anomaly Detection Procedures (TADP) DCC Public Page 1 of 14 Contents 1 Introduction... 3 2 DCC Anomaly Detection Threshold Consultation... 4 3 Notification of Anomaly Detection Thresholds...

More information