Dispatch Application Programming Interface

Size: px
Start display at page:

Download "Dispatch Application Programming Interface"

Transcription

1 Intrductin Fleet Managers need t be able t dispatch drivers and their vehicles t a variety f lcatins: jbs, deliveries, service lcatins, etc. Cntig CONNECT prvides a way t track vehicle lcatins, and cmmunicate with drivers wirelessly via a Garmin Persnal Navigatin Device (PND) cnnected t a Cntig 6100 r 6150 GPS tracking beacn installed in a vehicle. The beacn prvides the functin f a wireless mdem and GPS lcatin device, while the Garmin PND prvides a graphical display unit and messaging terminal fr the driver in additin t it s functin as a navigatin device. Fleet Managers typically use dispatching applicatins that are tailred specifically t their business. In such cases, it is cnvenient t allw Fleet Managers t cntinue t use the applicatin with which they are mst familiar. In this case, Cntig s Data Exchange (DEX) (API) with Dispatch is designed t prvide develpers with a methd t exchange infrmatin asynchrnusly between their sftware and the invehicle equipment. This dcument prvides a design verview f the dispatch functins and methds available t develpers.

2 Table f Cntents INTRODUCTION 1 TABLE OF CONTENTS 2 GLOSSARY OF TERMS 4 OVERVIEW 5 COMMUNICATION 7 API DEFINITION OUTBOUND 9 SendJbByAddressTVehicle 9 SendJbByCrdinatesTVehicle 10 SendMessage 12 SendCannedMessage 13 SendMessageWithCannedRespnse 14 DeleteCannedMessage 16 RefreshCannedMessage 17 SendCannedRespnse 18 DetectPND 19 DeleteVehicleJb 20 DeleteAllJbs 20 DeleteAllMessages 21 ChangeJbPririty 22 RequestDriverID 24 2 f 2

3 SendDriverID 25 SendDriverStatus 26 DeleteDriverStatus 27 RequestJbStatus 28 RequestETA 30 EnableAutArrival 30 RequestDriverMessage 31 RequestDataSince 33 DetectVehiclePresence 41 API DEFINITION - INBOUND 43 JbStatusChangeNtificatin 43 MessageRespnseNtificatin 43 MessageNtificatin 44 RequestETANtificatin 44 RequestDriverIDNtificatin 46 RequestVehicleNtificatin 47 3 f 3

