Search invoice API. Version 5.1

Size: px
Start display at page:

Download "Search invoice API. Version 5.1"

Transcription

1 Search invoice API Version 5.1

2 : Date: Sida 2 av 20 Revision history Version Date Comments Added information regarding e-service authentication including link to application form New response values are returned when searching invoice, pallet balance and debit. Chapter 3.2, 4.2 and Links and examples updated Updated with new functionality for viewing and requesting pallet balance. Chapter 5 and New mandatory variables when requesting debit created.

3 : Date: Sida 3 av 20 TABLE OF CONTENTS REVISION HISTORY SEARCH INVOICE GENERAL VARIABLES Request Response System MESSAGE SEARCH INVOICE Request Response MESSAGE SEARCH DEBIT Request Response MESSAGE SEARCH PALLET BALANCE Request Response MESSAGE GET INVOICE IN PDF FORMAT Request Response MESSAGE GET DEBIT IN PDF FORMAT Request Response MESSAGE GET PALLET BALANCE IN PDF FORMAT Request Response... 20

4 : Date: Sida 4 av 20 1 Search invoice The service gives external customers the possibility to connect to Schenker s systems and always get accurate information. The interface supports six methods: Search invoice, search debit, search pallet balance, get invoice in pdf format, get debit in pdf format and get pallet balance in pdf format. The service can be invoked by httprequest using HQF (http Query at) and can be returned in two formats: XML and HQF. Examples of requests and responses can be found in this document. Figure 1 Flow chart of the service For further information of how Schenker s online services are built and should be invoked we recommend reading our separate introduction. URL to use:

5 : Date: Sida 5 av 20 2 General variables The general variables are for administrating communication are mutual for all communication. The variables are: request, response and system. The variable data_list is an array with the message information which is specific per method. The title M symbolizes mandatory field. 2.1 Request Contains information to the service. The request can be done in six ways and the value of service.method determines what is returned. Add prefix request. to variables. service.action M String WDR Value select service.method M String WDR Value search_invoice, search_debit, search_pallet_balance, pdf_invoice, pdf_debit and pdf_pallet_balance user.password M String WDR User password user.login_name M String WDR User ID Admin.e_mail String WDR User address format.mime M String WDR Response format. Value text/xml or text/plain 2.2 Response Contains information from the service. Is found after prefix response. if using HQF or under <xml><response> if using XML. service.name M String WDR Name of the service service.version M String WDR Version number (5.0) data_list_count M Int WDR Number of items in the data_list 2.3 System Contains error code generated from the system. For HQF system.error.id=0 means OK. For XML <system><error><id>0</id></error></system> means OK. Also contains statistic variables to the system. Add prefix system.. error.id M Int WDR Errorcode error.message String WDR Error message statistics.remote.country_code M String WDR Countrycode for client, ex. se or us

6 : Date: Sida 6 av 20 statistics.remote.send_data_format M String WDR Clients way of sending the request, xml or hqf (Http Query at) statistics.remote.access_type M String WDR Clients request type, A (browser) statistics.remote.application_name M String WDR Clients page or module which sends the request statistics.user.return_mime_format M String WDR at of the answer to the client, text/plain, text/html eller text/xml statistics.user.organization_id M String WDR Clients VAT number or Organisation number. statistics.user.language_code M String WDR Language code for client, ex. sv_se

7 : Date: Sida 7 av 20 3 Message search invoice service.method = search_invoice Invoice can be requested in three ways: Invoice number (reference_type=iv) Waybill number (reference_type=sm) Date interval (reference_type=date) Depending on reference_type = iv or sm, reference_number should be invoice number or waybill number. If using reference_type = date, the variables start_date and end_date should be used. 3.1 Request Information being sent to the service. Add prefix data_list.0. to variable. reference_type M String RFF Value iv, sm och date iv = Invoice number (commercial_invoice_number) sm = Waybill number (shipment_reference_number) date = Date interval reference_number M String RFF See Reference type Mandatory if reference_type = iv or sm start_date M String DTM end_date M String DTM Period start date Mandatory if reference_type = date = Date/time/period format code, code 4 = CCYYMMDD, example: Period end date Mandatory if reference_type = date = Date/time/period format code, code 4 = CCYYMMDD, example: Example of requesting invoice via invoice number. Change the following to accurate values: <Client_VAT_number> <User_ID>

8 : Date: Sida 8 av 20 <User_password> <e_mail_address> <Invoice_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.admin.e_mail=<e_mail_address>&request.service.action=select&request. service.method=search_invoice&data_list.0.reference_type=iv&data_list.0.reference_number=<in voice_number> Example of requesting invoice via waybill number. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Waybill_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.admin.e_mail=<e_mail_address>&request.service.action=select&request. service.method=search_invoice&data_list.0.reference_type=sm&data_list.0.reference_number=< Waybill_number> Example of requesting invoice via date interval. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Customer_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client _VAT_number>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_fo rmat=xml&request.format.mime=text/xml&request.user.login_name=<user_id>&request.user.pas

9 : Date: Sida 9 av 20 sword=<user_password>&request.admin.e_mail=<e_mail_address>&request.service.action=sele ct&request.service.method=search_invoice&data_list.0.reference_type=date&data_list.0.start_dat e= &data_list.0.end_date= &data_list.0.customer_number=<Customer_number> 3.2 Response Information returned from the service. Add prefix data_list.n. to variables, where n is an index starting at 0. invoice_total_monetary_amount String MOA commercial_invoice_number String RFF DE IV DE 1154 invoice_date Date DTM customer_number String NAD DE 3039 office_number String NAD DE 3039 office_name String NAD DE 3036 Invoice amount Invoice number Date when invoice was issued Customer number Office number Office name invoice_product_number String RFF Product number 10=DKS 11=Adena Picko 13=DKS 16=DKS 30=Gods 32=Pall 33=Coldsped 34=Företagsbil 36=Parcel 39=Tankdata 40=Consulting 42=Logistics 900=Pallkreditering

