Jigging Event The sections below describe the information necessary to create, get and update a Jigging event.

Size: px
Start display at page:

Download "Jigging Event The sections below describe the information necessary to create, get and update a Jigging event."

Transcription

1 Jigging Event The sections below describe the information necessary to create, get and update a Jigging event. Create Request URL: POST Example: POST Create URL Parameters: Parameter Required Data type Description Client Number Mandatory The main permit holder client number that the event is submitted against. Event ID Mandatory Unique logbook generated ID for an event. Request Header: Content-Type: application/json Software-Vendor: YOUR_SOFTWARE_VENDOR_NAME (For example, elogbook) Software-Version: YOUR_SOFTWARE_VERSION_NUMBER (For example, ) Software-Installation-Id: YOUR_SOFTWARE_INSTALLATION_ID (Optional) (For example, a13afab2-c b8f ) Authorization: Bearer YOUR_USER_TOKEN

2 Request Body Parameters: Parameter Required Data Type Validation and Additional Notes Event ID Mandatory Unique logbook generated ID for an event. The same event ID as defined in the URL. Is Vessel Used Mandatory Boolean Identifies if the fishing took place on a vessel or not Vessel Number Conditional If the fishing took place on a vessel, then the vessel must be identified. Must be a valid vessel number. Mandatory if 'Is Vessel Used' = True. If Is Vessel Used = False and a Vessel Number is provided, ERS will not accept the event. Notes Optional The Fisher may record additional information relating to the event. Fishing Method Code Mandatory Must be a valid Method for the Fishing Event Type. e.g a SJ code may be used for a Jigging event. Validated against the Fishing Methods master data. Mitigation Device Codes Optional Array of s Validated against the Mitigation Devices master data. Target Species Code Mandatory Must be a valid species. Validated against the Fish Species master data. Start Location Mandatory Geolocation Set See Start Geolocation Set Parameters below. Deepest Lure Depth Metres Mandatory Number Must be greater than 0. Bottom Depth Metres Mandatory Number Must be greater than 0. Depth at Start Number of Single Reels Mandatory Number Must be 0 or greater.

3 Parameter Required Data Type Validation and Additional Notes Number of Double Reels Mandatory Number Must be 0 or greater. Finish Location Mandatory Geolocation Set See Finish Geolocation Parameters below. Is Non Fish Or Protected Species Catch Present Mandatory Boolean The Fisher is to state whether or not they have caught any non-fish or protected species. Completed Date Time Mandatory Must be provided for Create Must be null for Update. ERS will reject the event if provided for update. Date 24hr + UTC offset Catches Optional Array of catch Can be 0 or many Catch records. Records all species caught See Catches Parameters below. Non Fish or Protected Species Catches Conditional Array of NFPS records See Non Fish or Protected Species Parameters below. Mandatory if Is Non Fish Or Protected Species Catch Present is Yes Amendment Reason Conditional Must be provided for an Update. Must be null for Create. ERS will reject the event if provided for create. Start Geolocation Set Parameters: Parameter Required Data Type Validation and Additional Notes System Start Date Time Mandatory Date 24 hr + UTC Offset Manual Start Date Time Optional Date 24 hr + UTC Offset System Location Conditional Geolocation At least one group of system or manual location parameters must Manual Location Conditional Geolocation be provided. See system and manual location parameters below.

4 System Location Parameters: Parameter Required Data Type Validation and Additional Notes Latitude Mandatory decimal degrees, Longitude Mandatory decimal degrees, Manual Location Parameters: Parameter Required Data Type Validation and Additional Notes Latitude Mandatory decimal degrees, Longitude Mandatory decimal degrees, Finish Geolocation Set Parameters: Parameter Required Data Type Validation and Additional Notes System Finish Date Time Mandatory Date 24 hr + UTC Offset Manual Finish Date Time Optional Date 24 hr + UTC Offset System Location Conditional Geolocation At least one group of system or manual location parameters must Manual Location Conditional Geolocation be provided. See system and manual location parameters below. System Location Parameters:

5 Parameter Required Data Type Validation and Additional Notes Latitude Mandatory decimal degrees, Longitude Mandatory decimal degrees, Manual Location Parameters: Parameter Required Data Type Validation and Additional Notes Latitude Mandatory decimal degrees, Longitude Mandatory decimal degrees, Catches Parameters: Parameter Required Data Type Validation and Additional Notes Species Code Mandatory Must be a valid ERS species code. Green Weight Estimate Kg Mandatory Number Must be greater than 0. Non Fish or Protected Species Catches Parameters: Parameter Required Data Type Validation and Additional Notes Species Code Mandatory Must be a valid NFPS species code. Validated against the NFPS master data. Seabird Capture Details Conditional Must be provided if 'NFPS' master data property 'is_seabird = true' & 'Fishing Methods' master data property 'require_seabird_capture_details = true'.

6 Parameter Required Data Type Validation and Additional Notes Validated against the Seabird Capture Codes master data. Estimated Weight Kg Conditional Number Must be provided if 'NFPS' master data property 'measured_by = weight' Count Uninjured Conditional Number Must be provided if 'NFPS' master data property 'measured_by = count' Count Injured Conditional Number Must be provided if 'NFPS' master data property 'measured_by = count' Count Dead Conditional Number Must be provided if 'NFPS' master data property 'measured_by = count' Tag Optional Array of s NFPS Tag Number. Request Body: Example "eventheader": "eventid": "5ba04c30-c81a e-e832da93cf91", "vesselnumber": "123", "isvesselused": true, "notes" : "Fishing conditions were poor", "completeddatetime" : " T12:30:00+13:00", "amendmentreason" : null, "fishingmethodcode": "SJ",