4 Glssary f Terms API Beacn An in-vehicle device featuring a GPS receiver, GPRS wireless data mdem, external GPS and GPRS antenna and electrical wiring harness fr pwer, grund, inputs and utputs. CannedMessage Messages that are prvisined t the PND remtely and stred fr future use by the driver when cmpsing a message n the PND. Up t 120 Canned Messages f 49 characters in length are supprted. CannedRespnse Messages that are sent as multiple chice respnses with an utbund message t the driver. Allws driver t pick frm list f desired respnses, reducing keystrkes. Up t 50 CannedRespnse messages f 49 characters are permitted fr a single utbund message t the PND DEX Data Exchange Driver ID A string f alphanumeric characters entered int the PND interface t identify a specific driver. May als be remtely set prgrammatically Driver Status An alphanumeric string that may be selected by a driver n the PND t indicate status (e.g. Off Duty, At Jb, On Duty, Driving etc. List f Driver Status values may be defined prgrammatically and pushed t the PND ESN Electrnic Serial Number GPRS General Packet Radi Service A data cmmunicatins system supprted n GSM netwrks GPS Glbal Psitining System GSM Glbal System fr Mbile a wireless vice and data netwrk Jb A message sent t a PND cnsisting f a destinatin, a message bdy, and a pririty 4 f 4

5 PND Persnal Navigatin Device (e.g. Garmin Satellite Navigatin device) REST Representatinal State Transfer Overview The Cntig DEX API prvides a methd t securely exchange infrmatin frm the Cntig CONNECT system fr a given fleet f vehicles via an asynchrnus REST interface. The DEX interface allws develpers t send and retrieve data in an XML-based frmat. The basic DEX API is dcumented [here]. The Dispatch enhancements t the DEX API, as prpsed in this dcument, prvide a methd t submit wellfrmed data t a vehicle r driver asynchrnusly via a REST interface using a new XML frmat, and receive acknwledgements r data in respnse als in XML frmat. This data may cnsist f jbs (destinatins), messages (i.e. mail), r cmmand messages sent t a PND. The API is designed t functin asynchrnusly as it must handle situatins in which the beacn ges ut f wireless cverage (such as when a vehicle is parked in an undergrund garage), and the PND is discnnected (such as when the driver remves the PND frm the dashbard and stres ut f sight fr security reasns). The API als prvides the develper with a methd t register fr ntificatins f certain supprted messages that may be received frm the PND. When a supprted message is received frm the PND n the Cntig CONNECT server, the API will send a ntificatin message t the develper s applicatin with: Vehicle ID Driver ID (if applicable) Jb r message ID Event timestamp The develper s applicatin may then submit a request t retrieve utstanding events, respnses, r inbund messages frm the API fr a given vehicle, driver, jb and/r message r fr all messages. Fr the API t be functinal, sme precnditins must be met, including: A Cntig beacn and PND are installed in ne r mre vehicles. Beacn is prvisined in the Cntig CONNECT system, and is enabled fr Dispatch. Vehicle recrds are prvisined in the Cntig CONNECT system. User accunts are established in the Cntig CONNECT system at least ne defined with DEX access. A and User Accunt Credentials are prvided t the develper t access the vehicle-specific infrmatin fr given fleet vehicles and t submit messages t PNDs in thse vehicles. 5 f 5

6 Once these precnditins are in place, the DEX API may be accessed. The DEX API enhancements fr Dispatch allw fr the fllwing new functins: Register fr Ntificatins Send Jb t PND (by address r by Lat/Lng crdinates) Send utbund Message thrugh t PND Send / update list f canned messages t device Send Message with CannedRespnses t PND Detect presence r absence f PND Detect presence f Vehicle (beacn) n netwrk Delete selected Jbs Delete all Jbs Delete all Messages Change Pririty f Jbs Request Driver ID Send Driver ID (ver-ride Driver ID n PND) Send / update list f Driver Status ptins Set Aut Arrival Request Jb Status Request Jb Estimated Time f Arrival (ETA) Messages that may be received frm the PND include: Jb status updates: Jb received n PND (pending) Jb read n PND (acknwledged) Driver navigating t jb (en-rute) Jb marked as cmpleted n PND (dne) Jb deleted n PND Messages (mail) Message received n PND Message read Message respnse frm PND: Reply t a specific message with an OK, Yes r N respnse Reply t a specific message with a CannedRespnse Reply t a specific message with a CannedMessage Reply t a specific message with free-frm text New inbund message frm PND (unslicited) Driver ID (lgin) Driver Status change 6 f 6

7 Cmmunicatin The fllwing figures prvide a high-level verview f sample cmmunicatins between yur client applicatin and the PND. Figure 1: Sample f registering fr ntificatins Figure 2: Sample f sending a message t the PND 7 f 7

8 Figure 3: Sample f an inbund message cming frm the PND Figure 4: Sample f a Jb Status Change n the PND Figure 5: Sample f requesting all inbund messages/ntificatins etc 8 f 8

9 API Definitin Outbund SendJbByAddressTVehicle Sends a jb t PND using an address. POST dept/{deptid}/v/{vehicleid}/dispatch/jb Permissin Vehicle id XML cntaining: Jb id Address message assciated with this jb (Optinal) Jb Pririty - rder in the Jb queue Sample: <jb_by_address> <jb_id>55</jb_id> <address> <street>795 Farrw Street</street> <city>cquitlam</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v3j 7V4</zip_cde> </address> <descriptin>pick up the package</descriptin> <pririty>1</pririty> </jb_by_address> 9 f 9

10 Respnse Field Result Cntains the result f the request Success true if the request was queued prperly false therwise Failure Reasn (ptinal) A failure reasn culd be that the address is incrrect. Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs Address nt fund SendJbByCrdinatesTVehicle Sends jb t PND using latitude and lngitude. POST dept/{deptid}/v/{vehicleid}/dispatch/jb Permissin Vehicle id XML Cntaining: Jb id 10 f 10

11 Latitude Lngitude message assciated with this jb (Optinal) Jb Pririty - rder in the Jb queue Sample: <jb_by_crds> <jb_id>55</jb_id> <lat> </lat> <ln> </ln> <descriptin>pick up the package</descriptin> <pririty>1</pririty> </jb_by_crds> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs Address nt fund 11 f 11

12 SendMessage Sends a simple message t the PND POST dept/{deptid}/v/{vehicleid}/dispatch/message Permissin Vehicle id XML Cntaining: Message Id Text Message Sample: <message> <msg_id>5</msg_id> <text>please make sure t fill-up n the way back.</text> </message> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> Errrs </result> 12 f 12

13 SendCannedMessage Creates a canned message fr the PND. POST dept/{deptid}/v/{vehicleid}/dispatch/canned_message Permissin Vehicle id XML Cntaining: Message Id Text message Sample: <message> <msg_id>5</msg_id> <text>stuck in traffic</text> </message> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> 13 f 13

14 Errrs SendMessageWithCannedRespnse Sends a message with an assciated canned respnse t the PND. POST dept/{deptid}/v/{vehicleid}/dispatch/message/canned_respnse Permissin Vehicle id XML Cntaining: Message Id Text message Canned Respnse ID List the list f respnse id (see SendCannedRespnse); nte: minimum value is 4 Sample: <message> <msg_id>5</msg_id> <text>what s the traffic situatin right nw?</text> <canned_respnse_list> <respnse>4</respnse> <respnse>6</respnse> <respnse>9</respnse> </canned_respnse_list> </message> Respnse Field result Cntains the result f the request success true if the request was queued prperly false therwise 14 f 14

15 Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs 15 f 15

16 DeleteCannedMessage Deletes a canned message DELETE dept/{deptid}/v/{vehicleid}/dispatch/canned_message Permissin Vehicle id XML cntaining: Message id Sample: <canned_message> <msg_id>5</msg_id> </canned_message> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs 16 f 16

17 RefreshCannedMessage Replaces an existing canned message fr the PND. PUT dept/{deptid}/v/{vehicleid}/dispatch/canned_message Permissin Vehicle id XML Cntaining: Message Id Text message Sample: <canned_message> <msg_id>5</msg_id> <text>stuck in traffic in majr rad</text> </canned_message> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> 17 f 17

18 Errrs SendCannedRespnse Sends canned respnse t the vehicle. POST dept/{deptid}/v/{vehicleid}/dispatch/canned_respnse Permissin Vehicle Id XML Cntaining: Canned Respnse id NOTE: minimum value is 4 Canned Respnse Sample: <canned_respnse> <respnse_id>4</respnse_id> <text>zer</text> </canned_respnse> Respnse Field Result Cntains the result f the request Success true if the request was queued prperly false therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> 18 f 18

19 </result> Errrs DetectPND Detects presence f PND cnnected t the device. GET dept/{deptid}/v/{vehicleid}/dispatch/pnd/cnnectin Permissin Vehicle id Respnse Field Cnnectin Cntains the Cnnected flag Cnnected True if a PND is cnnected False if the PND is nt cnnected Sample Respnse <?xml versin='1.0' encding='utf-8'?> <cnnectin xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <cnnected>true</cnnected> </cnnectin> Errrs 19 f 19

20 DeleteVehicleJb Deletes a jb in vehicle DELETE dept/{deptid}/v/{vehicleid}/dispatch/jb/{id} Permissin Vehicle id Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs DeleteAllJbs Deletes all jbs DELETE dept/{deptid}/v/{vehicleid}/dispatch/jb 20 f 20

21 Permissin Vehicle id Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs DeleteAllMessages Deletes all messages n the PND. DELETE dept/{deptid}/v/{vehicleid}/dispatch/message Permissin Vehicle id Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise 21 f 21

22 false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs ChangeJbPririty Changes the jb s pririty. PUT dept/{deptid}/v/{vehicleid}/dispatch/jb/{id} Permissin Vehicle id XML cntaining: New pririty number Sample: <pririty>5</pririty> 22 f 22

23 Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs 23 f 23

24 RequestDriverID Request the driver ID. Nte that the respnse will be delivered asynchrnusly by the Cntig server via RequestDriverIDNtificatin (see belw). POST dept/{deptid}/v/{vehicleid}/dispatch/driver/getid Permissin Vehicle ID Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs 24 f 24

25 SendDriverID Send the driver ID POST dept/{deptid}/v/{vehicleid}/dispatch/driver/id Permissin Vehicle ID XML cntaining: Driver ID t send Sample: <driver> <driver_id>5</driver_id> </driver> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs 25 f 25

26 SendDriverStatus Send a list f canned driver status types that the driver may select frm when specifying his status (such as Driving, On Duty (Nt Driving) Sleeper Berth, Off Duty, etc). POST dept/{deptid}/v/{vehicleid}/dispatch/driver/status Permissin Vehicle ID XML cntaining: Status Id Text status id Sample: <driver_status_list> <driver_status> <status_id>5</status_id> <text>driving</text> </driver_status> <driver_status> <status_id>6</status_id> <text>on Duty (Nt Driving)</text> </driver_status> </driver_status_list> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise 26 f 26

27 false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs DeleteDriverStatus Deletes ne r mre driver status messages. DELETE dept/{deptid}/v/{vehicleid}/dispatch/driver/status/{statusid} Permissin Vehicle ID Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> 27 f 27

28 <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs RequestJbStatus Requests the current status f a particular jb. GET dept/{deptid}/v/{vehicleid}/dispatch/jb/<jb_id> Permissin Vehicle id Jb id Respnse Field Cntains: jb id pnd esn the ESN f the Garmin PND where this jb status was sent frm beacn the beacn where this jb status was sent frm driver id jb status (culd be ne f: pending, ack, enrute, dne, deleted_by_driver) Jbs with status (ptinal; will nly appear if the jb 28 f 28

29 status is enrute ) ETA in secnds jb pririty starts with 1 GPS-related infrmatin is GPS valid latitude and lngitude address speed in km/hr GPS timestamp in epch frmat Beacn timestamp in epch frmat Sample Respnse <?xml versin='1.0' encding='utf-8'?> <jb xmlns:xsi=" xsi:schemalcatin=" <jb_id>120</jb_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <driver_id>je</driver_id> <jb_status>enrute</jb_status> <eta>1850</eta> <pririty>1</pririty> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>795 Farrw Street</street> <city>cquitlam</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v3j 7V4</zip_cde> </address> <speed>50</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> 29 f 29

30 </jb> Errrs RequestETA Get the ETA f the current jb. Nte that the respnse will be delivered asynchrnusly via the RequestETANtificatin (see belw). POST dept/{deptid}/v/{vehicleid}/dispatch/pnd/eta Permissin Vehicle id Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs EnableAutArrival Enables the aut-arrival feature n the PND. 30 f 30

31 POST dept/{deptid}/v/{vehicleid}/pnd/autarrival Permissin Vehicle id If set t 1, then aut-arrival is turned n. If set t 0, then aut-arrival is turned ff. Sample: <autarrival>1</autarrival> Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs RequestDriverMessage Requests the message which the driver sent in respnse t the dispatcher message. This wrks with the MessageNtificatin Inbund methd mentined belw. GET dept/{deptid}/v/{vehicleid}/dispatch/message/<id> 31 f 31

32 Permissin Vehicle id Message id Respnse Field Cntains: pnd esn the ESN f the Garmin PND where this jb status was sent frm beacn the beacn where this jb status was sent frm (ptinal) dispatcher msg id if this message is a respnse t a dispatcher message Driver message message GPS-related infrmatin is GPS valid latitude and lngitude address speed in km/hr GPS timestamp in epch frmat Beacn timestamp in epch frmat Sample Respnse <?xml versin='1.0' encding='utf-8'?> <driver_message xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> 32 f 32

33 <pnd_esn> </pnd_esn> <beacn> </beacn> <dispatcher_msg_id>17</dispatcher_msg_id> <msg>yes</ msg> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>9897 Gaglardi Way</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5a4n7</zip_cde> </address> <speed>0</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </driver_message> Errrs RequestDataSince Requests a list f jb and message data fr a particular vehicle since a particular date. This is useful in the case f the custmer s server ging dwn. POST dept/{deptid}/v/{vehicleid}/dispatch Permissin Vehicle id XML cntaining: Cutff timestamp in epch frmat Sample: <cutff> <ts> </ts> </cutff> 33 f 33

34 Respnse Field Changes Cntains a list f changes since last time Cntains: jb id pnd esn the ESN f the Garmin PND where this jb status was sent frm beacn the beacn where this jb status was sent frm driver id jb status (culd be ne f: pending, ack, enrute, dne, deleted_by_driver) (ptinal; will nly appear if the jb Jbs with status status is enrute ) ETA in secnds jb pririty starts with 1 GPS-related infrmatin is GPS valid latitude and lngitude address speed in km/hr GPS timestamp in epch frmat Beacn timestamp in epch frmat Cntains: pnd esn the ESN f the Garmin PND 34 f 34

35 where this jb status was sent frm beacn the beacn where this jb status was sent frm msg id msg status (culd be ne f: pen, read, deleted) GPS-related infrmatin is GPS valid latitude and lngitude address speed in km/hr GPS timestamp in epch frmat Beacn timestamp in epch frmat Cntains: message id pnd esn the ESN f the Garmin PND where this jb status was sent frm beacn the beacn where this jb status was sent frm (ptinal) dispatcher msg id if this message is a respnse t a dispatcher message Driver messages message 35 f 35

36 GPS-related infrmatin is GPS valid latitude and lngitude address speed in km/hr GPS timestamp in epch frmat Beacn timestamp in epch frmat Cntains: driver id pnd esn the ESN f the Garmin PND where this jb status was sent frm beacn the beacn where this jb status was sent frm GPS-related infrmatin Driver Id Messages is GPS valid latitude and lngitude address speed in km/hr GPS timestamp in epch frmat Beacn timestamp in epch frmat Cntains: 36 f 36

37 Messages Cnnectin status - nline r ffline pnd esn the ESN f the Garmin PND where this jb status was sent frm beacn the beacn where this jb status was sent frm Beacn timestamp in epch frmat Sample Respnse <?xml versin='1.0' encding='utf-8'?> <data xmlns:xsi=" xsi:schemalcatin= dispatch.xsd"> <jbs> <jb> <jb_id>120</jb_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <driver_id>je</driver_id> <jb_status>enrute</jb_status> <eta>1850</eta> <pririty>1</pririty> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>795 Farrw Street</street> <city>cquitlam</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v3j7v4</zip_cde> </address> <speed>50</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </jb> <jb> <jb_id>120</jb_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <driver_id>je</driver_id> 37 f 37

38 <jb_status>dne</jb_status> <pririty>1</pririty> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>9269 Mrningside Ln</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5a4r3</zip_cde> </address> <speed>0</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </jb> <jb> <jb_id>122</jb_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <driver_id>je</driver_id> <jb_status>enrute</jb_status> <eta>1200</eta> <pririty>1</pririty> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>9897 Gaglardi Way</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5a4n7</zip_cde> </address> <speed>30</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </jb> <jb> <jb_id>121</jb_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <driver_id>je</driver_id> <jb_status>pending</jb_status> <pririty>2</pririty> <gps_related_inf> 38 f 38

39 <is_valid>false</is_valid> <lat> </lat> <ln> </ln> <address> <street>338 Macdnald Ave</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5c4n4</zip_cde> </address> <speed>0</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </jb> </jbs> <dispatcher_messages> <dispatcher_message> <pnd_esn> </pnd_esn> <beacn> </beacn> <dispatcher_msg_id>17</dispatcher_msg_id> <dispatcher_msg_status>read</dispatcher_msg_status> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>9897 Gaglardi Way</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5a4n7</zip_cde> </address> <speed>0</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </dispatcher_message> </dispatcher_messages> <driver_messages> <driver_message> <msg_id>5</msg_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <dispatcher_msg_id>17</dispatcher_msg_id> <msg>yes</msg> 39 f 39

40 <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>9897 Gaglardi Way</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5a4n7</zip_cde> </address> <speed>0</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </driver_message> <driver_message> <msg_id>6</msg_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <msg>i picked-up an extra package frm Je.</msg> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> <street>9897 Gaglardi Way</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5a4n7</zip_cde> </address> <speed>0</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </driver_message> </driver_messages> <driver_id_messages> <request_driver_id> <driver_id>jhn de</driver_id> <pnd_esn> </pnd_esn> <beacn> </beacn> <gps_related_inf> <is_valid>true</is_valid> <lat> </lat> <ln> </ln> <address> 40 f 40

41 <street>9897 Gaglardi Way</street> <city>burnaby</city> <state>bc</state> <cuntry>ca</cuntry> <zip_cde>v5a4n7</zip_cde> </address> <speed>0</speed> <gps_ts> </gps_ts> </gps_related_inf> <ts> </ts> </request_driver_id> </driver_id_messages> <vehicle_presence_messages> < detect_vehicle_presence > <cnnectin_status>ffline</cnnectin_status> <pnd_esn> </pnd_esn> <beacn> </beacn> <ts> </ts> </detect_vehicle_presence> < detect_vehicle_presence > <cnnectin_status>nline</cnnectin_status> <pnd_esn> </pnd_esn> <beacn> </beacn> <ts> </ts> </detect_vehicle_presence> </vehicle_presence_messages> </data> Errrs DetectVehiclePresence Use this methd t get ntified when a vehicle s beacn is nline r ffline. (See RequestVehicleNtificatin belw) POST dept/{deptid}/v/{vehicleid}/dispatch/nline Permissin 41 f 41

42 Vehicle ID Respnse Field result Cntains the result f the request success true if the request was queued prperly false - therwise Sample Respnse <?xml versin='1.0' encding='utf-8'?> <result xmlns:xsi=" xsi:schemalcatin="dispatch.xsd"> <inf>success</inf> </result> Errrs 42 f 42

43 API Definitin - Inbund JbStatusChangeNtificatin When Cntig gets a jb-status-change message frm the PND, Cntig will invke the custmer s REST server t ntify the custmer f the change. If the custmer s REST server is dwn, Cntig will nt attempt t retry. Cntig will, hwever, keep track f which ntificatins have nt been sent s that the custmer can use the RequestDataSince methd t query the changes. POST dispatch/ v/<vehicleid >/ntificatin/jb Permissin Jb id. Here s a sample: <jb> <id>4</id> </jb> Respnse Standard HTTP respnse cdes Errrs Standard HTTP errr cdes MessageRespnseNtificatin When Cntig gets a message respnse frm the driver, Cntig will invke the custmer s REST server t ntify the custmer f the driver s respnse t the custmer s riginal message. If the custmer s REST server is dwn, Cntig will nt attempt t retry. Cntig will, hwever, keep track f which ntificatins have nt been sent s that the custmer can use the RequestDriver methd t query the message. POST dispatch/v/<vehicleid>/ntificatin/message Permissin Message id. Here s a sample: <message>

44 <id>5</id> </message> Respnse Standard HTTP respnse cdes Errrs Standard HTTP errr cdes MessageNtificatin When Cntig gets a new message frm the driver, Cntig will invke the custmer s REST server t ntify the custmer f this new driver message. If the custmer s REST server is dwn, Cntig will nt attempt t retry. Cntig will, hwever, keep track f which ntificatins have nt been sent s that the custmer can use the RequestDataSince methd t query the changes. POST dispatch/v/<vehicleid>/ntificatin/drivermessage Permissin Message id. Here s a sample: <drivermessage> <id>4</id> </drivermessage> Respnse Standard HTTP respnse cdes Errrs Standard HTTP errr cdes RequestETANtificatin (See RequestETA abve) When Cntig gets a jb s ETA inf, Cntig will invke the custmer s REST server t ntify the custmer that there has been a ETA change fr this particular jb. The custmer will then need t query Cntig s server t retrieve the ETA fr this jb via RequestDataSince (see abve). If the custmer s REST server is dwn, Cntig will nt attempt t retry. 44 f 44

45 Cntig will, hwever, keep track f which ntificatins have nt been sent s that the custmer can use the RequestDataSince methd t query the changes. POST dispatch/v/<vehicleid>/ntificatin/requesteta Permissin Jb id. Here s a sample: <request_eta> <jb_id>4</jb_id> </request_eta> Respnse Standard HTTP respnse cdes Errrs Standard HTTP errr cdes 45 f 45

46 RequestDriverIDNtificatin (See RequestDriverID abve) When Cntig gets a jb s driver-id inf, Cntig will invke the custmer s REST server t ntify the custmer f this driver id. If the custmer s REST server is dwn, Cntig will nt attempt t retry. Cntig will, hwever, keep track f which ntificatins have nt been sent s that the custmer can use the RequestDataSince methd t query the changes. POST dispatch/v/<vehicleid>/ntificatin/requestdriverid Permissin XML cntaining: Driver id Vehicle ESN PND ESN Here s a sample: <request_driver_id> <driver_id>75</driver_id> <vehicle_esn> </vehicle_esn> <pnd_esn>21343</pnd_esn> </request_driver_id> Respnse Standard HTTP respnse cdes Errrs Standard HTTP errr cdes 46 f 46

47 RequestVehicleNtificatin (See DetectVehiclePresence abve) When a vehicle cnnects t the Cntig server r is detected t be ver 1 hur withut any message, Cntig will invke the custmer s REST server t ntify the custmer f this state. If the custmer s REST server is dwn, Cntig will nt attempt t retry. Cntig will, hwever, keep track f which ntificatins have nt been sent s that the custmer can use the RequestDataSince methd t query the changes. POST dispatch/v/<vehicleid>/ntificatin/detectvehiclepresence Permissin XML cntaining: nline r ffline Driver id Vehicle ESN PND ESN Here s a sample: <detect_vehicle_presence> <cnnectin_status>nline</cnnectin_status> <driver_id>75</driver_id> <vehicle_esn> </vehicle_esn> <pnd_esn>21343</pnd_esn>a </detect_vehicle_presence> Respnse Standard HTTP respnse cdes Errrs Standard HTTP errr cdes 47 f 47

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

iallworx User s Guide

iallworx User s Guide Versin 1.0 September 12, 2010 Allwrx Crp. 300 Main Street East Rchester, NY 14445 www.allwrx.cm Supprt@allwrx.cm 1.866.Allwrx 585.421.3850 Fax: 585.421.3853 2011 Allwrx Crp, a whlly wned subsidiary f PAETEC

More information

Table of Contents. 1 Introduction Connecting to the API HTTP request syntax API release versions... 4

Table of Contents. 1 Introduction Connecting to the API HTTP request syntax API release versions... 4 API Guide Table f Cntents 1 Intrductin... 3 2 Cnnecting t the API... 4 2.1 HTTP request syntax... 4 2.2 API release versins... 4 3 Direct Answer API... 5 3.1 Required parameters... 5 3.2 Optinal parameters...

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Release Notes. Version

Release Notes. Version Release Date: 06/12/2017 Release Ntes Versin 1.23.00 SmartWare Accunting QuickBks Transfer: Reslved issue where QuickBks Transfer was including unused parts amunts fr a wrk rder in the Sales Amunt clumn

More information

HP MPS Service. HP MPS Printer Identification Stickers

HP MPS Service. HP MPS Printer Identification Stickers HP MPS Service We welcme yu t HP Managed Print Services (MPS). Fllwing yu will find infrmatin regarding: HP MPS printer identificatin stickers Requesting service and supplies fr devices n cntract Tner

More information

User Guide. Avigilon Control Center Mobile Version 2.2 for Android

User Guide. Avigilon Control Center Mobile Version 2.2 for Android User Guide Avigiln Cntrl Center Mbile Versin 2.2 fr Andrid 2011-2015, Avigiln Crpratin. All rights reserved. Unless expressly granted in writing, n license is granted with respect t any cpyright, industrial

More information

SAP Intelligent Notification 365, Service. On-boarding process for SAP Hybris Marketing Cloud / SAP Hybris Marketing customers

SAP Intelligent Notification 365,  Service. On-boarding process for SAP Hybris Marketing Cloud / SAP Hybris Marketing customers SAP Intelligent Ntificatin 365, Email Service On-barding prcess fr SAP Hybris Marketing Clud / SAP Hybris Marketing custmers TABLE OF CONTENTS 1. DOCUMENT HISTORY... 3 2. INTRODUCTION... 4 3. HIGH LEVEL

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

CSR Supervisor Manual Donation Manager. 1/1/2016 SAVERS Ginine Mizerski

CSR Supervisor Manual Donation Manager. 1/1/2016 SAVERS Ginine Mizerski CSR Supervisr Manual Dnatin Manager 1/1/2016 SAVERS Ginine Mizerski Lcatin-Varius CSR Supervisr Manual Dnatin Manager Table f Cntents 1. Intrductin... 2 2. Special Pickups and TBD Dnatins... 2 2.1 Special

More information

Ephorus Integration Kit

Ephorus Integration Kit Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

TaskCentre v4.5 XML to Recordset Tool White Paper

TaskCentre v4.5 XML to Recordset Tool White Paper TaskCentre v4.5 XML t Recrdset Tl White Paper Dcument Number: PD500-03-15-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 GLOBAL CONFIGURATION 2 Schema

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017 LiveEngage and Micrsft Dynamics Integratin Guide Dcument Versin: 1.0 September 2017 Cntents Intrductin... 3 Step 1: Sign Up... 3 CRM Widget Signing Up... 3 Step 2: Cnfiguring the CRM Widget... 4 Accessing

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide Quick Start Guide This guide will explain the prcess f installing & using the DemPad Designer sftware fr PC, which allws yu t create a custmised Graphical User Interface (GUI) fr an iphne / ipad & embed

More information

Managing User Accounts

Managing User Accounts A variety f user types are available in Lighthuse Transactin Manager (LTM) with cnfigurable permissins that allw the Accunt Administratr and administratr-type users fr the accunt t manage the abilities

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

Using Virtek CommBox over FleetBroadband

Using Virtek CommBox over FleetBroadband Using Virtek CmmBx ver FleetBradband Versin 01 18.09.09 Extra lng dcument title Cntents 1 Overview 1 2 Typical Users 1 3 Key Features 2 4 Benefits t BGAN and FleetBradband users 3 5 Setting up 4 6 Hints

More information

Type: System Enhancements ID Number: SE 93. Subject: Changes to Employee Address Screens. Date: June 29, 2012

Type: System Enhancements ID Number: SE 93. Subject: Changes to Employee Address Screens. Date: June 29, 2012 Type: System Enhancements ID Number: SE 93 Date: June 29, 2012 Subject: Changes t Emplyee Address Screens Suggested Audience: Human Resurce Offices Details: On July 14, 2012, Peple First will implement

More information

AT&T Corporate Voice Mail Unified Messaging (CVM-UM) Quick Start

AT&T Corporate Voice Mail Unified Messaging (CVM-UM) Quick Start AT&T Crprate Vice Mail Unified Messaging (CVM-UM) Quick Start 2011 AT&T Intellectual Prperty. All rights reserved. AT&T the lg and all ther AT&T marks cntained herein are trademarks f AT&T Intellectual

More information

Extending VMware vcloud API with vcloud Extensibility Framework

Extending VMware vcloud API with vcloud Extensibility Framework VMware vclud Architecture Tlkit fr Service Prviders Extending VMware vclud API with vclud Extensibility Framewrk Versin 2.9 January 2018 Jhn Dwyer 2018 VMware, Inc. All rights reserved. This prduct is

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

App Center User Experience Guidelines for Apps for Me

App Center User Experience Guidelines for Apps for Me App Center User Experience Guidelines fr Apps fr Me TABLE OF CONTENTS A WORD ON ACCESSIBILITY...3 DESIGN GUIDELINES...3 Accunt Linking Prcess... 3 Cnnect... 5 Accept Terms... 6 Landing Page... 6 Verificatin...

More information

White Paper. Contact Details

White Paper. Contact Details White Paper Cntact Details Pan Cyber Infrmatin Technlgy PO Bx 34222 Dubai UAE Phne : 97143377033 Fax : 97143377266 Email : inf@pancyber.cm URL : www.pancyber.cm TABLE OF CONTENTS OVERVIEW...3 SYSTEM ARCHITECTURE...4

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

User Guide. Table Of Contents. Logging In. Job Search. Job Information. Site Search & Logging A Job. Customer Search. Job Dashboard.

User Guide. Table Of Contents. Logging In. Job Search. Job Information. Site Search & Logging A Job. Customer Search. Job Dashboard. User Guide Weblgic allws yu t access jb infrmatin via a web page. Giving yu real time updates, with the ptin t print reprts and infrmatin n/fr the jb. Table Of Cntents Lgging In Jb Search Jb Infrmatin

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018 Release Ntes Versin: - v18.13 Fr ClickSftware StreetSmart September 22, 2018 Cpyright Ntice Cpyright 2018 ClickSftware Technlgies Ltd. All rights reserved. N part f this publicatin may be cpied withut

More information

Additional License Authorizations

Additional License Authorizations Additinal License Authrizatins Fr HPE CMS SIM Management sftware prducts Prducts and suites cvered PRODUCTS E-LTU OR E-MEDIA AVAILABLE * NON-PRODUCTION USE OPTION HPE Dynamic SIM Prvisining Yes Yes HPE

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

In order to authenticate with the service, you will need to call the following endpoint:

In order to authenticate with the service, you will need to call the following endpoint: API Izum Izum s API is a RESTful based web service, available at http://api.izum.i. In rder t use the API yu will need t have an Izum accunt, sign in n ur web app (http://app.izum.i), g t yur prfile and

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

Avaya 9610 IP Telephone End User Guide

Avaya 9610 IP Telephone End User Guide Avaya 9610 IP Telephne End User Guide 9610 IP Telephne End User Guide 1 P age Table f Cntents Abut Yur Telephne... 3 Abut Scrlling and Navigatin... 3 Selecting Names, Numbers, r Features... 3 Starting

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

RxAXIS Security Module 09/25/2013

RxAXIS Security Module 09/25/2013 RxAXIS Security Mdule 09/25/2013 Lessn Title Intrductin: Security Mdule In this tutrial we are ging t lk at the Security Maintenance Mdule f the RxAXIS system. When used, this system gives emplyees access

More information

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files.

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files. Interfacing t MATLAB Overview: Getting Started Basic Tutrial Interfacing with OCX Installatin GUI with MATLAB's GUIDE First Buttn & Image Mre ActiveX Cntrls Exting the GUI Advanced Tutrial MATLAB Cntrls

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Exosoft Backup Manager

Exosoft Backup Manager Exsft Backup Manager 2018 Exsft Backup Manager Ensuring databases are backed up regularly is a critical part f any cmpany data recvery prcess. Mst mnth end as well as end f financial year prcesses shuld

More information

Stealing passwords via browser refresh

Stealing passwords via browser refresh Stealing passwrds via brwser refresh Authr: Karmendra Khli [karmendra.khli@paladin.net] Date: August 07, 2004 Versin: 1.1 The brwser s back and refresh features can be used t steal passwrds frm insecurely

More information

Samsung Galaxy -Exchange ActiveSync Setup

Samsung Galaxy -Exchange ActiveSync  Setup Samsung Galaxy -Exchange ActiveSync Email Setup Yu will need the fllwing infrmatin t set up ActiveSync: Email Address-example jde@mccsc.edu Username-example jde Passwrd-example yur netwrk/email passwrd

More information

TaskCentre v4.5 Save As File Tool White Paper

TaskCentre v4.5 Save As File Tool White Paper TaskCentre v4.5 Save As File Tl White Paper Dcument Number: PD500-03-20-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 TECHNICAL SUMMARY

More information

Max 8/16 and T1/E1 Gateway, Version FAQs

Max 8/16 and T1/E1 Gateway, Version FAQs Frequently Asked Questins Max 8/16 and T1/E1 Gateway, Versin 1.5.10 FAQs The FAQs have been categrized int the fllwing tpics: Calling Calling Cmpatibility Cnfiguratin Faxing Functinality Glssary Q. When

More information

GEMBA KAIZEN- APP User Guide

GEMBA KAIZEN- APP User Guide - APP User Guide NISSAN 2016 Pwered by T Ti Glbal WHAT IS..? Gemba Kaizen is a secured mbility platfrm: T schedule and cnduct Gemba visit SOP evaluatin nline. T capture the evidence t substantiate the

More information

Enfora Enabler IIIG AT Commands Over SMS

Enfora Enabler IIIG AT Commands Over SMS Enfra Enabler IIIG AT Cmmands Over SMS Applicatin Nte GSM0308AN001 Revisin: 1.11 10/5/2009 Applicatin Nte Page I Revisin: 1.11 GENERAL TERMS OF USE OF NEW MATERIALS - PLEASE READ CAREFULLY Frm time t time,

More information

Imagine for MSDNAA Student SetUp Instructions

Imagine for MSDNAA Student SetUp Instructions Imagine fr MSDNAA Student SetUp Instructins --2016-- September 2016 Genesee Cmmunity Cllege 2004. Micrsft and MSDN Academic Alliance are registered trademarks f Micrsft Crpratin. All rights reserved. ELMS

More information

System Administration

System Administration www.nvell.cm/dcumentatin System Administratin ZENwrks Mbile Management 2.6.x January 2013 Legal Ntices Nvell, Inc., makes n representatins r warranties with respect t the cntents r use f this dcumentatin,

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Online Banking for Business USER GUIDE

Online Banking for Business USER GUIDE Online Banking fr Business estatements USER GUIDE Cntents Cntents... 1 Online Banking fr Business Getting Started... 2 Technical Requirements... 2 Supprted brwsers... 2 Minimum system requirements... 2

More information

from DDS on Mac Workstations

from DDS on Mac Workstations Email frm DDS n Mac Wrkstatins Intrductin This dcument describes hw t set email up t wrk frm the Datacn system n a Mac wrkstatin. Yu can send email t anyne in the system that has an email address, such

More information

Click Sign In button. Click Register Employer. Click Forgot Username and/or Password to Create a unique user ID and password.

Click Sign In button. Click Register Employer. Click Forgot Username and/or Password to Create a unique user ID and password. Virtual OneStp (VOS) Emplyer User Lgging In If yu dn t have an accunt: If yu have an accunt: Click the Hme page graphic, the Start here r Enter yur user ID and passwrd. Click here links, r the Nt Registered?

More information

AvePoint Timeline Enterprise for Microsoft Dynamics CRM

AvePoint Timeline Enterprise for Microsoft Dynamics CRM AvePint Timeline Enterprise 1.0.2 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin B Issued Nvember 2013 Timeline Enterprise fr Micrsft Dynamics CRM Install and Cnfig 1 Table f Cntents

More information

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins VMware AirWatch SDK Plugin fr Apache Crdva Instructins Add AirWatch Functinality t Enterprise Applicatains with SDK Plugins v1.2 Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using

More information

Graduate Application Review Process Documentation

Graduate Application Review Process Documentation Graduate Applicatin Review Prcess Cntents System Cnfiguratin... 1 Cgns... 1 Banner Dcument Management (ApplicatinXtender)... 2 Banner Wrkflw... 4 Navigatin... 5 Cgns... 5 IBM Cgns Sftware Welcme Page...

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

HRConnect Manager Self-Service Work Instruction

HRConnect Manager Self-Service Work Instruction This Quick Reference Guide gives a brief verview f the prcesses used t cmplete Manager Self-Service actins within HRCnnect. This guide cvers hw yu can manage yur apprvals. 1. Apprve Pending Request via

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26 Q-Server Quick Integratin Guide Revisin: 5.4 Date: 11 th June 2009 Page 1 f 26 Cpyright, Disclaimer and Trademarks Cpyright Cpyright 1997-2009 Ringdale UK Ltd. All rights reserved. N part f this publicatin

More information

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal PAY EQUITY HEARINGS TRIBUNAL Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Pay Equity Hearings Tribunal This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins Versin 10-21-2016 Cpyright 2014-2016 Aviatrix Systems, Inc. All rights reserved. Aviatrix Clud Gateway What can it d fr me? Aviatrix Clud Gateway prvides an end t end secure netwrk

More information

Utilize Google Chrome 22, Internet Explorer 10/11, Firefox 27, Safari Desktop or Safari Mobile,

Utilize Google Chrome 22, Internet Explorer 10/11, Firefox 27, Safari Desktop or Safari Mobile, 2017 REQUEST FOR PROPOSALS WORKFORCE YOUTH SERVICES PROPOSAL CHECKLIST Thank yu fr yur interest in submitting a prpsal in respnse t the 2017 Request fr Prpsal (RFP) fr Wrkfrce Yuth Services issued by the

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Form Filing Instructions

Form Filing Instructions Frm Filing Instructins Subscribers creating nline frms fr the first time must cnfirm/set parameters n their cmputer. Refer t the Technical Setup Instructins at the end f this dcument befre cntinuing with

More information

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018)

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018) Upgrade Guide Medtech Evlutin Specialist Versin 1.11 Build 1.11.0.4 (Octber 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

Regroup Quick Start User Guide

Regroup Quick Start User Guide Regrup Quick Start User Guide Ver 1.0 Table f Cntents Hme Screen... 2 Change Hw Yu Receive Grup Cmmunicatin... 2 Pst Annuncements t Yur Grups... 3 Add Optinal Phne and Emails... 4 Regrup Sftware User Infrmatin

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

Requesting Service and Supplies

Requesting Service and Supplies HP MPS Service We welcme yu t HP Managed Print Services (MPS). Fllwing yu will find infrmatin regarding: HP MPS printer identificatin stickers Requesting service and supplies fr devices n cntract Tner

More information

TeamPortal Quick Start MAAX Spas Industries Corp

TeamPortal Quick Start MAAX Spas Industries Corp TeamPrtal Quick Start 2013 MAAX Spas Industries Crp The MAAX Spas TeamPrtal prvides access t rder spas, register spas, rder parts, create warranty claims, search and dwnlad dcuments and files, retrieve

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

Automatic imposition version 5

Automatic imposition version 5 Autmatic impsitin v.5 Page 1/9 Autmatic impsitin versin 5 Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A3, A4, A5 r US Letter page

More information

STIQuery Basics. A second example is included at the end of this document.

STIQuery Basics. A second example is included at the end of this document. STIQuery Basics Using STIQuery A wide variety f reprts may be generated via STIQuery. With this tl, the use can retrieve data frm different areas f the prgram and cmbine the infrmatin tgether in ne reprt.

More information

Verizon Mobile Device Enrollment Instructions & Candidate Information Form Samsung KNOX Mobile Enrollment (KME)

Verizon Mobile Device Enrollment Instructions & Candidate Information Form Samsung KNOX Mobile Enrollment (KME) Verizn Mbile Device Enrllment Instructins & Candidate Infrmatin Frm Samsung KNOX Mbile Enrllment (KME) This dcument prvides instructins and enrllment infrmatin abut the Verizn Mbile Devices Enrllment (VMDE)

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

Creating an Online Account

Creating an Online Account The Standard uses secure, nline accunts t prtect yur data and prvide access t yur emplyer s absence services. T use these services, yu will need t create an nline accunt. Getting started Allw 15 minutes

More information

UnivRS Information Guide: CV Activities and Contributions

UnivRS Information Guide: CV Activities and Contributions UnivRS Infrmatin Guide: CV Activities and Cntributins March 2016 Table f Cntents 1. Intrductin... 3 2. UnivRS Lgin... 3 3. UnivRS Dashbard... 4 3.1 Switch Rle... 4 3.2 My Settings... 5 4. CV Activities...

More information

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

Release Notes System Software

Release Notes System Software Release Ntes System Sftware 10.2.5 Cntent Cntent... 1 1 Release 10.2.5.100... 2 1.1 New functins... 2 1.2 Changes... 3 1.3 Errr crrectins... 3 1.4 Knwn Restrictins... 5 Release Ntes 10.2.5 V. 1.0 20181220

More information

CCNA 1 v5.1 Practice Final Exam Answers %

CCNA 1 v5.1 Practice Final Exam Answers % CCNA 1 v5.1 Practice Final Exam Answers 2016 100% 1. Which term refers t a netwrk that prvides secure access t the crprate ffices by suppliers, custmers and cllabratrs? Internet intranet extranet extendednet

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Manual for installation and usage of the module Secure-Connect

Manual for installation and usage of the module Secure-Connect Mdule Secure-Cnnect Manual fr installatin and usage f the mdule Secure-Cnnect Page 1 / 1 5 Table f Cntents 1)Cntents f the package...3 2)Features f the mdule...4 3)Installatin f the mdule...5 Step 1: Installatin

More information