10 : Date: Sida 10 av 20 Example of response in XML format: <?xml version="1.0" encoding="iso "?> - <xml> - <response> <data_list_count>1</data_list_count> - <service> <name>invoicedoc</name> <version>1.0</version> </service> </response> - <system> - <error> <message>your request was successfully processed.</message> <id>0</id> </error> </system> - <data_list> - <data index="0"> <commercial_invoice_number> </commercial_invoice_number> <invoice_total_monetary_amount>800.00</invoice_total_monetary_amount> <office_number>356</office_number> <customer_number> </customer_number> <office_name>linköping</office_name> <invoice_date> </invoice_date> <invoice_product_number>30</invoice_product_number> </data> </data_list> </xml>

11 : Date: Sida 11 av 20 4 Message search debit service.method = search_debit Debit can be requested in two ways: Date intervall (reference_type=date) Invoice number (reference_type=iv). If using reference_type = date, the variables start_date and end_date should be used. If reference_type = iv, the variable reference_number should be used to specify invoice number. 4.1 Request Information being sent to the service. Add prefix data_list.0. to variable. reference_type M String RFF Value iv och date iv = Invoice number (commercial_invoice_number) date = Date interval reference_number M String RFF See Reference type Mandatory if reference_type = iv start_date M String DTM end_date M String DTM Period start date = Date/time/period format code, code 4 = CCYYMMDD, example: Period end date = Date/time/period format code, code 4 = CCYYMMDD, example: Example of requesting debit via date interval. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Customer_number>

12 : Date: Sida 12 av 20 tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.admin.e_mail=<e_mail_address>&request.service.action=select&request. service.method=search_debit&data_list.0.reference_type=date&data_list.0.start_date= &data_list.0.end_date= &data_list.0.customer_number=<Customer_number> Example of requesting debit via invoice number. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Invoice_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.admin.e_mail=<e_mail_address>&request.service.action=select&request. service.method=search_debit&data_list.0.reference_type=iv&data_list.0.reference_number=<invo ice_number> 4.2 Response Information returned from the service. Add prefix data_list.n. to variables, where n is an index starting at 0. customer_number String NAD DE 3039 office_number String NAD DE 3039 office_name String NAD commercial_invoice_number String RFF DE IV DE 1154 accounting_period_start_date M String DTM Customer number Office number Office name Invoice number Accounting period start date = Date/time/period format code, code 4 = CCYYMMDD,

13 : Date: Sida 13 av 20 charge_amount String TCC DE 5004 debit_date Date DTM debit_id String example: Charge amount Date when debit was issued. Example of response in XML format: <?xml version="1.0" encoding="iso "?> - <xml> - <system> - <error> <id>0</id> <message>your request was successfully processed.</message> </error> </system> - <response> <data_list_count>2</data_list_count> - <service> <version>1.0</version> <name>invoicedoc</name> </service> </response> - <data_list> - <data index="1"> <charge_amount>883</charge_amount> <office_name>örebro</office_name> <debit_date>070322</debit_date> <office_number>422</office_number> <debit_id>428447</debit_id> <commercial_invoice_number> </commercial_invoice_number> <customer_number> </customer_number> <accounting_period_start_date>070323</accounting_period_start_date> </data> - <data index="0"> <charge_amount>495</charge_amount> <debit_id>427103</debit_id> <debit_date>070320</debit_date> <office_number>422</office_number> <accounting_period_start_date>070323</accounting_period_start_date> <customer_number> </customer_number> <commercial_invoice_number> </commercial_invoice_number> <office_name>örebro</office_name> </data> </data_list> </xml>

14 : Date: Sida 14 av 20 5 Message search pallet balance service.method = search_pallet_balance Pallet balance can be requested in two ways: Date interval (reference_type=date) Invoice number (reference_type=iv). If using reference_type = date, the variables start_date and end_date should be used. If reference_type = iv, the variable reference_number should be used to specify invoice number. 5.1 Request Information being sent to the service. Add prefix data_list.0. to variable. reference_type M String RFF Value iv och date iv = Invoice number (commercial_invoice_number) date = Date interval reference_number M String RFF See Reference type Mandatory if reference_type = iv start_date M String DTM end_date M String DTM Period start date = Date/time/period format code, code 4 = CCYYMMDD, example: Period end date = Date/time/period format code, code 4 = CCYYMMDD, example: Example of requesting pallet balance via date interval. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Customer_number>

15 : Date: Sida 15 av 20 tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.admin.e_mail=<e_mail_address>&request.service.action=select&request. service.method=search_pallet_balance&data_list.0.reference_type=date&data_list.0.start_date= &data_list.0.end_date= &data_list.0.customer_number=<Customer_number> Example of requesting pallet balance via invoice number. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Invoice_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.admin.e_mail=<e_mail_address>&request.service.action=select&request. service.method=search_pallet_balance&data_list.0.reference_type=iv&data_list.0.reference_num ber=<invoice_number> 5.2 Response Information returned from the service. Add prefix data_list.n. to variables, where n is an index starting at 0. customer_number String NAD DE 3039 office_name String NAD commercial_invoice_number String RFF DE IV DE 1154 pallet_balance_date String DTM Customer number Office number Invoice number Date when pallet balance is issued. pallet_balance_identification String FTX Pallet balance number pallet_balance_count CMT Balance (pallet count)