7 "targetspeciescode": "SQU", "mitigationdevicecodes": ["Bird Baffler", "Shouting"], "startlocation": "systemstartdatetime": " T08:00:00+13:00", "systemlocation": "longitude": , "latitude": ,, "manualstartdatetime": " T08:00:00+13:00", "manuallocation": "longitude": , "latitude": ,, "finishlocation": "SystemFinishDateTime": " T12:30:00+13:00", "systemlocation": "longitude": , "latitude": ,, "manualfinishdatetime": " T12:30:00+13:00", "manuallocation": "longitude": ,

8 "latitude": ,, "isnonfishorprotectedspeciescatchpresent": false, "catches": [ "speciescode": "SNA", "greenweightestimatekg": 50.25,, "speciescode": "CRA", "greenweightestimatekg": 23.75, ], "nonfishorprotectedspeciescatches": [ "speciescode": "XAS", "seabirdcapturedetails": "Setting", "estimatedweightkg":, "numberuninjured":, "numberinjured":, "numberdead": 23, "tags": null

9 , ], "deepestluredepthmetres": 55, "bottomdepthmetres": 44, "numberofsinglereels": 677, "numberofdoublereels": 986, Response Response Status: Status Description 201 Created Status when event has been accepted successfully. 400 Bad Request Status when there are missing headers, missing event parameters, duplicate event ID. 401 Unauthorised Status when the user does not have the appropriate authorisation to perform the action. Response Parameters: The response parameters includes all the fields that have been included in the request body and the following additional parameters. Parameter Data Type Validation and Additional Notes Errors Array List of errors, if any. See Errors Parameters below. Errors Parameters: Parameter Data Type Validation and Additional Notes Property Name The name of the property that has an error.

10 Parameter Data Type Validation and Additional Notes Attempted Value The attempted value used. Error Code The type of error. Error Message The description of the error. Example 1: The following example of the response body is returned when there are no errors and the event is accepted (Status Code 201). "errors": [] Example 2: The following example of the response body is returned when there are errors and the event is rejected (Status Code 400). "errors": [ "propertyname": "EventId", "attemptedvalue": "5ba04c30-c81a e-e832da93cf91", "errorcode": "DuplicateValue", "errormessage": "EventId already exists."

11 ]

12 Get Request URL: GET Example: GET Create URL Parameters: Parameter Required Data type Description Client Number Mandatory The main permit holder client number that the event is submitted against. Event ID Mandatory Unique logbook generated ID for an event. Request Header: Content-Type: application/json Software-Vendor: YOUR_SOFTWARE_VENDOR_NAME (For example, elogbook) Software-Version: YOUR_SOFTWARE_VERSION_NUMBER (For example, ) Software-Installation-Id: YOUR_SOFTWARE_INSTALLATION_ID (Optional) (For example, a13afab2-c b8f ) Authorization: Bearer YOUR_USER_TOKEN Response Response Status: Status Description 200 Ok Status when event has been retrieved successfully.

13 Status Description 404 Not Found Status when event cannot be found. 401 Unauthorised Status when the user does not have the appropriate authorisation to perform the action. Response Body Parameters: Parameter Event ID Is Vessel Used Vessel Number Notes Fishing Method Code Data Type Boolean Mitigation Device Codes Target Species Code Start Location See Start Geolocation Set Parameters below. Deepest Lure Depth Metres Bottom Depth Metres Number of Single Reels Number of Double Reels Finish Location See Finish Geolocation Set Parameters below. Array of s Geolocation Set Number Number Number Number Geolocation Set

14 Parameter Is Non Fish Or Protected Species Catch Present Completed Date Time Catches See Catches Parameters below. Non Fish or Protected Species Catches See Non Fish or Protected Species Parameters below. Errors Amendment Reason Data Type Boolean Array of catch Array of NFPS records Array Start Geolocation Set Parameters: Parameter System Location See System Location Parameters below. Manual Location See Manual Location Parameters below. System Start Date Time Manual Start Date Time Data Type Geolocation Geolocation System Location Parameters: Parameter Latitude Longitude Data Type decimal degrees, decimal degrees, Manual Location Parameters:

15 Parameter Latitude Longitude Data Type decimal degrees, decimal degrees, Finish Geolocation Set Parameters: Parameter System Location See System Location Parameters below. Manual Location See Manual Location Parameters below. System Finish Date Time Manual Finish Date Time Data Type Geolocation Geolocation System Location Parameters: Parameter Latitude Longitude Data Type decimal degrees, decimal degrees, Manual Location Parameters: Parameter Latitude Longitude Data Type decimal degrees, decimal degrees,

16 Catches Parameters: Parameter Species Code Green Weight Estimate Kg Data Type Number Non Fish or Protected Species Catches Parameters: Parameter Species Code Seabird Capture Details Estimated Weight Kg Count Uninjured Count Injured Count Dead Tag Data Type Number Number Number Number Array of s Response Body: Example "event": "deepestluredepthmetres": 55, "bottomdepthmetres": 44,

17 "numberofsinglereels": 677, "numberofdoublereels": 986, "method": "SJ", "targetspeciescode": "SQU", "mitigationdevicesused": [ "BIB" ], "startlocation": "systemstartdatetime": " T08:00:00+13:00", "systemlocation": "longitude": , "latitude": ,, "manualstartdatetime": " T08:00:00+13:00", "manuallocation": "longitude": , "latitude": ,, "finishlocation": "systemfinishdatetime": " T12:30:00+13:00", "systemlocation": "longitude": ,

