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

Size: px
Start display at page:

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

Transcription

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

2 TWW UNIMESSAGE Volume SMS Messaging WEBSERVICES Integration Guide Information in this document, or in the described system, including URL and other internet Web Site and IP references, is subject to change without notice. Complying with all applicable copyright laws is responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means ( electronic, mechanical, photocopying, or otherwise ), or for any purpose, without express written permission of TWW do Brasil S.A. TWW may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from TWW, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Author: Carlos A A Moura TWW do Brasil S A 2

3 Unimessage Volume Messaging Web Connection The UNIMESSAGE Web Services service permits Volume message sending thru the WEB. The UNIMESSAGE Web Services has a command set that offers: Unique SMS sending Batch SMS sending SMS Status verification Message report etc. UNIMESSAGE Web Services System Integration At the URL: is a command list with a short description and parameters. You can consult the command list, Post / Get / Soap examples, and do some tests thru a web browser like MS Internet Explorer or Mozilla Firefox. The WSDL with the methods descriptions could be downloaded through the following URL: Notes: You should inform your server IP address to be able to access the TWW UNIMESSAGE WebservicesURL. It s necessary to have login and password to use these commands. Please ask our Sales Department for an account. 3

4 Address URL: IP: Port: 80 URL: IP: Port: 443 TWW Unimessage CAP WEB Page: 4

5 Available Commands: AlteraSenha - Changes a user password. The password maximum length is 18 characters. Returns a Boolean that indicates transaction success. Fields needed: SenhaAntiga Old Password SenhaNova New Password BuscaSMSAgenda - Returns a DataSet named OutDataSet that contains one scheduled message for the SeuNum informed, at a time Fields needed: SeuNum This field is a number or alphanumeric character chain with 10 characters that is generated by the user for future queries. It s not necessary to be ordered and could be repeated Returned dataset example: <?xml version="1.0" encoding="utf-8"?> - <DataSet xmlns=" - <xs:schema id="outdataset" xmlns="" xmlns:xs=" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> - <xs:element name="outdataset" msdata:isdataset="true" msdata:usecurrentlocale="true"> - <xs:complextype> - <xs:choice minoccurs="0" maxoccurs="unbounded"> 5

6 - <xs:element name="buscasmsagenda"> - <xs:complextype> - <xs:sequence> <xs:element name="seunum" type="xs:string" minoccurs="0" /> <xs:element name="celular" type="xs:string" minoccurs="0" /> <xs:element name="mensagem" type="xs:string" minoccurs="0" /> <xs:element name="status" type="xs:string" minoccurs="0" /> <xs:element name="datarec" type="xs:datetime" minoccurs="0" /> <xs:element name="dataenv" type="xs:datetime" minoccurs="0" /> <xs:element name="datastatus" type="xs:datetime" minoccurs="0" /> </xs:sequence> </xs:complextype> </xs:element> </xs:choice> </xs:complextype> </xs:element> </xs:schema> - <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"> - <OutDataSet xmlns=""> - <BuscaSMSAgenda diffgr:id="buscasmsagenda1" msdata:roworder="0"> <seunum>abc123</seunum> <celular> </celular> <mensagem>teste agendamento ws</mensagem> <status>ok</status> <datarec> t14:55: :00</datarec> <dataenv> t10:00:00-02:00</dataenv> <datastatus> t14:55: :00</datastatus> </BuscaSMSAgenda> </OutDataSet> </diffgr:diffgram> </DataSet> *Note - After making a search, wait one minute to make a new search 6

7 BuscaSMSAgendaDataset - Returns a DataSet named OutDataSet that contains a table called BuscaSMSAgenda with the scheduled messages. Returns Nothing in case of errors. Fields needed: *Note - After making a search, wait one minute to make a new search BuscaSMSMONaoLido - Returns a DataSet named OutDataSet that contains a table called SMSMO with 400 lines at maximum, containing the unread MO messages received in the last 4 days, as answers for SMSs sent by the system, and mark these messages as read. If the resulting table has 400 lines, it should be possible that there are more unread messages available, and these should be read invoking the method again until there are no more unread messages. Returns Nothing in case of errors. Fields needed: *Note - After making a search, wait one minute to make a new search *Note - To do the same search in this method, first need make a reset and after that wait one minute DelSMSAgenda - Deletes a scheduled message. Returns OK or NOK. Fields needed: Agendamento - DATETIME type, ANSI formatted YYYY-MM-DD HH:MM:SS. SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. 7