16 : Date: Sida 16 av 20 Example of response in XML format: <?xml version="1.0" encoding="iso "?> - <xml> - <response> <data_list_count>2</data_list_count> - <service> <name>invoicedoc</name> <version>1.0</version> </service> </response> - <system> - <error> <message>your request was successfully processed.</message> <id>0</id> </error> </system> - <data_list> - <data index="1"> <pallet_balance>oss tillgodo 264</pallet_balance> <commercial_invoice_number> </commercial_invoice_number> <office_name>stockholm</office_name> <pallet_balance_date> </pallet_balance_date> <customer_number> </customer_number> <pallet_balance_identification> </pallet_balance_identification> </data> - <data index="0"> <commercial_invoice_number> </commercial_invoice_number> <pallet_balance_date> </pallet_balance_date> <pallet_balance>oss tillgodo 210</pallet_balance> <customer_number> </customer_number> <office_name>stockholm</office_name> <pallet_balance_identification> </pallet_balance_identification> </data> </data_list> </xml>

17 : Date: Sida 17 av 20 6 Message get invoice in pdf format service.method = pdf_invoice 6.1 Request Information being sent to the service. Add prefix data_list.0. to variable. customer_number M String NAD commercial_invoice_number M String RFF DE IV DE 1154 invoice_date M String DTM Customer number Invoice number Date when invoice is issued Example of requesting pdf-invoice. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Invoice_number> <Customer_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.service.method=pdf_invoice&request.service.action=select&request.admi n.e_mail=<e_mail_address>&data_list.0.commercial_invoice_number=<invoice_number>&data_li st.0.invoice_date= &data_list.0.customer_number=<customer_number> 6.2 Response A pdf is returned if the search is successful. If not, the general variables will be returned instead.

18 : Date: Sida 18 av 20 7 Message get debit in pdf format service.method = pdf_debit 7.1 Request Information being sent to the service. Add prefix data_list.0. to variable. customer_number M String NAD DE 3039 office_name M String NAD DE 3036 accounting_period_start_date M String DTM debit_date M Date DTM invoice_total_monetary_amount M String MOA DE 5004 Customer number Office name Accounting period start date = Date/time/period format code, code 4 = CCYYMMDD, example: Date when debit is issued. Balance amount Example of requesting pdf-debit. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Customer_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.service.method=pdf_debit&request.service.action=select&request.admin. e_mail=<e_mail_address>&data_list.0.debit_date= &data_list.0.accounting_period_start_date= &data_list.0.office_name=NYBRO&data_list.0.invoice_total_monetary_amount=12.816&data_li st.0.customer_number=<customer_number>

19 : Date: Sida 19 av Response A pdf is returned if the search is successful. If not, the general variables will be returned instead.

20 : Date: Sida 20 av 20 8 Message get pallet balance in pdf format service.method = pdf_pallet_balance 8.1 Request Information being sent to the service. Add prefix data_list.0. to variable. customer_number String NAD DE 3039 pallet_balance_date String DTM Customer number Date when pallet balance is issued. pallet_balance_identification String FTX Pallet balance number Example of requesting pdf-pallet-balance. Change the following to accurate values: <Client_VAT_number> <User_ID> <User_password> <e_mail_address> <Pallet_balance_number> <Customer_number> tem.statistics.remote.send_data_format=hqf&system.statistics.remote.access_type=a&system.sta tistics.remote.application_name=test&system.statistics.user.organization_id=<client_vat_numb er>&system.statistics.user.language_code=sv&system.statistics.user.return_mime_format=xml&r equest.format.mime=text/xml&request.user.login_name=<user_id>&request.user.password=<us er_password>&request.service.method=pdf_pallet_balance&request.service.action=select&reque st.admin.e_mail=<e_mail_address>&data_list.0.pallet_balance_identification=<pallet_balance_nu mber>&data_list.0.pallet_balance_date= &data_list.0.customer_number=<Customer_number> 8.2 Response A pdf is returned if the search is successful. If not, the general variables will be returned instead.

Tracking Sweden API. Version 3.1

Tracking Sweden API. Version 3.1 Tracking Sweden API Version 3.1 : Date: 2008-09-04 Sida 2 av 14 Revision history Version Date Comments 3.1 2008-09-04 Removed statistic variables and made remaining optional. 3.0 2008-06-19 Added XML parametres

More information

Sorting support Interface documentation. Version 1.0

Sorting support Interface documentation. Version 1.0 Sorting support Interface documentation Version 1.0 : Date: 2008-06-02 Page 2 av 14 Revision history Version Date Comments 1.0 2008-06-02 created : Date: 2008-06-02 Page 3 av 14 TABLE OF CONTENTS REVISION

More information

Price Online Sweden API. Version 2.8

Price Online Sweden API. Version 2.8 Price Online Sweden API Version 2.8 Date: 2010-01-12 Sida 2 av 17 Revision history Version Date Comments 2.8 2009-12-22 Chges according to Prisfrågas förvaltningspaket 2009. Budget is no longer a valid

More information

Price Online Sweden API. Version 3.0

Price Online Sweden API. Version 3.0 Price Online Sweden API Version 3.0 Date: 2012-02-13 Sida 2 av 20 TABLE OF CONTENTS 1. PRICE ONLINE SWEDEN 3 2. GENERAL VARIABLES/NODES 4 2.1 REQUEST 4 2.2 RESPONSE 4 2.3 SYSTEM 5 3. MESSAGE IFTMIN REQUEST

More information

Price Online Sweden API. Version 4.00

Price Online Sweden API. Version 4.00 Price Online Sweden API Version 4.00 Date: 2015-02-02 Sida 2 av 19 TABLE OF CONTENTS 1. PRICE ONLINE SWEDEN 3 2. GENERAL VARIABLES/NODES 4 2.1 REQUEST 4 2.2 RESPONSE 4 2.3 SYSTEM 5 3. MESSAGE IFTMIN REQUEST