18 "latitude": ,, "manualfinishdatetime": " T12:30:00+13:00", "manuallocation": "longitude": , "latitude": ,, "isnonfishorprotectedspeciescatchpresent": false, "catches": [ "speciescode": "SNA", "greenweightestimatekg": 50.25, "productstate": null, "processedweightkg": null, "numberoffish": null, "speciescode": "CRA", "greenweightestimatekg": 23.75, "productstate": null, "processedweightkg": null, "numberoffish": null

19 , "speciescode": "HOK", "greenweightestimatekg": 23.75, "productstate": null, "processedweightkg": null, "numberoffish": null ], "nonfishorprotectedspeciescatches": [ "speciescode": "XAS", "seabirdcapturedetails": setting, "estimatedweightkg": null, "numberuninjured": null, "numberinjured": null, "numberdead": 23, "tags": null ], "eventid": "JiggingEvent0111p", "schemaedition": 1, "eventversion": 1,

20 "clientnumber": " ", "eventdatetime": " T08:00:00+13:00", "vesselnumber": "1", "isvesselused": true, "notes": "Some notes", "completeddatetime" : " T12:30:00+13:00", "amendmentreason" : null, "errors": []

21 Update Request URL: PUT Example: PUT Create URL Parameters: Parameter Required Data type Description Client Number Mandatory The main permit holder client number that the event is submitted against. Event ID Mandatory Unique logbook generated ID for an event. Request Header: Content-Type: application/json Software-Vendor: YOUR_SOFTWARE_VENDOR_NAME (For example, elogbook) Software-Version: YOUR_SOFTWARE_VERSION_NUMBER (For example, ) Software-Installation-Id: YOUR_SOFTWARE_INSTALLATION_ID (Optional) (For example, a13afab2-c b8f ) Authorization: Bearer YOUR_USER_TOKEN Request Body Parameters: The request body parameters includes all those fields that have been defined in the create event and the following additional parameters. The amended value of the fields that need to be updated will be passed in the request body.

22 Parameter Required Data Type Description Event Version Mandatory Number The version of the event that the fisher is wanting to update. Request Body: Example "eventheader": "eventid": "5ba04c30-c81a e-e832da93cf91", "vesselnumber": "123", "isvesselused": true, "eventversion": 1, "notes" : "Some notes", "completeddatetime" : null, "amendmentreason" : "Catch reported against incorrect stock.", "fishingmethodcode": "SJ", "targetspeciescode": "SQU", "mitigationdevicecodes": ["Bird Baffler", "Shouting"], "startlocation": "systemstartdatetime": " T08:00:00+13:00", "systemlocation": "longitude": , "latitude": ,,

23 "manualstartdatetime": " T08:00:00+13:00", "manuallocation": "longitude": , "latitude": ,, "finishlocation": "systemfinishdatetime": " T12:30:00+13:00", "systemlocation": "longitude": , "latitude": ,, "manualfinishdatetime": " T12:30:00+13:00", "manuallocation": "longitude": , "latitude": ,, "isnonfishorprotectedspeciescatchpresent": false, "catches": [ "speciescode": "HOK", "greenweightestimatekg": 50.25,

24 , "speciescode": "SNA", "greenweightestimatekg": 23.75, ], "nonfishorprotectedspeciescatches": [], "deepestluredepthmetres": 55, "bottomdepthmetres": 44, "numberofsinglereels": 677, "numberofdoublereels": 986, Response Response Status: Status Description 200 Ok Status when event has been updated successfully. 400 Bad Request Status when event failed to update. This can be as a result of the event version not matching the correct version of the message in the update request or missing headers, missing event parameters. 401 Unauthorised Status when the user does not have the appropriate authorisation to perform the action. Response Parameters: The response parameters includes all the fields that have been included in the request body and the following additional parameters.

25 Parameter Data Type Description Errors Array List of errors, if any. See Errors Parameters below. Errors Parameters: Parameter Data Type Description Property Name The name of the property that has an error. Attempted Value The attempted value used. Error Code The type of error. Error Message The description of the error. Example 1: "errors": [] Example 2: "errors": [ "propertyname": "EventVersion", "attemptedvalue": "2",

26 "errorcode": "InvalidValue", "errormessage": "You are not amending the most recent version for this event. Please get the latest version and try again." ]

Fisheries (Event Reporting) Circular 2017

Fisheries (Event Reporting) Circular 2017 Fisheries (Event Reporting) Circular 2017 Draft 21 July 2017 Issuing Authority This circular is issued under regulation 47 of the Fisheries (Reporting) Regulations 2017 by xyz, acting under delegation

More information

Database documentation: rlcs (B) Logbook schema. N. Walker & K. A. Mackay

Database documentation: rlcs (B) Logbook schema. N. Walker & K. A. Mackay Database documentation: rlcs (B) Logbook schema N. Walker & K. A. Mackay NIWA Internal Report 2002 Revised on 11 November 2009 K. Mackay & N. Walker Page 1 Table of Contents 1 Database Document Series...

More information

Public Appointment API. Calendar A

Public Appointment API. Calendar A Public Appointment API Calendar 205.01A Copyright notice The information in this document is subject to change without prior notice and does not represent a commitment on the part of Q-MATIC AB. All efforts

More information

U.S. Pacific Albacore Electronic Logbook

U.S. Pacific Albacore Electronic Logbook U.S. Pacific Albacore Electronic Logbook Table of Contents U.S. Pacific Albacore Electronic Logbook... 1 Table of Contents... 1 Introduction and Installation... 2 Using the Pacific Albacore Logbook Program...

More information

Database documentation

Database documentation Database documentation for Deepwater commercial database dw_cdb David Fisher based on Draft documentation by Ralph Coburn NIWA Fisheries Data Management Database Documentation Series Postgres Version 2.1

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. Aggregated Catch Data Report (ACDR) Implementation Document v 1.

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. Aggregated Catch Data Report (ACDR) Implementation Document v 1. Ref. Ares(2015)6026067-23/12/2015 EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES MEDITERRANEAN AND BLACK SEA Integrated Fisheries Data Management THE INTEGRATED FISHERIES DATA

More information

GMFMC Meeting October 17-21, Southeast Fisheries Science Center