8 EnviaSMS - Sends unique SMSs. The necessary fields are: SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Celular - (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem ASCII Text (140 char. Maximum size). ASCII between ASCII-32 e ASCII-126 would be accepted (Characters out of this range will be changed.) Returns a string with the following values: OK Message accepted for transmission NOK Message not accepted for transmission or financial pendings Erro - Error NA (not available) System unavailable EnviaSMS2SN - Sends unique SMSs and offers 2 numeric custom reference fields (SeuNum1 and SeuNum2) with a maximum of 20 digits each. Returns OK, NOK(financial pendings, etc), Erro (Error) or NA (not available) SeuNum1 - This is a numeric field with a maximum of 20 digits that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. SeuNum2 - This is a numeric field with a maximum of 20 digits that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. 8

9 Celular - (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem ASCII text ( X characters maximum ) Agendamento - (Scheduling) DATETIME ANSI format: YYYY-MM-DD HH:MM:SS. EnviSMSAge Schedules a message to be sent in a scheduled time. Returns OK, NOK(financial pendings, etc), Erro (Error) or NA (not available) SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem (Message Text) - ASCII Text (140 char. Maximum size). ASCII between ASCII-32 e ASCII-126 would be accepted (Characters out of this range will be changed.) Agendamento (Scheduling) DATETIME ANSI format: YYYY-MM- DD HH:MM:SS. EnviSMSAgeQuebra - Schedules a message to be sent in a scheduled time. If a message was greater than 140 characters, it will be split into multiple messages of 140 characters each with "..." separating the messages. The maximum text length is 4096 characters. Returns OK, NOK(financial pendings, etc), Erro (Error) or NA (not available) SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the 9

10 message, for future queries. It s not necessary to be ordered, and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem (Message Text) - ASCII Text (4096 char. Maximum size). ASCII between ASCII-32 e ASCII-126 would be accepted (Characters out of this range will be changed.) If a message was greater than 140 characters, it will be split into multiple messages of 140 characters each with "..." separating the messages. The maximum text length is 4096 characters. Agendamento (Scheduling) DATETIME ANSI format: YYYY-MM-DD HH:MM:SS. EnviaSMSAlt Send a message to a mobile phone using url alternative. *Note discontinued function, please use function EnviaSMS EnviaSMSConcatenadoComAcento - Sends a concatenated accented text SMS message. The "Serie" field should contain a number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). If this message has more than 70 characters, it will be split in several messages with 70 characters each and received in form of a concatenated unique message at the mobile phone, only if the destination operator supports concatenation. If there is no support for concatenation at the destination operator, the messages will be sent with +" in the beginning and end of each segment. The maximum text length is 2048 characters. Returns OK, NOK (invalid user, password, message with more than 2048 characters or financial pendings), Erro (Error), or NA (not available) the necessary fields are SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. 10

11 Serie - Number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). It should not be sequential and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem (Message Text) - ASCII Text (2048 char. Maximum size, UNICODE from 0000 to 00FF). EnviaSMSConcatenadoComAcento2N - Sends a concatenated accented text SMS message with 2 numeric custom reference fields (SeuNum1 and SeuNum2). The "Serie" field should contain a number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). If this message has more than 70 characters, it will be split in several messages with 70 characters each and received in form of a concatenated unique message at the mobile phone, only if the destination operator supports concatenation. If there is no support for concatenation at the destination operator, the messages will be sent with +" in the beginning and end of each segment. The maximum text length is 2048 characters. Returns OK, NOK (invalid user, password, message with more than 2048 characters or financial pendings), Erro (Error), or NA (not available) the necessary fields are SeuNum1 - This is a numeric field with a maximum of 20 digits that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. SeuNum2 - This is a numeric field with a maximum of 20 digits that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Serie - Number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). It should not be sequential and could be repeated. 11

12 Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem (Message Text) - ASCII Text (2048 char. Maximum size, UNICODE from 0000 to 00FF). EnviaSMSConcatenadoSemAcento - Sends a concatenated text (not accented) SMS message. The "Serie" field should contain a number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). If this message has more than 140 characters, it will be split in several messages with 140 characters each and received in form of a concatenated unique message at the mobile phone, only if the destination operator supports concatenation. If there is no support for concatenation at the destination operator, the messages will be sent with +" in the beginning and end of each segment. The maximum text length is 4096 characters. Returns OK, NOK (invalid user, password, message with more than 4096 characters or financial pendings), Erro (Error), or NA (not available) the necessary fields are SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Serie - Number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). It should not be sequential and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem (Message Text) - ASCII Text (2048 char. Maximum size, UNICODE from 0000 to 00FF). 12

13 EnviaSMSConcatenadoSemAcento2N - Sends a concatenated text (not accented) SMS message with 2 numeric custom reference fields (SeuNum1 and SeuNum2). The "Serie" field should contain a number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). If this message has more than 140 characters, it will be split in several messages with 140 characters each and received in form of a concatenated unique message at the mobile phone, only if the destination operator supports concatenation. If there is no support for concatenation at the destination operator, the messages will be sent with +" in the beginning and end of each segment. The maximum text length is 4096 characters. Returns OK, NOK (invalid user, password, message with more than 4096 characters or financial pendings), Erro (Error), or NA (not available) the necessary fields are SeuNum1 - This is a numeric field with a maximum of 20 digits that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. SeuNum2 - This is a numeric field with a maximum of 20 digits that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Serie - Number between 0 and 255 that should be unique for each concatenated SMS sent, being increased by 1 at each sent message and when reaches 255 start again with 0 ( zero ). It should not be sequential and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem (Message Text) - ASCII Text (2048 char. Maximum size, UNICODE from 0000 to 00FF). 13