More information

Tracking API. Version 1.72

Tracking API. Version 1.72 Tracking API Version 1.72 : Date: 2015-03-06 Page 2 av 9 Revision history Version Date Comments 1.0 2002-12-05 created. 1.1 2009-06-01 Uppdated with new URL and requirements of authentication. New variables

More information

Issue 1.1, February 2009. agreed-upon by EDI Working Group of ECR Poland

Issue 1.1, February 2009. agreed-upon by EDI Working Group of ECR Poland Polska THE REMADV MESSAGE EAN97/EDIFACT D.96A Issue 1.1, February 2009 agreed-upon by EDI Working Group of ECR Poland The document contains only these segments and data elements that were agreed and accepted

More information

The #1 Fastest Growing Customer Service Software. Comm100 Email Marketing API Guide. Copyright 2011 Comm100. All Rights Reserved.

The #1 Fastest Growing Customer Service Software. Comm100 Email Marketing API Guide. Copyright 2011 Comm100. All Rights Reserved. The #1 Fastest Growing Customer Service Software Comm100 Email Marketing API Guide Copyright 2011 Comm100. All Rights Reserved. Comm100 Email Marketing API Guide 1 Introduction Comm100 Email Marketing

More information

PURCHASE ORDER RESPONSE

PURCHASE ORDER RESPONSE EDI GUIDELINE for PURCHASE ORDER RESPONSE Message Type ORDRSP Version 1 Release 921 07/00 Seite 1 Table of Contents PURCHASE ORDER RESPONSE Message Layout Diagram... 3 Explanatory Requirements... 3 Segment

More information

QIWI Wallet Pull Payments API

QIWI Wallet Pull Payments API QIWI Wallet QIWI Wallet Pull Payments API Version 2.1 Table of contents 1. Introduction... 2 1.1. Purpose of the API... 2 1.2. Things to Know About QIWI Wallet... 2 2. QIWI Wallet Interface... 3 2.1. Creating

More information

ORDERS 92.1 EDI GUIDELINE. for. Message Type ORDERS, ORDCHG Version 1 Release 921. ORDERS, ORDCHG Version 92.1. 02/2011 Page 1

ORDERS 92.1 EDI GUIDELINE. for. Message Type ORDERS, ORDCHG Version 1 Release 921. ORDERS, ORDCHG Version 92.1. 02/2011 Page 1 EDI GUIDELINE for ORDERS 92.1 Message Type ORDERS, ORDCHG Version 1 Release 921 02/2011 Page 1 Table of Contents PURCHASE ORDER Message Layout Diagram... 3 Explanatory Requirements... 3 Segment / Element

More information

Unifaun XMLPosting 2016-01-21

Unifaun XMLPosting 2016-01-21 Unifaun XMLPosting This document is intended for suppliers of web based ERP systems and describes the integration method XMLPosting with Unifaun Online and Pacsoft Online. 2016-01-21 1 Contents 1 Contents...

More information

Issue 1.9, April 2010. agreed-upon by EDI Working Group of ECR Poland

Issue 1.9, April 2010. agreed-upon by EDI Working Group of ECR Poland Polska THE DESADV MESSAGE EANCOM97/EDIFACT D.96A Issue 1.9, April 2010 agreed-upon by EDI Working Group of ECR Poland The document contains only these segments and data elements that were agreed and accepted

More information

API Guide v 1.6 14/11/2013

API Guide v 1.6 14/11/2013 1 About netcore netcore is a leader in digital communications space. The mission of the company is to help clients communicate effectively for marketing and business needs. We help organizations in the

More information

Hella EDIFACT INVRPT

Hella EDIFACT INVRPT Message Documentation Hella EDIFACT INVRPT based on INVRPT Inventory report message UN D.97A S3 Structure Chart Branching Diagram Segment Details Version: 97 Variant: A Issue date: 28.08.2007 Top of Page

More information

Secure XML API Integration Guide - Periodic and Triggered add in

Secure XML API Integration Guide - Periodic and Triggered add in Secure XML API Integration Guide - Periodic and Triggered add in Document Control This is a control document DESCRIPTION Secure XML API Integration Guide - Periodic and Triggered add in CREATION DATE 15/05/2009

More information

Post Danmark and DPD

Post Danmark and DPD UNA Service String advice M1 M 1 UNA 1 COMPONENT DATA, ELEMENT SEPARATOR M an1 M : (colon) UNA 2 DATA ELEMENT SEPARATOR M an1 M + (plus) UNA 3 DECIMAL NOTATION M an1 M. (dot) UNA 4 RELEASE INDICATOR M

More information

PRICE/SALES CATALOGUE MESSAGE PRICAT. Version 1.0. agreed-upon by EDI Working Group of ECR Poland

PRICE/SALES CATALOGUE MESSAGE PRICAT. Version 1.0. agreed-upon by EDI Working Group of ECR Poland PRICE/SALES CATALOGUE MESSAGE PRICAT Version 1.0 EAN 97/EDIFACT D.96A agreed-upon by EDI Working Group of ECR Poland The document contains only these that segments and data elements that were agreed and

More information

Passcreator API Documentation

Passcreator API Documentation Passcreator API Documentation Version 1.0 - December 2014 USt-IdNr.: DE290188967 Seite 1 von 9 About this Document 3 Obtaining an API key 3 Authentication 3 Testing 3 Get list of pass-templates 4 Get information

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

More information

Cineteca di Bologna API: CINEMA S SCHEDULING