GMFMC Meeting October 17-21, Southeast Fisheries Science Center Southeast Fisheries Science Center Cost of Electronic Reporting Options Used in Commercial e-logbook Pilot and Progress Report on Voluntary e-reporting Implementation for Commercial Vessels GMFMC Meeting

More information

Online Operations and Maintenance (O&M) Notification USER GUIDE

Online Operations and Maintenance (O&M) Notification USER GUIDE Online Operations and Maintenance (O&M) Notification USER GUIDE Table of Contents Introduction 2 Contacts..2 Getting Started Welcome...3 Contact.4 Email confirmation...5 Event Types Notification Operations

More information

Alstom Redundant Ethernet Driver Help Kepware Technologies

Alstom Redundant Ethernet Driver Help Kepware Technologies Alstom Redundant Ethernet Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Channel Setup 4 Device Setup 5 Device ID 5 Block Sizes 6 Redundancy Settings 6 Data

More information

MARINE INVASIVE SPECIES PROGRAM (MISP) REPORTING FORM WEB APPLICATION HELP TOPICS

MARINE INVASIVE SPECIES PROGRAM (MISP) REPORTING FORM WEB APPLICATION HELP TOPICS MARINE INVASIVE SPECIES PROGRAM (MISP) REPORTING FORM WEB APPLICATION HELP TOPICS Contents Background... 2 How to Create an Account (Sign Up)... 3 How to Sign In... 5 Forgot Your Password or How to Reset

More information

Consents Service - SMBC NextGenPSD2

Consents Service - SMBC NextGenPSD2 Consents Service - SMBC NextGenPSD2 1.3.SMBC February 2019 Framework (Berlin Group V1.3) Summary OAS3 SMBC offers third party access to accounts (XS2A) in a safe and efficient way using Application Programming

More information

API Documentation. Release Version 1 Beta

API Documentation. Release Version 1 Beta API Documentation Release Version 1 Beta Document Version Control Version Date Updated Comment 0.1 April 1, 2016 Initialize document 1 Release version PROMOTEXTER V3 BETA - API Documentation 1 Table of

More information

vrealize Log Insight Developer Resources

vrealize Log Insight Developer Resources vrealize Log Insight Developer Resources vrealize Log Insight 4.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Alloy Navigator API USER S GUIDE. Integration with External Systems. Product Version: 7.0 Document Revision: 1.0 Date: November 30, 2015

Alloy Navigator API USER S GUIDE. Integration with External Systems. Product Version: 7.0 Document Revision: 1.0 Date: November 30, 2015 USER S GUIDE Alloy Navigator API Integration with External Systems Product Version: 7.0 Document Revision: 1.0 Date: November 30, 2015 Alloy Software Incorporated 88 Park Avenue, Unit 2B, Nutley, NJ 07110

More information

bpm online CRM technical design

bpm online CRM technical design bpm online CRM technical design for Columbia Cruise Services V2 3011/1201/20152016 CONTENTS Document Change History 4 Vessels 5 General information 5 IMO NUMBER validation 6 Detail Particulars 6 Detail

More information

Ninox API. Ninox API Page 1 of 15. Ninox Version Document version 1.0.0

Ninox API. Ninox API Page 1 of 15. Ninox Version Document version 1.0.0 Ninox API Ninox Version 2.3.4 Document version 1.0.0 Ninox 2.3.4 API 1.0.0 Page 1 of 15 Table of Contents Introduction 3 Obtain an API Key 3 Zapier 4 Ninox REST API 5 Authentication 5 Content-Type 5 Get

More information

ANZ TRANSACTIVE GLOBAL QUICK REFERENCE GUIDE CREATING PAYMENTS

ANZ TRANSACTIVE GLOBAL QUICK REFERENCE GUIDE CREATING PAYMENTS ANZ TRANSACTIVE GLOBAL QUICK REFERENCE GUIDE CREATING PAYMENTS 1. Log on to ANZ Transactive - Global via https://transactive.online.anz.com 2. Enter your User ID and click Submit. 3. If you log on using

More information

First TUFMAN Training Workshop (TTW-1) 3-7 December 2012 SPC, Noumea, New Caledonia. Session 9.0

First TUFMAN Training Workshop (TTW-1) 3-7 December 2012 SPC, Noumea, New Caledonia. Session 9.0 First TUFMAN Training Workshop (TTW-1) 3-7 December 2012 SPC, Noumea, New Caledonia Session 9.0 Mapping with TUFMAN 1 INTRODUCTION... 2 2 PRE-REQUISITES... 2 3 HOW TO ACCESS THE MAPPING MODULE... 3 4 MAIN

More information

How to make an Annual Return for AR Tab 1

How to make an Annual Return for AR Tab 1 Guidance for Permit Holders for the completion of the 2015 Waste Collection Permit Annual Return How to make an Annual Return for AR Tab 1 This AR data only relates to waste collected from the source where

More information

Purchase Order Acknowledgement Reference Guide SPS Commerce WebForms Customers FULFILLMENT

Purchase Order Acknowledgement Reference Guide SPS Commerce WebForms Customers FULFILLMENT Purchase Order Acknowledgement Reference Guide SPS Commerce WebForms Customers FULFILLMENT AGENDA 1. Loading the Purchase Order Acknowledgement form 2. Completing the Header tab 3. Completing the Detail

More information

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Commercial Listing.

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Commercial Listing. Add a Commercial Sale Listing Follow the steps in this guide to add a commercial sale listing in dash. Note: Make sure that the sales associate or team with the listing already exists in dash, so that

More information

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

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

More information

Database documentation: kina K. A. Mackay & D. O. Fisher

Database documentation: kina K. A. Mackay & D. O. Fisher Database documentation: kina K. A. Mackay & D. O. Fisher NIWA Fisheries Data Management Database Documentation Series Revised January 2016 1 Revision History Version Changed by Reason Date 1.0 K Mackay,