14 EnviaSMSDataSet: For batch message sending. Receives a DataSet with the SMS messages to be sent, with the following fields: Seunum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem ASCII Text (140 char. Maximum size). ASCII between ASCII- 32 e ASCII-126 would be accepted (Special characters will be changed. Agendamento (Scheduling) DATETIME ANSI format: HH:MM:SS. YYYY-MM-DD Returns a string with the following values: OK Message accepted for transmission NOK Message not accepted for transmission or financial pendings Erro - Error NA (not available) System unavailable The dataset should be filled as the following SOAP command: POST /reluzcap/wsreluzcap.asmx HTTP/1.1 Host: Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: " " <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:soap=" instance" <soap:body> 14

15 <EnviaSMSDataSet xmlns=" <NumUsu>string</NumUsu> <Senha>string</Senha> <DS> <xsd:schema>schema</xsd:schema>xml</ds> </EnviaSMSDataSet> </soap:body> </soap:envelope> Senha (Password) 18 alphanumeric characters long. EnviaSMSESMDCS - Send a message to a cell phone. ESM, Header and DCS fields must be in format OTA 8-bit format with an even number of hexadecimal characters. The message field must be formatted as a text string. Returns OK, NOK (financial pending, etc), error or NA (not available). Senha (Password) 18 alphanumeric characters long SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Celular - (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number ESM - OTA 8 bit format, with an even number of hexadecimal characters DCS - OTA 8 bit format, with an even number of hexadecimal characters Header - OTA 8 bit format, with an even number of hexadecimal characters Mensagem (Message Text) - ASCII Text (4096 char. Maximum size). ASCII between ASCII-32 e ASCII-126 would be accepted (Characters out of this range will be changed.) If a message was greater than 140 characters, it will 15

16 be split into multiple messages of 140 characters each with "..." separating the messages. The maximum text length is 4096 characters. EnviaSMSOTA8Bit Sends a binary message. The Header and Data fields must be in the OTA 8 bit format, with an even number of hexadecimal characters. Returns OK, NOK (invalid user, password, message with more than 4096 characters or financial pendings), Erro (Error), or NA (not available) the necessary fields are SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Header - OTA 8 bit format, with an even number of hexadecimal characters Data - OTA 8 bit format, with an even number of hexadecimal characters, with 4096 characters maximum length EnviSMSQuebra - Sends a SMS message. If the message is greater than 140 characters, it will be split into multiple messages of 140 characters each with "..." separating the messages. The maximum text length is 4096 characters. Returns OK, NOK(financial pendings, etc), Erro (Error) or NA (not available) SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. 16

17 Celular - (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem - (Message Text) - ASCII Text (4096 char. Maximum size). ASCII between ASCII-32 e ASCII-126 would be accepted (Characters out of this range will be changed.) If a message was greater than 140 characters, it will be split into multiple messages of 140 characters each with "..." separating the messages. The maximum text length is 4096 characters. EnviaSMSTIM Not applicable EnviaSMSTemplate - The use of this function is only for customers who use the feature of WebCorp templates. Please check the existing documentation of the WebCorp. EnviaSMSXML Receives a XML with the SMS messages to be sent, with the following fields: Horaenv - (HH:MM:SS) Seunum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number Mensagem (Message Text) - ASCII Text (140 char. Maximum size). ASCII between ASCII-32 e ASCII-126 would be accepted (Characters out of this range will be changed.) Agendamento (Scheduling) DATETIME ANSI format: YYYY-MM-DD HH:MM:SS. Returns a string with the following values: OK Message accepted for transmission 17

18 NOK Message not accepted for transmission or financial pendings Erro - Error NA (not available) System unavailable InsBL - Insert a MSISDN in the black list. Returns 0 in case of success, 0 if the MSISDN in already blacklisted, -1 in case of error. The necessary fields are: Celular (55DDNNNNNNNN) Destination Cell Phone Number, where D = Área Code and N = Cell Phone Number ResetaMOLido - Resets the READ status of the MO messages since 1 day before until now. Returns OK in case of success and NOK on case of error. The necessary fields are: ResetaStatusLido - Resets the READ status of the Statuses since 1 day before until now. Returns OK in case of success and NOK on case of error. The necessary fields are: StatusSMS2SN - Returns a DataSet named OutDataSet for a message sent through the EnviaSMS2SN method. In case of error returns Nothing. Fields needed: 18

19 SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. StatusSMSDataset Receives a Dataset with SeuNum field values, and returns a Dataset called OutDataSet with a table called StatusSMSDS that contains a set of already transmitted messages. In case of error returns Nothing. Please check the web interface thru a web browser for a SOAP Method example. Fields needed: SeuNum - This field is a number or alphanumeric character chain with 10 characters that is generated by the user and, that is recorded with the message, for future queries. It s not necessary to be ordered, and could be repeated. StatusSMSNaoLido Returns a DataSet named OutDataSet with a StatusSMS table with the maximum length of 400 rows, containing the SMS status for the last 4 days that where not read, and mark them as READ. If there are 400 rows, in the returned table it means that more Status should be available and in this case, more calls to the function should be made. In case of error returns Nothing. Fields needed: *Note - To do the same search in this method, first need make a reset and after that wait one minute 19

20 VerBL - Returns a DataSet with the blacklisted MSISDNs for this account. In case of error returns Nothing. Fields needed: VerCredito Not applicable VerValidade Not applicable Unimessage Automatic return integration The web services platform offers resources to do all message-handling tasks, from sending messages to check status and generate reports. In this case, all requests starts at the client side (customer platform). Also, it s possible to set up the reverse way, where all MO (mobile originated) messages, and DLR tickets (message status changes), directed to the customer account should be forwarded to the client server (customer platform), thru HTTP GET, HTTP POST and SMTP methods. In this case, as soon as Unimessage receives a DLR status from the operator, it forwards this DLR update to a pre-defined URL, thru HTTP GET or POST, or by SMTP for a pre-defined address. The same is true for MO messages that are received as answers for MT (mobile terminated) messages sent thru the Unimessage customer account, or the message was sent to a custom pre-defined LA (short number), or the message were sent with a pre-defined keyword in the first five positions of the message body. The return path for MOs sent as answers for MTs is valid for a period of 4 days after the MT was sent. The customer Server should be set up to receive the events where the necessary parameters will be passed. 20

21 The URL format, for the GET method should have the following parameters: Example: URL format STATUS parameters: SeuNum - %u (customer message ID) Celular %c (Cell phone number) Status - %s (Two characters Example: CL) Data do status %d (date yyyy-mm-ddthh:mm:ss) TextoStatus - %t (status description, see below *) Operadora - %o (Our numeric code, 1 Claro, 2 TIM, 3 Vivo, etc.) URL Status example: URL Parameters Status descriptions Case "CL" textostatus = "SMS entregue ao celular de destino" (SMS delivered to the mobile) Case "E0" TextoStatus = "Numero de celular invalido/sem operadora" (Invalid mobile number/operator) Case "E1" textostatus = "Blacklist" (MSISDN is blacklisted) Case "E3" textostatus = "Duplicada" (Message rejected due to excessive repetitions) 21

22 Case "E4" textostatus = "SMS recusado pela operadora" (SMS rejected by the operator) Case "E5" TextoStatus = "SMS expirado sem informe da operadora" (SMS without operator notice) Case "E6" textostatus = "SMS expirado conforme informe da operadora" (SMS expired as informed by the operator) Case "E7" textostatus="sms rejeitado por falta de créditos ou conta bloqueada" (rejected due to lack of credit or blocked account) URL format MO parameters: Operadora - %o (Our numeric code, 1 Claro, 2 TIM, 3 Vivo, etc.) Menesagem - %m (MO message text) Celular - %c (Originator mobile number) Shnum - %s (ShortCode - MO destination short number) SeuNum - %u (MT customer message identification number, to witch this MO answers) Data - %d (SMS MO date) URL MO example: URL Parameters 22

23 Message Status Table SMS possible status: OK: message received, queued to be sent to the operator OP: message sent to the operator CL: DLR received ER: System error E0: Invalid mobile number/operator E1: MSISDN is blacklisted E3: Message rejected due to excessive repetitions E4: Message rejected by the operator E5: Message expired without operator notice E6: SMS expired as informed by the operator E7: Message rejected due to lack of credit or blocked account Operator code number: 0 - No operator (message with no MSISDN or the MSISDN does not belong to any operator) 1 - Claro 2 - TIM 3 - Vivo 4 - TeleMig 5 - Oi 6 - Nextel 7 - Brasil Telecom 8 - Sercomtel 9 CTBC 10 Porto Conecta 11 Vodafone 23

24 12 Surf Telecom 257 Other OBS: The status should be changed up to 48 hours after sent to the operators For more information, please contact: 24

Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September

Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September Dynmark Messaging Platform XML HTTP Interface Quick Start Guide Draft Revision 3.0.5 4 September 2006 E-mail: support@e-txt.co.uk CONTENTS Sending Messages... 3 Sending a Simple Message...3 Text Merge

More information

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE Table of Contents LDAP LOGIN 2 APPLICATION LOGIN 4 LIST REFERENCE CODES 9 STORE REFERENCE CODES 14 LIST AGENCIES 18 GET AGENCY ID 23 LIST SECURITY GROUPS 27

More information

NO: 22/15(1)/ /DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM

NO: 22/15(1)/ /DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM NO: 22/15(1)/2014-15/DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM Udyog Bhavan, New Delhi Dated: 27.10.2014 Subject: -

More information

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure [MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

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

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification [MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

Fax Broadcast Web Services

Fax Broadcast Web Services Fax Broadcast Web Services Table of Contents WEB SERVICES PRIMER... 1 WEB SERVICES... 1 WEB METHODS... 1 SOAP ENCAPSULATION... 1 DOCUMENT/LITERAL FORMAT... 1 URL ENCODING... 1 SECURE POSTING... 1 FAX BROADCAST

More information

Integration Guide Xura Messaging HTTP-Interface

Integration Guide Xura Messaging HTTP-Interface Integration Guide Xura Messaging HTTP-Interface Version 2.1.5 Content is subject to change Xura Secure Communications GmbH Tel.: +49 89 201 727 0 e-mail.: asc-support@xura.com All rights reserved. This

More information

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9 Table of Contents Introduction... 2 Requirements... 2 Connecting to Forthnet Mobile Platform... 2 Message submission... 3 Client Request... 3 Parameters... 4 Parameter user... 4 Parameter pass... 4 Parameter

More information

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 For help, contact support@linkmobility.com The most up-to-date version of this document is available at http://www.linkmobility.com/developers/

More information

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017 Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1 September 2017 Copyright 1987, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS 10/1/2009 Way2mint Services Prepared by: Mohit Jaswani Copyright Way2mint Services The content of this document are copyright and remain the

More information

KOSTAS MARKELLOS University of Patras, Computer Engineering and Informatics Department, University Campus, 26500, Rio, Greece

KOSTAS MARKELLOS University of Patras, Computer Engineering and Informatics Department, University Campus, 26500, Rio, Greece USING STANDARDISED WEB SERVICES FOR INTEGRATING PROCESSES OF AUTONOMOUS ACTORS COMMUNICATING WITHIN A PUBLIC INFORMATION SYSTEM - A CASE STUDY FROM GREECE KOSTAS MARKELLOS University of Patras, Computer

More information

mvaayoo API Ver 1.2.0

mvaayoo API Ver 1.2.0 Ver 1.2.0 DOCUMENT RELEASE NOTE Ver 1.2.0 Author(s): Sriram Gopal Reddy K Date: 21/10/2009 Reviewer(s): Dipto Mukherjee Date: 21/10/2009 Approved by: Date: REVISION HISTORY Document No: Document Title:

More information

Gatesms.eu Mobile Solutions for Business

Gatesms.eu Mobile Solutions for Business TECHNICAL SPECIFICATIONS XML Web API GATESMS.EU, version 1.1 Prepared by: Gatesms.eu Contents Document version history...3 Security...3 General requirements...3 HTTP transmission security mechanism...3

More information

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide Aimetis Symphony Mobile Bridge 2.7 Installation Guide Contents Contents Introduction...3 Installation... 4 Install the Mobile Bridge... 4 Upgrade the Mobile Bridge...4 Network configuration... 4 Configuration...

More information

Notes. Any feedback/suggestions? IS 651: Distributed Systems

Notes. Any feedback/suggestions? IS 651: Distributed Systems Notes Grading statistics Midterm1: average 10.60 out of 15 with stdev 2.22 Total: average 15.46 out of 21 with stdev 2.80 A range: [18.26, 23] B range: [12.66, 18.26) C or worse range: [0, 12.66) The curve

More information

Introduction BB4 Web Services specifications... 5

Introduction BB4 Web Services specifications... 5 Billy Blue s 4 Web Service API Guide rel. 1.1 07-07-2010 Summary Introduction... 4 Monitor, share, inform.... 4 BB4 web services... 4 Web Service data format... 4 How to use Web Service di BB4... 4 Use

More information

WMH API Documentation. Contents

WMH API Documentation. Contents WMH API Documentation Contents WMH API Documentation... 1 Terms... 2 Questions... 3 Functions... 4 GetAvailableInventory... 4 GetAvailableInventoryXML... 4 GetPricing... 4 GetPricingXML... 4 GetProductInfo...

More information

SharePoint Web Services: DataSet DiffGram Structure

SharePoint Web Services: DataSet DiffGram Structure [MS-DSDIFFGRAM-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0 Customer Market Results Interface (CMRI) For RC Interface Specification Version: 1.0.0 November 1, 2018 Revision History Date Version Description 11/01/2018 1.0.0 Initial document release Page 2 of 10

More information

Main title goes here EDT Hub API Specification v2.9

Main title goes here EDT Hub API Specification v2.9 Main title goes here EDT Hub API Specification v2.9 Prepared by: Philip Young, PCTI IS2 Folder: Internal\Technical\Products\EDT Date: Monday, 24 September 2007 Revision No: 2.9 (EDT Hub version 800800

More information

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

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

More information

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS The content of this document are copyright and remain the property of. This document is not to be reproduced in any form, whether electronic,

More information

Cloud SMS API Guide. Version 5.1

Cloud SMS API Guide. Version 5.1 Cloud SMS API Guide Version 5.1 Cloud API Guide v5.1 Page 1 of 18 Table of Content 1 Overview 1 2 MACH Push Messaging 2 3 MT API Details 3 3.1 Send Message 3 3.2 Send Long Concatenated Messages 8 4 MO

More information

Automated Load Forecast System (ALFS) For RC Interface Specification

Automated Load Forecast System (ALFS) For RC Interface Specification Automated Load Forecast System (ALFS) For RC Interface Specification Version: 1.0 October 22, 2018 Revision History Date Version Description 10/23/2018 1.0 Initial document release related to the Load

More information

PISOA Interface Specification. Fall 2017 Release

PISOA Interface Specification. Fall 2017 Release PISOA Interface Specification Fall 2017 Release Version: 1.0 July 21, 2017 Revision History Date Version Description 07/21/2017 1.0 Initial document release related to the PISO Interfaces. RequestVERMeasurements

More information

ONVIF Server for Aimetis Symphony. Installation and Usage

ONVIF Server for Aimetis Symphony. Installation and Usage ONVIF Server for Aimetis Symphony Installation and Usage Disclaimers and Legal Information Copyright 2015 Aimetis Corp. All rights reserved. This material is for informational purposes only. Aimetis makes

More information

SMS Outbound. SMTP interface - v1.1

SMS Outbound. SMTP interface - v1.1 SMS Outbound SMTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Gateway connection... 7 4.1 E-mail message format... 7 4.2 Header section... 7 4.3

More information

HTTP Based Unified API

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

More information

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Fabasoft Integration for Novell GroupWise Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software names used

More information

REST SERVICE. Web Services API Version 1.5

REST SERVICE. Web Services API Version 1.5 REST SERVICE Web Services API Version 1.5 The information contained within this document is the property of PageOne Communications Ltd and may not be copied used or disclosed in whole or in part, except

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXWSXPROP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

INTERFACE SPECIFICATION NEXT VISUAL TAG ENQUIRY VERSION 1.3 JUNE 2015

INTERFACE SPECIFICATION NEXT VISUAL TAG ENQUIRY VERSION 1.3 JUNE 2015 INTERFACE SPECIFICATION NEXT VISUAL TAG ENQUIRY VERSION 1.3 JUNE 2015 CONTENTS VERSION CONTROL... 1 INTRODUCTION... 2 Interface Method... 2 Support... 2 INTERFACE RULES AND PROCESSES... 3 Business Rules...

More information

SMS Submit Interface description HTTP Version 1.5

SMS Submit Interface description HTTP Version 1.5 SMS Submit Interface description HTTP Version 1.5 This document is intended for application developers with knowledge about the HTTP protocol. Document history Version Description 1.5 Spelling error corrected

More information

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015 User Manual HIPAA Transactions System Integration for Channel Partner Vendor Version 15.2 May 2015 Trademarks and Copyrights Optum HIPAA Transactions System Integration Document Channel Partner Vendor

More information

Aimetis Motion Tracker. 1.x User Guide

Aimetis Motion Tracker. 1.x User Guide Aimetis Motion Tracker x User Guide Contents Contents Legal information... 3 Introduction...4 Installation...5 Requirements... 5 Install Motion Tracker...5 Open Motion Tracker... 5 Add a license... 5...

More information

AvePoint Office Connect Online Manager 1.0

AvePoint Office Connect Online Manager 1.0 AvePoint Office Connect Online Manager 1.0 Administration Guide Issued August 2017 1 Table of Contents Introduction...3 Submitting Documentation Feedback to AvePoint...4 Required Permissions...5 Brower

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

[MS-OXWSMSHR]: Folder Sharing Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWSMSHR]: Folder Sharing Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWSMSHR]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

How To Embed EventTracker Widget to an External Site

How To Embed EventTracker Widget to an External Site How To Embed EventTracker Widget to an External Site Publication Date: March 27, 2018 Abstract This guide will help the user(s) to configure an EventTracker Widget to an External Site like SharePoint.

More information

Cisco Unity Connection Notification Interface (CUNI) API

Cisco Unity Connection Notification Interface (CUNI) API Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2018 Cisco Systems, Inc. All rights

More information

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1).

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1). Quriiri HTTP MT API This document describes the Quriiri HTTP MT API version 1 (v1). Sending messages Request types Security Request parameters Request examples JSON POST GET Response JSON response example

More information

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration.

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. Administrator Guide Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. The information and content in this document is provided for informational purposes

More information

Web Service Architecture for Computer-Adaptive Testing on e-learning

Web Service Architecture for Computer-Adaptive Testing on e-learning Web Service Architecture for Computer-Adaptive Testing on e-learning M. Phankokkruad, K. Woraratpanya Abstract This paper proposes a Web service and serviceoriented architecture (SOA) for a computer-adaptive

More information

Batch Posting Service Toolkit for Microsoft Dynamics GP (build 7)

Batch Posting Service Toolkit for Microsoft Dynamics GP (build 7) Batch Posting Service Toolkit for Microsoft Dynamics GP (build 7) Introduction Batch Posting Service Toolkit for Microsoft Dynamics GP is a Dexterity integrated software tool which contains a series of

More information

ForeScout CounterACT. Guest Management Portal for Sponsors. How-to Guide. Version 8.0

ForeScout CounterACT. Guest Management Portal for Sponsors. How-to Guide. Version 8.0 ForeScout CounterACT Guest Management Portal for Sponsors How-to Guide Version 8.0 Table of Contents Welcome... 3 Supported Guest Management Portal Browsers... 4 Sign In to the Guest Management Portal...

More information

RMH POS USER INTERFACE & NAVIGATION

RMH POS USER INTERFACE & NAVIGATION RMH POS USER INTERFACE & NAVIGATION Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2017, Retail Realm. All Rights Reserved. RMHDOCPOSNAV113017 Disclaimer Information in this

More information

OCIMF. SIRE Crew Web Services 2.0

OCIMF. SIRE Crew Web Services 2.0 OCIMF SIRE Crew Web Services 2.0 v1.0.03 1 March 2012 Introduction OCIMF SIRE Web Services V2 are available at the following URLs: http://wsv2.ocimf-sire.com/ocimfservices.asmx https://wsv2.ocimf-sire.com/ocimfservices.asmx

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Publication Date: May 24, 2017 Abstract The purpose of this document is to help users to Install and configure Secure Socket Layer (SSL) Secure the IIS Web server with SSL It is supported for all EventTracker

More information

User Guide for Outward Interbank GIRO (OBG) For Direct Debit (Collections)

User Guide for Outward Interbank GIRO (OBG) For Direct Debit (Collections) User Guide for Outward Interbank GIRO (OBG) For Direct Debit (Collections) No part of this document may be reproduced, stored in a retrieval system of transmitted in any form or by any means, electronic,

More information

Integrate Palo Alto Traps. EventTracker v8.x and above

Integrate Palo Alto Traps. EventTracker v8.x and above EventTracker v8.x and above Publication Date: August 16, 2018 Abstract This guide provides instructions to configure Palo Alto Traps to send its syslog to EventTracker Enterprise. Scope The configurations

More information

Aimetis Motion Tracker. 1.1 User Guide

Aimetis Motion Tracker. 1.1 User Guide Aimetis Motion Tracker 1 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install Motion Tracker... 4 Open Motion Tracker... 4 Add a license... 4... 6 Configure Motion

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

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release Automated Load Forecast System (ALFS) Interface Specification Fall 2017 Release Version: 1.1 March 27, 2017 Revision History Date Version Description 03/01/2017 1.0 Initial document release related to

More information

Receive and Forward syslog events through EventTracker Agent. EventTracker v9.0

Receive and Forward syslog events through EventTracker Agent. EventTracker v9.0 Receive and Forward syslog events through EventTracker Agent EventTracker v9.0 Publication Date: July 23, 2018 Abstract The purpose of this document is to help users to receive syslog messages from various

More information

SMS Outbound. HTTP interface - v1.1

SMS Outbound. HTTP interface - v1.1 SMS Outbound HTTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Application Programming Interface (API)... 7 5. Gateway connection... 9 5.1 Main

More information

PCCW mobile SMS Web Access 2.0 User Guide

PCCW mobile SMS Web Access 2.0 User Guide PCCW mobile SMS Web Access 2.0 User Guide Version 2.1.2 11 March 2011 Version: 2.1.2 Table of Content 1 Introduction... 4 2 General... 5 2.1 Getting started... 5 2.2 Login/Logout... 5 2.3 Switch between

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013...1 System Requirements for the Microsoft Dynamics NAV Windows Client...1 System

More information

WebSMS 5.0. User Guide. June 2011

WebSMS 5.0. User Guide. June 2011 WebSMS 5.0 User Guide June 2011 Revision History Version Date Version History 3.0 Apr, 21 2010 Document Released 3.1 Jun, 22 2010 Updated some screen shots 4.0 Aug, 5 2010 Added the following features

More information

Product Update: ET82U16-029/ ET81U EventTracker Enterprise

Product Update: ET82U16-029/ ET81U EventTracker Enterprise Product Update: ET82U16-029/ ET81U16-033 EventTracker Enterprise Publication Date: Oct. 18, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Update: ET82U16-029/ ET81U16-033

More information

Integrating Microsoft Forefront Threat Management Gateway (TMG)

Integrating Microsoft Forefront Threat Management Gateway (TMG) Integrating Microsoft Forefront Threat Management Gateway (TMG) EventTracker v7.x Publication Date: Sep 16, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This

More information

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TMPLDISC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Aimetis A10D Thin Client

Aimetis A10D Thin Client Aimetis A10D Thin Client Disclaimers and Legal Information Copyright 2015 Aimetis Inc. All rights reserved. This material is for informational purposes only. AIMETIS MAKES NO WARRANTIES, EXPRESS, IMPLIED

More information

Web Applications. Web Services problems solved. Web services problems solved. Web services - definition. W3C web services standard

Web Applications. Web Services problems solved. Web services problems solved. Web services - definition. W3C web services standard Web Applications 31242/32549 Advanced Internet Programming Advanced Java Programming Presentation-oriented: PAGE based App generates Markup pages (HTML, XHTML etc) Human oriented : user interacts with

More information

[MS-ASNOTE]: Exchange ActiveSync: Notes Class Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-ASNOTE]: Exchange ActiveSync: Notes Class Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-ASNOTE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Batch Posting Service Toolkit for Microsoft Dynamics GP (build 8)

Batch Posting Service Toolkit for Microsoft Dynamics GP (build 8) Batch Posting Service Toolkit for Microsoft Dynamics GP (build 8) Introduction Batch Posting Service Toolkit for Microsoft Dynamics GP is a Dexterity integrated software tool which contains a series of

More information

Integrate Aventail SSL VPN

Integrate Aventail SSL VPN Publication Date: July 24, 2014 Abstract This guide provides instructions to configure Aventail SSL VPN to send the syslog to EventTracker. Once syslog is being configured to send to EventTracker Manager,

More information

MyOffice Employee. User Guide Release 4.1

MyOffice Employee. User Guide Release 4.1 MyOffice Employee User Guide Release 4.1 Copyright 1996-2014 Sigma Systems Canada Inc. Last Revision: 2015-06-05 Sigma Systems Canada Inc., Toronto, ON, Canada The Programs (which include both the software

More information

Microsoft Dynamics GP. This paper provides guidance for ISV products that integrate with Inventory transaction posting.

Microsoft Dynamics GP. This paper provides guidance for ISV products that integrate with Inventory transaction posting. INTEGRATE Microsoft Dynamics GP Integrating with the Historical Inventory Trial Balance White Paper This paper provides guidance for ISV products that integrate with Inventory transaction posting. Date:

More information

Wind Plant Operator Data Guide

Wind Plant Operator Data Guide GUIDE 9 Deleted: Forecast Wind Plant Operator Data Guide June 2010 Deleted: July April Deleted: 08 Version: 1.1 Revision Date: 06/15/2010 Deleted: 0 Deleted: 7 Deleted: 8 Deleted: 08 This document was

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OTPCE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Enhancement in Agent syslog collector to resolve sender IP Address EventTracker Enterprise

Enhancement in Agent syslog collector to resolve sender IP Address EventTracker Enterprise Enhancement in Agent syslog collector to resolve sender IP Address EventTracker Enterprise Publication Date: Oct. 28, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Update:

More information

RMH GENERAL CONFIGURATION

RMH GENERAL CONFIGURATION RMH GENERAL CONFIGURATION Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCGENCONFIGD051216 Disclaimer Information in this document,

More information

XML / HTTP(s) NETIO M2M API protocols docs

XML / HTTP(s) NETIO M2M API protocols docs XML / HTTP(s) NETIO M2M API protocols docs Protocol version: XML Version 2.0 Short summary XML / HTTP(s) protocol is a file-based M2M API protocol, where the NETIO device is a HTTP(s) server and the client

More information

Hub API Specification

Hub API Specification Hub API Specification Version: 2.13 Published: 18.06.15 Docman is the trading name of PCTI Solutions Ltd. Pioneer Court, Pioneer Way Whitwood, Castleford WF10 5QU 2013 PCTI Solutions Ltd. Docman is the

More information

Web Services Reliable Messaging TC WS-Reliability

Web Services Reliable Messaging TC WS-Reliability 1 2 3 4 Web Services Reliable Messaging TC WS-Reliability Working Draft 0.992, 10 March 2004 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Document identifier: wd-web services reliable

More information

SMS Pro/Billing Pro. Interface specification. Version 3.0.1

SMS Pro/Billing Pro. Interface specification. Version 3.0.1 SMS Pro/Billing Pro Interface specification Version 3.0.1 Copyright Telenor Sverige AB 2008 Contents: 1 Introduction... 3 2 Protocols for interconnection... 3 3 Content format... 3 4 XML References...

More information

[MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation

[MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation [MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

[MS-OXWSXPROP]: Extended Properties Structure. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWSXPROP]: Extended Properties Structure. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWSXPROP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Reseller Portal System Administrator

Reseller Portal System Administrator Reseller Portal System Administrator May 29.2012 Preface BROADPOS Reseller Portal System Administrator Guide Document Version: V20120529 Document No: BROADPOS-RPS-APP-UM-01.00.00 Status: [ ]Draft []Release

More information

Integrate Veeam Backup and Replication. EventTracker v9.x and above

Integrate Veeam Backup and Replication. EventTracker v9.x and above Integrate Veeam Backup and Replication EventTracker v9.x and above Publication Date: September 27, 2018 Abstract This guide provides instructions to configure VEEAM to send the event logs to EventTracker

More information

Senstar Symphony. 7.2 Installation Guide

Senstar Symphony. 7.2 Installation Guide Senstar Symphony 7.2 Installation Guide Contents Contents Introduction... 3 Symphony Server...3 Symphony Client... 3 Xnet... 3... 4 Symphony Server requirements...4 Symphony Client requirements...4 Symphony

More information

ERMES. Technical Specification for ex MPAY services integration. version /10/2018

ERMES. Technical Specification for ex MPAY services integration. version /10/2018 ERMES Technical Specification for ex MPAY services integration version 1.7 26/10/2018 Summary 1.Changes...3 2.Introduction...4 2.1.Glossary...4 3.ERMES API Overview...5 3.1.Protocol...6 4.ERMES API...9

More information

ACTIVANT SDI. POPRINTXF Reference Manual. Version 13.0

ACTIVANT SDI. POPRINTXF Reference Manual. Version 13.0 ACTIVANT SDI Reference Manual Version 13.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are

More information

Pro Solutions Interface specification

Pro Solutions Interface specification Interface specification Version 3.1.0 Copyright Telenor Sverige AB 2010 Contents: 1 Introduction...3 2 Protocols for interconnection...3 3 Content format...3 4 XML References...4 5 Abbreviations...4 6

More information

Aimetis Symphony. 7.0 Command Line Installation Guide

Aimetis Symphony. 7.0 Command Line Installation Guide Aimetis Symphony 7.0 Command Line Installation Guide Contents Contents Legal information...3 Overview... 4 Configuration file...5 Configuration file example... 5 Configuration file parameters...6 Command

More information

ezeesms URL API Documentation

ezeesms URL API Documentation ezeesms URL API Documentation 1 1. ABOUT COMPANY: Pinnacle Teleservices Pvt. Ltd. is a leading Cellular IT Solutions Company established in 2003 and awarded as ISO 9001: 2008 Certified Company, traveled

More information

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc.

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc. Importing Accounts & Contacts 205 Pipelinersales Inc. www.pipelinersales.com Importing Accounts & Contacts Learn how to import accounts and contacts into Pipeliner Sales CRM Application. CONTENT. Creating

More information

Version: Shoper 9 LiveUpdate/1.21/March 2011

Version: Shoper 9 LiveUpdate/1.21/March 2011 The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions, it should not be interpreted to be a

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXWSXPROP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION

INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION TABLE OF CONTENTS 1 Document Metadata... 4 1.1 Authors... 4 1.2 Intended Audience... 4 1.3 Glossary of Terms and Acronyms... 4 1.4 Document

More information

CMS SOAP CLIENT SOFTWARE REQUIREMENTS SPECIFICATION

CMS SOAP CLIENT SOFTWARE REQUIREMENTS SPECIFICATION CMS SOAP CLIENT SOFTWARE REQUIREMENTS SPECIFICATION CONTENTS 1. Introduction 1.1. Purpose 1.2. Scope Of Project 1.3. Glossary 1.4. References 1.5. Overview Of Document 2. Overall Description 2.1. System

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-WMS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Senstar Symphony. 7.1 Command Line Installation Guide

Senstar Symphony. 7.1 Command Line Installation Guide Senstar Symphony 7.1 Command Line Installation Guide Contents Contents Overview... 3 Configuration file... 4 Configuration file example... 4 Configuration file parameters...4 Command line installation...

More information

API Integration Document

API Integration Document API Integration Document Table of Contents 1 Introduction to API... 3 2 Services... 3 2.1 Message Compose... 3 2.2 Campaign Status... 8 2.3 Reply Message... 9 2.3.1 Client Request... 9 3 About mvaayoo...

More information

[MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification

[MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification [MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

cellip CELLIPS SMS INTERFACE DESCRIPTION HTTP GET INNEHÅLLSFÖRTECKNING

cellip CELLIPS SMS INTERFACE DESCRIPTION HTTP GET INNEHÅLLSFÖRTECKNING INNEHÅLLSFÖRTECKNING Innehållsförteckning... 1 1 Introduction... 2 1.1 Scope... 2 2 HTTP Get interface... 2 2.1 Mobile Terminated Messages... 2 2.1.1 Usage... 2 2.1.2 Parameters... 2 2.1.3 Codes... 4 2.1.4

More information

External Trigger SDK. for. Version 4.5

External Trigger SDK. for. Version 4.5 External Trigger SDK for Version 4.5 TOA Technologies 2014 Table of Contents 1 Introduction... 3 1.1 Document Scope...3 1.2 Target Audience... 3 1.3 Glossary... 3 2 External Trigger API Overview...5 2.1

More information