Cineteca di Bologna API: CINEMA S SCHEDULING Cineteca di Bologna API: CINEMA S SCHEDULING Revision: 1 Release date: Oct 31 st, 2014 License: Creative Commons No Rights Reserved (CC0) Abstract This set of APIs allow you to query Cineteca di Bologna

More information

Safeguard Ecommerce Integration / API

Safeguard Ecommerce Integration / API Safeguard Ecommerce Integration / API Product Manual Version 3 Revision 1.11 Table of Contents 1. INTRODUCTION... 4 1.1 Available commands... 4 2. HOW THE ADMINISTRATION SYSTEM IS EXPECTED TO BE USED OPERATIONALLY...

More information

Issue 6.7, April 2010. agreed-upon by EDI Working Group of ECR Poland

Issue 6.7, April 2010. agreed-upon by EDI Working Group of ECR Poland Polska THE CORRECTING INVOICE MESSAGE EAN97/EDIFACT D.96A Issue 6.7, April 2010 agreed-upon by EDI Working Group of ECR Poland The document contains only these segments and data elements that were agreed

More information

Media Saturn EDI Application Documentation

Media Saturn EDI Application Documentation Media Saturn EDI Application Documentation ORDRSP D.01B Outbound VMI Rules Message structure Segment details Version: 2.0 Date: June 8, 2011 Status: Final SA2 Exchange GmbH 1 Media Saturn ORDRSP D.01B

More information

T.8 USING THE INVOICE FOR BILLING AND FOR DEBIT AND CREDIT NOTES

T.8 USING THE INVOICE FOR BILLING AND FOR DEBIT AND CREDIT NOTES T.8 USING THE INVOICE FOR BILLING AND FOR DEBIT AND CREDIT NOTES SECTION T.8 IS TO BE REGARDED AS PROVISIONAL: A FULL REVISION WILL BE ISSUED EARLY IN 1998. T.8.1 PRINCIPLES The INVOIC message may be used

More information

Using ilove SharePoint Web Services Workflow Action

Using ilove SharePoint Web Services Workflow Action Using ilove SharePoint Web Services Workflow Action This guide describes the steps to create a workflow that will add some information to Contacts in CRM. As an example, we will use demonstration site

More information

EDI F GROUP A/S INVOICE. Fona. Document: EDIFACT UserGuide GB-INVOIC_IBM-draft1 Date: 5/94-2008 Version: V1.0.0A Page 0 of 43. ecommerce ServiceCenter

EDI F GROUP A/S INVOICE. Fona. Document: EDIFACT UserGuide GB-INVOIC_IBM-draft1 Date: 5/94-2008 Version: V1.0.0A Page 0 of 43. ecommerce ServiceCenter EDI INVOICE Fona Page 0 of 43 HANCOM DESCRIPTION F GROUP INVOICE Content This document describes the requirements to an EDIFACT INVOIC from a supplier to. The message can be generated in version D93A or

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

PARTY INFORMATION MESSAGE. PARTIN Version 1.0. agreed-upon by EDI Working Group of ECR Poland

PARTY INFORMATION MESSAGE. PARTIN Version 1.0. agreed-upon by EDI Working Group of ECR Poland PARTY INFORMATION MESSAGE PARTIN Version 1.0 EAN 97/EDIFACT D.96A agreed-upon by EDI Working Group of ECR Poland The document contains only these that segments and data elements that were agreed and accepted

More information

SSL API Documentation. Version 1.2.1

SSL API Documentation. Version 1.2.1 SSL API Documentation Version 1.2.1 Table of Contents Document Information! 3 API Connection Information! 4 API Error Handling! 5 API Error Messages! 6 Account Balance Query! 7 Query Certificate Status!

More information

Hella EDIFACT ORDERS

Hella EDIFACT ORDERS Message Implementation Documentation Hella EDIFACT ORDERS based on ORDERS Purchase order message UN D.96A S3 Structure Chart Branching Diagram Segment Details Version: 96 Variant: A Issue date: 14.11.2006

More information

Step-By-Step build Advanced InfoPath Form and SharePoint Designer Workflow

Step-By-Step build Advanced InfoPath Form and SharePoint Designer Workflow Step-By-Step build Advanced InfoPath Form and SharePoint Designer Workflow Workshop: One the Request Form we will design a sample process of Employee Vacation Request with Approval process workflow. Required

More information

SalesJunction.com. Sales Force Automation & CRM. SJAPI Guide

SalesJunction.com. Sales Force Automation & CRM. SJAPI Guide SalesJunction.com Sales Force Automation & CRM SJAPI Guide Table of Contents API Essentials 2 AddAcct.asp 2 AddAct.asp 3 AddCont.asp 3 AddOpp.asp 4 FindContacts.asp 4 FindContacts_ViaEmail.asp 5 GetAcct.asp

More information

THE INVOIC MESSAGE EANCOM97/EDIFACT D.96A

THE INVOIC MESSAGE EANCOM97/EDIFACT D.96A Polska THE INVOIC MESSAGE EAN97/EDIFACT D.96A Issue 1.0, 12.2013 agreed-upon by EDI Working Group of ECR Poland The document contains only these segments and data elements that were agreed and accepted

More information

Furthermore remember to uninstall the old DWI client before replacing it with the new version.

Furthermore remember to uninstall the old DWI client before replacing it with the new version. Table shortcuts: ERP to the Web Shop: Products - Related Products - Stock Product groups Product group relations - Segments Segment groups - Price - Variants Variant groups Variant group relation - Variant

More information

EDI Implementation Guidelines for Library Book Supply Changes, since issue 1.2

EDI Implementation Guidelines for Library Book Supply Changes, since issue 1.2 EDI Implementation Guidelines for Library Book Supply Changes, since issue 1.2 CONTENTS LIST Guidelines for Library Book Supply all formats... 2 Dates... 2 ISBN-13 in PIA segments... 2 Handling books carrying