More information

Test Composition. Performance Summary

Test Composition. Performance Summary Example example@mail.com Took test on: Jul 7, 24 Test completion: Normal Test Composition The test consists of 2 sections to be attempted in 6 minutes.section tests the conceptual knowledge of the candidate

More information

OMF Documentation. Release 1.1-alpha1. OSIsoft, LLC

OMF Documentation. Release 1.1-alpha1. OSIsoft, LLC OMF Documentation Release 1.1-alpha1 OSIsoft, LLC Oct 03, 2018 Contents 1 v1.1 1 2 Overview 3 3 Contents 5 3.1 What s New............................................... 5 3.2 Headers..................................................

More information

Data Rules. rules.ppdm.org. Dave Fisher & Madelyn Bell BUSINESS RULES WORKSHOP. March Business rules workshop Nov 2013

Data Rules. rules.ppdm.org. Dave Fisher & Madelyn Bell BUSINESS RULES WORKSHOP. March Business rules workshop Nov 2013 BUSINESS RULES WORKSHOP Data Rules Dave Fisher & Madelyn Bell rules.ppdm.org 1 March 2014 AGENDA Workshop objectives Definitions what is a data rule? It only grows with your help It takes longer then anyone

More information

Western Asio flammeus Landscape Study (WAfLS) Data Entry Protocol for Avian Knowledge Northwest Version 1.00 Ellie Armstrong June 2018

Western Asio flammeus Landscape Study (WAfLS) Data Entry Protocol for Avian Knowledge Northwest Version 1.00 Ellie Armstrong June 2018 Western Asio flammeus Landscape Study (WAfLS) Data Entry Protocol for Avian Knowledge Northwest Version 1.00 Ellie Armstrong June 2018 Data Entry Protocol for Online System. 1 Data will be entered online

More information

giropay Integration Guide Version 6.2.2

giropay Integration Guide Version 6.2.2 giropay Integration Guide Version 6.2.2 As of: 28.08.2017 Table of Contents About giropay... 4 General information about giropay... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Calling

More information

COMREG - NUMBER PORTABILITY INTERNET SITE GUIDE

COMREG - NUMBER PORTABILITY INTERNET SITE GUIDE COMREG - NUMBER PORTABILITY INTERNET SITE GUIDE Origin/Author : PHIL DRYSDALE AIDAN NOLAN Modified By : CHRIS LEONARD Approved by : PAULA TURNER Date Approved : 07/02/2001 Date Modified : May 2006 Hardwicke

More information

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved.

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved. GMA024F0 GridDB Web API Guide Toshiba Digital Solutions Corporation 2017 All Rights Reserved. Introduction This manual describes GridDB WebAPI s function, configuration method, and notes. Please read this

More information

Overview of etrips Mobile2 for Windows

Overview of etrips Mobile2 for Windows Overview of etrips Mobile2 for Windows etrips/mobile2 is a mobile application from the ACCSP available on Apple ios, Android tablets and Windows 10 computers. Captains can use it for the submission of

More information

Project 1. due date Sunday July 8, 2018, 12:00 noon

Project 1. due date Sunday July 8, 2018, 12:00 noon Queens College, CUNY, Department of Computer Science Object-oriented programming in C++ CSCI 211 / 611 Summer 2018 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2018 Project 1 due date Sunday July 8,

More information

Voyage Summary FV Rehua Trans-Tasman Voyage.

Voyage Summary FV Rehua Trans-Tasman Voyage. Voyage Summary FV Rehua 200901 Trans-Tasman Voyage. Voyage dates: Depart Nelson, New Zealand Wednesday, 17 th June @ 18:15 hrs. Arrived Devonport, Australia Monday, 22 th June @ 14:00 hrs. Voyage name:

More information

Supplier Relationship Management User Guide

Supplier Relationship Management User Guide Please input your access code into the Access Code box and click Go Leave these fields blank Owner: Jeff Pearson Date: 04/2018 Ref: V4 Page: 1 of 10 All fields marked with a red asterisk are mandatory

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

ECAS. Conversion Specification. Provided to ECAS. Issue 4.1. Document No.

ECAS. Conversion Specification. Provided to ECAS. Issue 4.1. Document No. ECAS Mobile Conversion Specification Location Provided to ECAS Issue 4.1 Document No. Document Information Document Title Mobile Location Conversion Specification Filename Mobile Location Conversion Specification

More information

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

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

More information

CMS Editing of LittleWoodacott.co.uk

CMS Editing of LittleWoodacott.co.uk CMS Editing of LittleWoodacott.co.uk General notes 1. You may find it useful to print out these notes and add your login details to the spaces below. 2. CMS stands for Content Management System. 3. Please

More information

Coding for OCS. Derek Endres Software Developer Research #OSIsoftUC #PIWorld 2018 OSIsoft, LLC

Coding for OCS. Derek Endres Software Developer Research #OSIsoftUC #PIWorld 2018 OSIsoft, LLC Coding for OCS Derek Endres Software Developer Research dendres@osisoft.com 1 Planned Agenda Intro (~20 min) Presentation formalities Intro to OCS Detail of what I am going to do Building the app (~55

More information

Directional Survey File Format Guide

Directional Survey File Format Guide Directional Survey File Format Guide March 2016 Version 1.4 1 OVERVIEW...2 2 FILE NAMING AND FORMATTING...3 1 1 Overview 1.1 Overview The BC Oil and Gas Commission (Commission) has mandated the electronic

More information

When loading up the flexi application, you will be taken to the enter hours page for your current flexi sheet.

When loading up the flexi application, you will be taken to the enter hours page for your current flexi sheet. Flexi Sheet System Manual The ICT Time sheet application has been updated to work with the approval process that the university works on. We will move to having a 4-week flexi sheet, that is then submitted

More information

Borsa Italiana Terminal Returns User Guide for Entering & Uploading a DDM Plus Data Usage Declaration Product End-User Documentation

Borsa Italiana Terminal Returns User Guide for Entering & Uploading a DDM Plus Data Usage Declaration Product End-User Documentation Borsa Italiana Terminal Returns User Guide for Entering & Uploading a DDM Plus Data Usage Declaration Product End-User Documentation Page 1 of 17 Contents 1. Accessing the Terminal Returns Application

More information

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Residential Listing.

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Residential Listing. Add a Residential Sale Listing Follow the steps in this guide to add a residential sale listing in dash. Note: Make sure that the sales associate or team with the listing already exists in dash, so that

More information

Active Market API v2

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

More information

How to make an Annual Return for AR Tab 3 & 4

How to make an Annual Return for AR Tab 3 & 4 Guidance for Permit Holders for the completion of the 2015 Waste Collection Permit Annual Return How to make an Annual Return for AR Tab 3 & 4 This AR data only relates to collectors who are authorised

More information

Crestron Virtual Control REST API

Crestron Virtual Control REST API Crestron Virtual Control REST API Programming Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron Service Providers (CSPs) under a limited

More information

Appendix C: MAT Tenant and Voucher System Error Messages and Codes

Appendix C: MAT Tenant and Voucher System Error Messages and Codes Part 1: MAT Transmission, Tenant and Voucher s and s...c-3 Part 2: MAT Voucher s and s...c-10 June 2014 C-1 Part 1 of this chapter contains the MAT Transmission, Tenant and Voucher System error messages

More information

1. Overview Account Configuration Details... 3

1. Overview Account Configuration Details... 3 WhatsApp Enterprise API - Technical Guide V4.4 July 2018 Index 1. Overview... 3 2. Account Configuration Details... 3 2.1 Provisioning of a Demo API... 3 2.2 Activation of Production API... 3 2.3 Setting

More information

SAS Workflow Manager 2.1: Quick Start Tutorial

SAS Workflow Manager 2.1: Quick Start Tutorial SAS Workflow Manager 2.1: Quick Start Tutorial Overview This Quick Start tutorial introduces the workflow design features of SAS Workflow Manager. It covers the most common tasks that you use to create

More information

Tags Resource and TagTrends Resource Operations

Tags Resource and TagTrends Resource Operations CHAPTER 9 Tags Resource and TagTrends Resource Operations A Cisco WebEx Social tag is keyword or phrase that can be associated with an element such as a post, message, community, and so on. People can

More information

Shopitem API A technical guide to the REST API for managing updates of shopitems

Shopitem API A technical guide to the REST API for managing updates of shopitems Shopitem API A technical guide to the REST API for managing updates of shopitems Date: 07-12-2018 Version: 3.4 1 Index Introduction and background... 3 1. How to get access to the API and its online docs...

More information

User Manual NDS-WEB. Version: 3.0 status Published by: < Authors: Swissmedic Narcotics Division

User Manual NDS-WEB. Version: 3.0 status Published by: <  Authors: Swissmedic Narcotics Division User Manual NDS-WEB Published by: Authors: Swissmedic Narcotics Division 1 / 29 Contents User Manual NDS-WEB 1 Basic principles of NDS-WEB 3 2 Registration and applications 3 2.1 Self-registration

More information

STRATEGIES FOR MANAGING LARGE AMOUNTS OF RASTER LOG DATA. Brandon Schroeder

STRATEGIES FOR MANAGING LARGE AMOUNTS OF RASTER LOG DATA. Brandon Schroeder STRATEGIES FOR MANAGING LARGE AMOUNTS OF RASTER LOG DATA Brandon Schroeder DATA MANAGEMENT INITIATIVES General Principals Capture and catalog data as it s coming in Provide the G&G users access to the

More information

March 2016 (V5.0) Records & Information Management (RIM) Page 1

March 2016 (V5.0) Records & Information Management (RIM) Page 1 March 2016 (V5.0) Records & Information Management (RIM) Page 1 The objectives of this guide are to: Provide guidelines for people who need to use the Curtin Records & Information System (CRIS) to transfer

More information

ChinaPay Integration Guide. Version 6.2.2

ChinaPay Integration Guide. Version 6.2.2 ChinaPay Integration Guide Version 6.2.2 As of: 31.03.2017 Table of Contents About ChinaPay... 4 General information about ChinaPay... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5

More information

Library Determination of Position

Library Determination of Position Library Determination of Position Description of the GPS-NMEA Communicationlibrary for STEP7-Micro/WIN Addon to Micro Automation Set 21 GPS NMEA Library Entry-ID: 26311405 Table of Contents Table of Contents...

More information

JLP isupplier Frequently Asked Questions 2017

JLP isupplier Frequently Asked Questions 2017 P a g e 1 JLP isupplier Frequently Asked Questions 2017 John Lewis Waitrose P a g e 2 Contents Why do you get an error when you return to a previously viewed screen? How do you reset your password? Are

More information

Binary Encodings for JavaScript Object Notation: JSON-B, JSON-C, JSON-D

Binary Encodings for JavaScript Object Notation: JSON-B, JSON-C, JSON-D Internet Engineering Task Force P. Hallam-Baker Internet-Draft Comodo Group Inc. Intended status: Standards Track June 11, 2013 Expires: December 13, 2013 Binary Encodings for JavaScript Object Notation:

More information

Step-by-step. Young Enterprise: Entries. Interchange. guide. Making entries for Young Enterprise qualifications via Interchange

Step-by-step. Young Enterprise: Entries. Interchange. guide. Making entries for Young Enterprise qualifications via Interchange Log into Making entries for Young Enterprise qualifications via A step-by-step for centres a h c r e t n I o t e m o c l e W 1 Log into This demonstrates how to make entries for Young Enterprise qualifications

More information

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

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