More information

Swedbank Payment Portal Implementation Overview

Swedbank Payment Portal Implementation Overview Swedbank Payment Portal Implementation Overview Product: Hosted Pages Region: Baltics September 2015 Version 1.0 Contents 1. Introduction 1 1.1. Audience 1 1.2. Hosted Page Service Features 1 1.3. Key

More information

Microsoft Dynamics CRM Security Provider Module

Microsoft Dynamics CRM Security Provider Module Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 CRM Security Provider Rev: 2015-04-15 Microsoft Dynamics CRM Security Provider Module for Sitecore 6.6-8.0 Developer's Guide A developer's

More information

Managed Rebill web services

Managed Rebill web services Web Active Corporation Managed Rebill web services Data type and field specifications Moe Oo 10/02/2009 Version 1.5 Contents Introduction... 4 Data Field Specifications... 5 Return format for Query Next

More information

BS1000 command and backlog protocol

BS1000 command and backlog protocol BS1000 command and backlog protocol V0.3 2013/5/31 1 / 6 BS1000 command and backlog protocol Introduction When the bs1000 is updating a website, measurement data is transferred to the site using a http

More information

Book Industry Communication

Book Industry Communication Book Industry Communication e4books Web Services Standards Post Financial ocument Version 0.9, 20 November 2007 This document specifies in human-readable form the e4books web services Post Financial ocument

More information

Payment on Receipt EDIFACT INVOIC D97.A

Payment on Receipt EDIFACT INVOIC D97.A Payment on Receipt EDIFACT INVOIC D97.A EDI Implementation Guideline Version 2.5 / January 2004 Authors : Ulrich Freimuth Patrick Emminghaus This document provides the specific description of a subset

More information

Three Step Redirect API V2.0 Patent Pending

Three Step Redirect API V2.0 Patent Pending Three Step Redirect API V2.0 Patent Pending Contents Three Step Redirect Overview... 4 Three Step Redirect API... 4 Detailed Explanation... 4 Three Step Transaction Actions... 7 Step 1... 7 Sale/Auth/Credit/Validate/Offline

More information

Purchase Orders Message ORDERS (EDIFACT D97A)

Purchase Orders Message ORDERS (EDIFACT D97A) Purchase Orders Message ORDERS (EDIFACT D97A) VERSION: 1.0 Author: Seagate B2B Notes: EDIFACT ORDERS Message to be d with OEM, Distribution or Retail partners. ORDERS Purchase Order Message... Page UNB

More information

CyberSource Merchant Account Reports

CyberSource Merchant Account Reports Title Page CyberSource Merchant Account Reports Developer Guide July 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information

Freight Tracking Web Service Implementation Guide

Freight Tracking Web Service Implementation Guide www.peninsulatruck.com P.O. Box 587 (98071-0587) 1010 S 336 th, Suite 202 Federal Way, Washington 98003 Office (253) 929-2000 Fax (253) 929-2041 Toll Free (800) 942-9909 Freight Tracking Web Service Implementation

More information

SEMO Online Helpdesk User Guide

SEMO Online Helpdesk User Guide SEMO Online Helpdesk - User Guide SEMO 2012. Page 1 Table of Contents 1. REVISION HISTORY... 3 2. INTRODUCTION... 3 3. ACCESSING THE ONLINE HELPDESK... 3 4. LOGIN TO THE ONLINE HELPDESK... 4 4.1 Forgotten

More information

API documentation - 1 -