More information

Lufkin Modbus Serial Driver Help Kepware Technologies

Lufkin Modbus Serial Driver Help Kepware Technologies Lufkin Modbus Serial Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Channel Setup 4 Device Setup 5 Cable Diagram 5 Modem Setup 6 Block Sizes 6 Framing 7 Error

More information

Users Guide for Gasoline Delivery Vessels Data Entry

Users Guide for Gasoline Delivery Vessels Data Entry Users Guide for Gasoline Delivery Vessels Data Entry The following paragraphs and images are intended to guide you through the process of creating a user account, and entering data into the Gasoline Delivery

More information

If the presented credentials are valid server will respond with a success response:

If the presented credentials are valid server will respond with a success response: Telema EDI REST API Telema EDI REST API allows client to send and receive document to and from Telema server. In order to use EDI REST API client must have correct channel configured in Telema system.

More information

GPS Cinema - Locative Storytelling

GPS Cinema - Locative Storytelling GPS Cinema - Locative Storytelling Tell your Story, Anywhere. Described by some users as "Geocaching for Stories", GPS Cinema is a simple SDK for authoring locative media experiences. Create your own audio

More information

Map Direct Lite. Quick Start Guide: Search Results 05/14/2018

Map Direct Lite. Quick Start Guide: Search Results 05/14/2018 Map Direct Lite Quick Start Guide: Search Results 05/14/2018 Contents Quick Start Guide: Search Results... 1 Search Results in Map Direct Lite.... 2 Where is the Search Results Panel?... 3 Search Result

More information

Water Well Production Report Template Instructions

Water Well Production Report Template Instructions Water Well Production Report Template Instructions Contents Template Description...2 File Format...2 Header Line...3 Data Definitions...3 File Samples... Error! Bookmark not defined. Uploading Water Well

More information

Version Event Protect Platform RESTfull API call

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

More information

CPPS Interface File Specification

CPPS Interface File Specification CPPS Interface File Specification 31st May 2016 Version 1.6 NCR & RBI/NPCI PROPRIETARY The information contained herein is the property of NCR Corporation and Reserve Bank of India / National Payment Corporation

More information

Pushing Data to WITSML Server(s)

Pushing Data to WITSML Server(s) Pushing Data to WITSML Server(s) Updated Feb. 4 th, 2014 For a quick info on WITSML, please see this Wikipedia entry [ http://en.wikipedia.org/wiki/wellsite_information_transfer_standard_markup_language].

More information

Version Event Protect Platform RESTfull API call

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

More information

Mobile Application Development Google Maps Android API

Mobile Application Development Google Maps Android API Mobile Application Development Google Maps Android API Waterford Institute of Technology October 17, 2016 John Fitzgerald Waterford Institute of Technology, Mobile Application Development Google Maps Android

More information

Vehicle inspection portal user guide March 2014

Vehicle inspection portal user guide March 2014 Vehicle inspection portal user guide March 2014 This publication is copyright NZ Transport Agency. Material in it may be reproduced for personal or in-house use without formal permission or charge, provided

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

ENERGY MANAGEMENT INFORMATION SYSTEM. EMIS Web Service for Sensor Readings. Issue

ENERGY MANAGEMENT INFORMATION SYSTEM. EMIS Web Service for Sensor Readings. Issue ENERGY MANAGEMENT INFORMATION SYSTEM EMIS Web Service for Sensor Readings Issue 2018-02-01 CONTENTS 1 Overview... 2 2 Communication and Authentication... 3 2.1 Connecting to the REST Web Service... 3 2.2

More information

Package darksky. September 20, 2017

Package darksky. September 20, 2017 Type Package Title Tools to Work with the 'Dark Sky' 'API' Version 1.3.0 Date 2017-09-20 Maintainer Bob Rudis Package darksky September 20, 2017 Provides programmatic access to the 'Dark Sky'

More information

Create CSV for Asset Import

Create CSV for Asset Import Create CSV for Asset Import Assets are tangible items, equipment, or systems that have a physical presence, such as compressors, boilers, refrigeration units, transformers, trucks, cranes, etc. that are

More information

API Integration Guide

API Integration Guide API Integration Guide Introduction SULU Mobile Solutions API is a programmable SMS message service. It enables your in-house applications to have fully featured SMS capabilities using your favorite programming

More information

BMAP B2B programmer guide for R3E

BMAP B2B programmer guide for R3E BMAP 01.01 - B2B programmer guide for R3E Version 01 11/09/2017 Page 1 of 20 Table of Contents Chapter 1. History and Contact persons... 4 1.1. History... 4 1.2. Contact persons... 4 Chapter 2. Introduction...

More information

Business Rules for. Agent Authorisation Online (CIS)

Business Rules for. Agent Authorisation Online (CIS) Business Rules for Agent Authorisation Online (CIS) 11/10/2006 Page 1 Version 1.0 1. ABOUT THIS DOCUMENT 3 2. POINTS TO NOTE 4 3. AGENT AUTHORISATION ONLINE ACCEPTABLE CHARACTERS 5 4. AUTHORISATION REQUEST

More information

User manual Electronic logbook software. United Kingdom 3.21

User manual Electronic logbook software. United Kingdom 3.21 User manual Electronic logbook software United Kingdom 3.21 Index 1 Configuration 2 Settings 2.1 Crew 2.2 Vessel 2.3 Favorites 2.3.a General 2.3.b Norway 2.3.c GPS & VMS 2.3.d Relation 2.3.e Gear types

More information

Ministry of Fisheries. WAREHOU Database Documentation Catch Effort Base Views and Fields

Ministry of Fisheries. WAREHOU Database Documentation Catch Effort Base Views and Fields Ministry of Fisheries WAREHOU Database Documentation Catch Effort Base Views and Fields (Adapted from CATCHEFF database documentation Part 2 - Base views and fields) Version 9 Unclassified Sensitive This

More information

Implementation of the Kapsch Open EFC Interface into the CZ Pilot System

Implementation of the Kapsch Open EFC Interface into the CZ Pilot System Dr. Oliver Nagy Implementation of the Kapsch Open EFC Interface into the CZ Pilot System 2nd Workshop on Hybrid EFC Systems, Prague, CZ 1 Generic Architecture for Contract Development in CZ Rep. 2nd Workshop

More information

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

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

More information

Master Track RV Polarstern ANT-IV/2

Master Track RV Polarstern ANT-IV/2 Master Track RV Polarstern ANT-IV/2 Data Processing Report Contents 1 Introduction 1 2 Workflow 1 3 Cruise details 2 4 Sensor Layout 2 5 Processing Report 3 Contact: Dr. Rainer Knust Alfred Wegener Institute

More information

Light Account Process Step by step Guide

Light Account Process Step by step Guide Light Account Process Step by step Guide DISCLAIMER: This training material is created by UTC Climate, Controls & Security to help its suppliers register for Light Accounts and navigate the dashboard.

More information

Performance Platform Documentation

Performance Platform Documentation Performance Platform Documentation Release 1.0 Performance Platform July 20, 2017 Contents 1 Adding data 3 2 Emptying a data set 5 3 Client implementations 7 4 Glossary 9 5 Get a Performance Platform

More information

ELECTRONIC FILING U.S. Fish and Wildlife Service Federal Form 3-186A INSTRUCTION GUIDE

ELECTRONIC FILING U.S. Fish and Wildlife Service Federal Form 3-186A INSTRUCTION GUIDE ELECTRONIC FILING U.S. Fish and Wildlife Service Federal Form 3-186A INSTRUCTION GUIDE If you need assistance: Email: ODFW.Falconry@State.OR.US Telephone: (503) 947-6301 Step 1. Before submitting a report,

More information

PASSWORD RBL API GUIDE API VERSION 2.10 REVISION B

PASSWORD RBL API GUIDE API VERSION 2.10 REVISION B PASSWORD RBL API GUIDE API VERSION 2.10 REVISION B Table of Contents Summary... 3 Recommendations... 3 API Endpoints... 3 Method: Query... 4 GET request syntax... 4 Parameter Listing... 4 Required Parameters...

More information

NZ Online Forms for Research Software Manual

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

More information

TOP Server V5 to MicroLogix Using DNP3 Ethernet Driver

TOP Server V5 to MicroLogix Using DNP3 Ethernet Driver TOP Server V5 to MicroLogix 1400 Using DNP3 Ethernet Driver Page 2 of 36 Table of Contents INTRODUCTION 3 CONFIGURING THE MICROLOGIX 1400 AS A DNP3 SLAVE 4 CONFIGURING TOP SERVER AS A DNP3 MASTER 9 TESTING

More information

Guidance for Permit Holders for the Completion of the 2014 Waste Collection Permit Annual Return. January 2015

Guidance for Permit Holders for the Completion of the 2014 Waste Collection Permit Annual Return. January 2015 Guidance for Permit Holders for the Completion of the 2014 Waste Collection Permit Annual Return January 2015 Table of Contents 1. Overview of AR System and General Comments:... 3 1.1 The requirement to

More information

Error Code List. Sea Line Customs Message Sea IGM SACHI01 Acknowledgments Error Codes

Error Code List. Sea Line Customs Message Sea IGM SACHI01 Acknowledgments Error Codes Error Code List Sea Line Customs Message Sea IGM SACHI01 Acknowledgments Error Codes ERR_CD ERR_DESC 000 IGM Submitted 100 Vessel Details Validated 101 Incorrect Message Type 102 IGM Number/IGM Date cannot

More information

European Reference Data Management Service (ERDMS)

European Reference Data Management Service (ERDMS) European Reference Data Management Service (ERDMS) Usermanual Grant Agreement: TREN/FP7/TR/218362 (Sub)workpackage: SWP 5.2. D.14 and D.15 Author: RWS Version (date): 2011-03-21 European Reference Data

More information

How to Design REST API? The Twitter Example Written Date : March 23, 2015

How to Design REST API? The Twitter Example Written Date : March 23, 2015 Written Date : March 23, 2015 REST (REpresentational State Transfer), an architectural style for web services, is getting more and more popular in recent years. Many leading vendors have opened the doors

More information

Sage R2 Release Notes

Sage R2 Release Notes Sage 200 2013 R2 Release Notes 26/03/2014 Sage (UK) Limited, 2014 Page 1 of 7 Sage 200 2013 R2 Release Notes About these release notes This document contains essential information for Sage 200 2013 R2.

More information

KMIP 64-bit Binary Alignment Proposal

KMIP 64-bit Binary Alignment Proposal KMIP 64-bit Binary Alignment Proposal To: OASIS KMIP Technical Committee From: Matt Ball, Sun Microsystems, Inc. Date: May 6, 2009 Version: 2 Purpose: To propose a change to the binary encoding such that

More information

eps Integration Guide Version 6.2.2

eps Integration Guide Version 6.2.2 eps Integration Guide Version 6.2.2 As of: 13.02.2017 Table of Contents About eps... 4 General information about eps... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Calling the eps

More information

UReport USSD application Documentation

UReport USSD application Documentation UReport USSD application Documentation Release 0.1.0 Praekelt Foundation June 07, 2014 Contents 1 UReport JSON HTTP API 3 1.1 Contents................................................. 3 1.2 Response format

More information

Data File Header Structure for the dbase Version 7 Table File

Data File Header Structure for the dbase Version 7 Table File Page 1 of 5 Data File Header Structure for the dbase Version 7 Table File Note: Unless prefaced by "0x", all s specified in the Description column of the following tables are decimal. 1.1 Table File Header

More information