API documentation - 1 - API documentation - 1 - Table of Contents 1. Introduction 1.1. What is an API 2. API Functions 2.1. Purge list of files 2.1.1 Description 2.1.2 Implementation 2.2. Purge of whole cache (all files on all

More information

INVOIC Invoice message

INVOIC Invoice message INVOIC Invoice message EDIFACT/D98B/INVOIC: INVOIC Invoice message Version: 1. Final Author: DSV EDI team Company: DSV Publication: 16-4-21 16-4-21 Invoice message - INVOIC Table of Contents INVOIC Invoice

More information

E-payment. Service description

E-payment. Service description E-payment Service description Page 2 (15) Content 1 E-payment... 3 1.1 General description... 3 1.2 Advantages... 3 1.3 Availability... 3 1.4 Security... 3 2 Service agreement, instructions and start-up...

More information

PROCESS TRANSACTION API

PROCESS TRANSACTION API PROCESS TRANSACTION API Document Version 8.7 May 2015 For further information please contact Digital River customer support at (888) 472-0811 or [email protected]. 1 TABLE OF CONTENTS 2 Lists of tables

More information

User-ID Features. PAN-OS New Features Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks

User-ID Features. PAN-OS New Features Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks User-ID Features PAN-OS New Features Guide Version 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 http://www.paloaltonetworks.com/contact/contact/

More information

1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow...

1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow... Payment API 1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow... 8 3.5 SMS Handshake Flow... 9 4. One-time

More information

JPX-LEI User Guide 2014/8/1. Japan Exchange Group, Inc. / Tokyo Stock Exchange, Inc. Copyright 2014 Tokyo Stock Exchange, Inc. All rights reserved.

JPX-LEI User Guide 2014/8/1. Japan Exchange Group, Inc. / Tokyo Stock Exchange, Inc. Copyright 2014 Tokyo Stock Exchange, Inc. All rights reserved. JPX-LEI User Guide 2014/8/1 Japan Exchange Group, Inc. / Tokyo Stock Exchange, Inc. Copyright 2014 Tokyo Stock Exchange, Inc. All rights reserved. 1 Contents Outline General User JPX-LEI Search File Download

More information

Design REST Services with CXF JAX- RS implementation: best practices and lessons learned

Design REST Services with CXF JAX- RS implementation: best practices and lessons learned Design REST Services with CXF JAX- RS implementation: best practices and lessons learned Andrei Shakirin, Talend [email protected] ashakirin.blogspot.com Agenda REST architectural style Design of REST

More information

How to Order and Install Odette Certificates. Odette CA Help File and User Manual

How to Order and Install Odette Certificates. Odette CA Help File and User Manual How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 24.02.2014 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you

More information

Pensio Payment Gateway Merchant API Integration Guide

Pensio Payment Gateway Merchant API Integration Guide Pensio Payment Gateway Merchant API Integration Guide 10. Jan. 2012 Copyright 2011 Pensio ApS Table of Contents Revision History 5 Concept 7 Protocol 7 API base url 7 Authentication 7 Method calls 7 API/index

More information

Cisco TelePresence Content Server

Cisco TelePresence Content Server Cisco TelePresence Content Server API Guide D1398008 August 2014 TABLE OF CONTENTS 1 INTRODUCTION... 5 1.1 Format of this document... 5 1.2 Variable usage... 6 1.3 Warnings... 6 2 SECURITY... 7 2.1 Security

More information

Contents. 2 Alfresco API Version 1.0

Contents. 2 Alfresco API Version 1.0 The Alfresco API Contents The Alfresco API... 3 How does an application do work on behalf of a user?... 4 Registering your application... 4 Authorization... 4 Refreshing an access token...7 Alfresco CMIS

More information

Web Services API Developer Guide

Web Services API Developer Guide Web Services API Developer Guide Contents 2 Contents Web Services API Developer Guide... 3 Quick Start...4 Examples of the Web Service API Implementation... 13 Exporting Warehouse Data... 14 Exporting

More information

ATWD XML Web Service Handbook

ATWD XML Web Service Handbook ATWD XML Web Service Version 2.0 This handbook provides technical information to those organisations wishing to utilise the HMRC ATWD XML Web Service. Version 2.0 Issued Page 1 of 41 July 2010 Template

More information

How to Order and Install Odette Certificates. Odette CA Help File and User Manual

How to Order and Install Odette Certificates. Odette CA Help File and User Manual How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 28.07.2014 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you

More information

Address Phone & Fax Internet

Address Phone & Fax Internet Smilehouse Workspace 1.13 Payment Gateway API Document Info Document type: Technical document Creator: Smilehouse Workspace Development Team Date approved: 31.05.2010 Page 2/34 Table of Content 1. Introduction...

More information

Authentication and Single Sign On

Authentication and Single Sign On Contents 1. Introduction 2. Fronter Authentication 2.1 Passwords in Fronter 2.2 Secure Sockets Layer 2.3 Fronter remote authentication 3. External authentication through remote LDAP 3.1 Regular LDAP authentication

More information

THE INVOIC MESSAGE EANCOM97/EDIFACT D.96A

THE INVOIC MESSAGE EANCOM97/EDIFACT D.96A Polska THE INVOIC MESSAGE EAN97/EDIFACT D.96A Issue 9.0, 10.2015 agreed-upon by EDI Working Group of ECR Poland The document contains only these segments and data elements that were agreed and accepted

More information

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS)

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) August 04, 2009 Interface Design Document for CMBHS

More information

Example for Using the PrestaShop Web Service : CRUD

Example for Using the PrestaShop Web Service : CRUD Example for Using the PrestaShop Web Service : CRUD This tutorial shows you how to use the PrestaShop web service with PHP library by creating a "CRUD". Prerequisites: - PrestaShop 1.4 installed on a server

More information

Documentation to use the Elia Infeed web services

Documentation to use the Elia Infeed web services Documentation to use the Elia Infeed web services Elia Version 1.0 2013-10-03 Printed on 3/10/13 10:22 Page 1 of 20 Table of Contents Chapter 1. Introduction... 4 1.1. Elia Infeed web page... 4 1.2. Elia

More information

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function.

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. Page 1 of 14 This module covers these topics: - Enabling audit for a Maximo database table -

More information

Email API Document. 2012 Webaroo Technology India Pvt. Ltd.

Email API Document. 2012 Webaroo Technology India Pvt. Ltd. Email API Document 2012 Webaroo Technology India Pvt. Ltd. All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying,

More information

Grundfos EDIFACT D.96.A

Grundfos EDIFACT D.96.A Grundfos EDIFACT D.96.A Title INVRPT - Documentation (Forecast) Create Date 29-05-2007 Last Update 31-10-2014, version 1.09 Author Grundfos EDI Team Owner Grundfos Group EDI Team 1 Prologue Introduction

More information

ORDERS Purchase Order Message

ORDERS Purchase Order Message ORDERS Purchase Order Message UN/EDIFACT Version D.93A ERICO International 31700 Solon Rd. Solon, OH 44139 ii Preface Purpose and Scope The purpose of this guide is to provide ERICO s trading partners

More information

vcommander will use SSL and session-based authentication to secure REST web services.

vcommander will use SSL and session-based authentication to secure REST web services. vcommander REST API Draft Proposal v1.1 1. Client Authentication vcommander will use SSL and session-based authentication to secure REST web services. 1. All REST API calls must take place over HTTPS 2.

More information

Distribution and Integration Technologies

Distribution and Integration Technologies Distribution and Integration Technologies RESTful Services REST style for web services REST Representational State Transfer, considers the web as a data resource Services accesses and modifies this data

More information

REST Webservices API Reference Manual

REST Webservices API Reference Manual crm-now/ps REST Webservices API Reference Manual Version 1.5.1.0 crm-now development documents Page 1 Table Of Contents OVERVIEW...4 URL FORMAT...4 THE RESPONSE FORMAT...4 VtigerObject...5 Id Format...5

More information

Adobe - EDIFACT D97.A ORDERS

Adobe - EDIFACT D97.A ORDERS Adobe - EDIFACT D97.A ORDERS Purchase Order Message Shrink Wrap Product Version: UNEDIFACT D97A ORDERS Company: Adobe Modified: 9/30/2015 Table of Contents ORDERS Purchase order message... 1 UNB INTERCHANGE

More information

Merchant Implementation Guide

Merchant Implementation Guide Merchant Implementation Guide Version 5.0 2013 Centricom Pty Limited. All rights reserved. Disclaimer and limitation of Liability This Merchant Implementation Guide sets out the proper procedures for the

More information

API Commands Reseller Partners

API Commands Reseller Partners API Commands Reseller Partners API Version 6.9 Revision Date: 21 st August 2014 Contents Commands... 3 useradd... 3 usermodify... 5 userget... 7 usersuspend... 9 domainadd... 10 domaincancel... 13 domaincheck...

More information

Cabot Consulting Oracle Solutions. The Benefits of this Approach. Infrastructure Requirements

Cabot Consulting Oracle Solutions. The Benefits of this Approach. Infrastructure Requirements Scheduling Workbooks through the Application Concurrent Manager By Rod West, Cabot Oracle Application users will be very familiar with the Applications concurrent manager and how to use it to schedule

More information

vcloud Air Platform Programmer's Guide

vcloud Air Platform Programmer's Guide vcloud Air Platform Programmer's Guide vcloud Air OnDemand 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

5.0 Detailed guidelines of purchase order response (ORDRSP Version 1 EDIFACT D 96B) usage within Volvo.

5.0 Detailed guidelines of purchase order response (ORDRSP Version 1 EDIFACT D 96B) usage within Volvo. 5.0 Detailed guidelines of purchase order response (ORDRSP Version 1 EDIFACT D 96B) usage. 5.1 General. This document describes Volvo s application of the EDIFACT message for purchase order response (ORDRSP)

More information

NetCom SMS Bedrift API - - - - - Technical Documentation

NetCom SMS Bedrift API - - - - - Technical Documentation - - - - - Version 1.2 December 2008 TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 SCOPE... 3 1.2 REVISION HISTORY... 3 2 SOLUTION OVERVIEW... 4 3 LIMITATIONS... 5 3.1 NUMBER OF RECIPIENTS... 5 3.2 ORIGINATING

More information

Global EDI Clearing Center (GECC)

Global EDI Clearing Center (GECC) Global EDI Clearing Center (GECC) INVOIC UN D96A Page 1 of 124 INVOIC Invoice Message Introduction: A message claiming payment for goods or services supplied under conditions agreed between the seller

More information

ADOBE - EDIFACT D97A INVOIC

ADOBE - EDIFACT D97A INVOIC ADOBE - EDIFACT D97A INVOIC EDIFACT/D97A/INVOIC: INVOIC Invoice message Version: 1.0 Author: Adobe Systems Modified: 06/15/2009 INVOIC Invoice message Message Status=2 A message claiming payment for goods

More information

Server based signature service. Overview

Server based signature service. Overview 1(11) Server based signature service Overview Based on federated identity Swedish e-identification infrastructure 2(11) Table of contents 1 INTRODUCTION... 3 2 FUNCTIONAL... 4 3 SIGN SUPPORT SERVICE...

More information

How to Order and Install Odette Certificates. Odette CA Help File and User Manual

How to Order and Install Odette Certificates. Odette CA Help File and User Manual How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 20.07.2015 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you

More information

Secure XML API Integration Guide. (with FraudGuard add in)

Secure XML API Integration Guide. (with FraudGuard add in) Secure XML API Integration Guide (with FraudGuard add in) Document Control This is a control document DESCRIPTION Secure XML API Integration Guide (with FraudGuard add in) CREATION DATE 02/04/2007 CREATED

More information

itunes Store Publisher User Guide Version 1.1

itunes Store Publisher User Guide Version 1.1 itunes Store Publisher User Guide Version 1.1 Version Date Author 1.1 10/09/13 William Goff Table of Contents Table of Contents... 2 Introduction... 3 itunes Console Advantages... 3 Getting Started...

More information

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT ZohoCRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information

Netswipe Processing Implementation

Netswipe Processing Implementation Netswipe Processing Implementation Direct Integration with Jumio s Payment Gateway Revision History Version Date published Description 1.0.0 November 22 nd, 2011 Initial release. 1.0.1 January 12 th, 2012

More information

How To Pay With Worldpay (Hosted Call Centre)

How To Pay With Worldpay (Hosted Call Centre) Corporate Gateway Mail and Telephone Order Payment Service (Hosted Call Centre) Guide V4.0 June 2014 Use this guide to: Learn how to use the Mail and Telephone Order Payment service (Hosted Call Centre)

More information

PROCUREMENT CARD US BANK ACCESS ONLINE SYSTEM USER GUIDE

PROCUREMENT CARD US BANK ACCESS ONLINE SYSTEM USER GUIDE PROCUREMENT CARD US BANK ACCESS ONLINE SYSTEM USER GUIDE Contracts and Procurement Procurement Card Program September 2011 Contents Web Browser Security Settings... 3 Internet Explorer Security Settings...

More information

SSL Certificates API Guide. Version 3.0 April 28, 2009

SSL Certificates API Guide. Version 3.0 April 28, 2009 SSL Certificates API Guide Version 3.0 April 28, 2009 Table of Contents Introduction...3 The Order Item Object...4 Key Definitions for the create_items Associative Array...5 Key Definitions for the product_data

More information