[go: up one dir, main page]

0% found this document useful (0 votes)
113 views19 pages

Accident Report Integration v3.3

The document provides guidance for integrating an insurance company's systems with Najm's accident report system. It outlines the workflow where Najm will call the insurance company's web service to upload case information and images. It then describes the web service structure, including data types, the schema definition for case information, and the expected response from the insurance company.

Uploaded by

Agam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views19 pages

Accident Report Integration v3.3

The document provides guidance for integrating an insurance company's systems with Najm's accident report system. It outlines the workflow where Najm will call the insurance company's web service to upload case information and images. It then describes the web service structure, including data types, the schema definition for case information, and the expected response from the insurance company.

Uploaded by

Agam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

Transferring Accident Report

Information (LD)
Integration Guide for Insurance Companies

November 15, 2016

V3.2

Najm for Insurance Services


Riyadh
Saudi Arabia
Version Control
Version Date Modified By Changes
1.4 14/01/2015 E-Solution
1.5 23/03/2015 E-Solution Correction on:
“Schema Definition” > “Case Information” >
“/Cases/Case_Info/Parties/Party_Info/Acts/Act_Info”
1.6 23 Jun 2015 E-Solution Added Recovery field for parties, page 8, 11, 12
1.7 30 Jun 2015 E-Solution Added following new fields
1. Accident location coordinates, page 7, 11
2. Party vehicle Sequence Number, page 8, 11, 12
3. Party vehicle Custom ID, page 8, 11, 12
1.8 7 Sep 2015 E-Solution Added VehicleID field, page 8, 13
1.8.1 16 Sep 2015 E-Solution Web method name specified, page 6
1.9 7 Oct 2015 E-Solution Note added, page 6
2.0 20 Oct 2015 E-Solution Image file name details added, page 10
2.1 23 Jun 2016 E-Solution Correction in sample XML, plate format changed, page 13
3.0 28 Jun 2016 E-Solution Added web methods description for Removing and Updating
3.2 15 Nov 2016 E-Solution Added description for PDF documents.
3.3 23 May 2017 E-Solution Update methods description removed

2 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
Table of Contents
Version Control ....................................................................................................................................... 2
BACKGROUND ......................................................................................................................................... 4
PURPOSE ................................................................................................................................................. 4
WORKFLOW ............................................................................................................................................ 5
COMMUNICATION .................................................................................................................................. 5
WEB SERVICES STRUCTURE..................................................................................................................... 6
Data Types ...................................................................................................................................... 6
Schema Definition ........................................................................................................................... 7
Expected Response from Insurance Company ............................................................................. 10
SAMPLES ............................................................................................................................................... 13
EICWSRequest Request ................................................................................................................ 13
EICWSRequest Response .............................................................................................................. 15
EICImagesWSRequest Request ..................................................................................................... 15
EICImagesWSRequest Response ................................................................................................... 15
APPENDIX A ........................................................................................................................................... 15
APPENDIX B ........................................................................................................................................... 19

3 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
BACKGROUND
Enterprise Application Integration and Business-to-Business integration (B2B) solutions can be
considered one of the biggest challenges that facing companies today. Companies needing integration
had to either buy a particular vendor’s solution or invent their own solution for specific integration.
Neither approach is flexible nor ideal, because being locked into one vendor’s solution will limit the
company with having heterogeneous solutions for B2B integrations, and for sure this will cost the
company and it will require expertise from different level to accomplish this. Accordingly, NAJM has
decided to use standard proved technology in the market, which is .net and SQL Server are a key
element in Microsoft holistic approach to Service Oriented Architecture (SOA). These technologies are
purpose-built, easy-to-deploy to simplify, help secure, and accelerate your XML and Web services
deployments.

PURPOSE
This document provides the guidance and the workflow of sending the accident report information
which called Liability Determination (LD) from Najm System to the respective insurance company
through a web-service.

4 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
WORKFLOW
Najm Accident Report Information System (LD) will call the insurance company web-service to upload
case information and related images to Insurance Company and it should return the status. This web
service will be developed and maintained by insurance company and it will be called by NAJM System.

Case information and images will be sent by calling the following two web methods respectively.
1. EICWS
2. EICImagesWS

Below diagram illustrates high-level design of transferring accident report information from Najm
system to Insurance Company web-service.

Najm Insurance
Company

Request for Case Information
(ICWSRequest)


Web-Service Client

Response for Case Information


Web-Service
Call for Case Image
(ICImagesWSRequest)


Response for Case Image

COMMUNICATION
We strongly recommend insurance company to secure the communication of transferring the
Accident Report Information between Najm and insurance company by using SSL (secure socket layer).
That’s mean the communication between NAJM system and insurance company web-service will go
through Secure HTTP protocol (HTTPS).

5 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
This would require license, setup and configuration of the SSL certificate from insurance company
side. Nevertheless, Najm system can work with or without SSL and it’s up to the insurance company
to decide and choice to apply SSL mechanism or not.

WEB SERVICES STRUCTURE


Data Types
Boolean
Boolean indicates a logical True or False condition, where the expected values are:
 True
 False

Currency
All monetary amounts will be handled with Currency data type, where all currency amounts are
in Saudi Riyal. Therefore, the values should have exactly two digits to the right of the decimal
place.

Date
Date data should be formatted as follows:
YYYYMMDD
Example: 20100601 for the date 01 June, 2010.

Time
Time data should be formatted as follows:
HHMMSS
Example: 185833 for the time 06:58:33 PM

String
Any String data could be filled on String data type.
If the element does not specify the length, then it will accept any number of characters on that
element.

Integer
Integer values will have the range from 0 to 9999

CDATA
Data with this data type should be base64 encoded binary data and sent between CDATA tags.

Web Method
Najm LD integration system calls web method with name “EICWS” of web service hosted at
Insurance company end at pre specified URL.

Note: We may introduce new XML tags/fields in future, it is advised to not validate XML to be “valid”
against schema to avoid problems may arise because of new tags/fields added.

6 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
Schema Definition
Case Information

Web Method name: EICWS

Element Name Data Type Data Mandatory Description


Length
/Authentication
/Authentication/ IC_ID String 20 Yes Username for application level
authentication
/Authentication/ Password String 20 Yes Password for application level
authentication
/Cases
/Cases/Case_Info
/Cases/Case_Info/Accident_info
/Cases/Case_Info/Accident_info/ CaseNumber String 9-12 Yes Case Number assigned by Najm to an
accident
/Cases/Case_Info/Accident_info/ SurveyorName String 1-20 Yes Name of the Najm surveyor attended
the accident.
/Cases/Case_Info/Accident_info/ CallDate Date 10 Yes The date of the call accident party
did to report accident
/Cases/Case_Info/Accident_info/ CallTime Time 8 Yes The time of the call accident party
did to report accident
/Cases/Case_Info/Accident_info/ Landmark String 1-50 No Accident landmark
/Cases/Case_Info/Accident_info/ Location String 1-100 Yes Accident location
/Cases/Case_Info/Accident_info/ LocationCoordinates String 5-20 Yes Location coordinates i.e. Lat, Long
/Cases/Case_Info/Accident_info/ CityID Yes City ID for the accident city
/Cases/Case_Info/Accident_info/ City String 1-20 Yes Accident city
/Cases/Case_Info/Accident_info/ accidentDescription String 1-200 Yes Description of accident
/Cases/Case_Info/Parties
/Cases/Case_Info/Parties/Party_Info
/Cases/Case_Info/Parties/Party_Info/ Name String 1-50 No Person name

7 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
/Cases/Case_Info/Parties/Party_Info/ LicenseNo String 1-10 No Person license number
/Cases/Case_Info/Parties/Party_Info/ LicenseTypeID No
/Cases/Case_Info/Parties/Party_Info/ LicenseType String 1-20 No Person license type
/Cases/Case_Info/Parties/Party_Info/ PhoneNo String 15 No Person phone number
/Cases/Case_Info/Parties/Party_Info/ Age String 2 No Person age
/Cases/Case_Info/Parties/Party_Info/ NationalityID 2 Yes Country ID for person nationality
/Cases/Case_Info/Parties/Party_Info/ Nationality String 50 No Person nationality
/Cases/Case_Info/Parties/Party_Info/ DOB String 10 No Person date of birth
/Cases/Case_Info/Parties/Party_Info/ CarMakeID 2 No Car Make company ID
/Cases/Case_Info/Parties/Party_Info/ CarMake String 50 No Car manufacturer company e.g.
GMC, Toyota
/Cases/Case_Info/Parties/Party_Info/ CarModelID 2 No Car Model ID
/Cases/Case_Info/Parties/Party_Info/ CarModel String 50 No Car model e.g. Camry, Elantra
/Cases/Case_Info/Parties/Party_Info/ CarMfgYear String 4 No Car manufacturing year
/Cases/Case_Info/Parties/Party_Info/ OwnerName String 50 No Car owner name
/Cases/Case_Info/Parties/Party_Info/ PlateNo String 13 No Car plate number in following format
e.g. 2-10-16-5687
/Cases/Case_Info/Parties/Party_Info/ CustomID String 10 No Custom ID of vehicle
/Cases/Case_Info/Parties/Party_Info/ SequenceNumber String 10 No Sequence number of vehicle
/Cases/Case_Info/Parties/Party_Info/ Liability String 3 Yes Liability %
/Cases/Case_Info/Parties/Party_Info/ Amount String 6 Yes
/Cases/Case_Info/Parties/Party_Info/ ID String 10 No ID card number of driver
/Cases/Case_Info/Parties/Party_Info/ Indicators String 20 No Fraud indicator
/Cases/Case_Info/Parties/Party_Info/ Recovery Boolean 1 Yes To recover damage from party or not
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ InsuranceCompanyID Number 2 No Insurance company ID
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ ICArabicName String 100 No Insurance company Arabic name
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ ICEnglishName String 100 No Insurance company English name
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ PolicyNumber String 50 No Insurance policy number
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ PolicyExpiryDate String 10 No Insurance policy expiry date
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ insurancePlateNo String 13 No Car plate number mentioned in
insurance policy in following format
e.g. 2-10-16-5687
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ chassisNo Date 50 No Chassis number

8 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
/Cases/Case_Info/Parties/Party_Info/Insurance_Info/ VehicleID Number 12 No Vehicle ID is VEHICLE_ID field from
NajmNet system after the insurance
company uploaded the vehicle and
it’s added successfully.
/Cases/Case_Info/Parties/Party_Info/Damages
/Cases/Case_Info/Parties/Party_Info/Damages/Damage_Info
/Cases/Case_Info/Parties/Party_Info/Damages/Damage_Info/ DamageName String 100 No Vehicle damaged part name
/Cases/Case_Info/Parties/Party_Info/Acts
/Cases/Case_Info/Parties/Party_Info/Acts/Act_Info
/Cases/Case_Info/Parties/Party_Info/Acts/Act_Info/ ActArabic String 200 No Action cause of accident (Arabic)
/Cases/Case_Info/Parties/Party_Info/Acts/Act_Info/ ActEnglish String 200 No Action cause of accident (English)

Web Method name: EICWSRemove


Element Name Data Type Data Mandatory Description
Length
/Case_Info
/Case_Info/ CaseNumber String 9-12 Yes Case number to revert
/Case_Info/ insuranceCompanyID
/Case_Info/ insuranceCompanyName
* Highlighted fields are added new

9 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
Image category definition
Case image file name define the category for the image. The image file name has 4 parts separated by underscore (_) character, first 9 – 12 characters
define the case number the image for, after underscore 2nd part numeric character represent the main category for the image i.e. General or party number.
If 2nd part is zero (0) it represent the general image otherwise if greater than zero it’s the number of accident party. The 3rd part after underscore represent
detail category for the image. The 4th part after underscore has type name of image for fixed number specific images while for other party images it’s
random characters make unique file name.

Type ID Name Description


4 Accident Scene General Image for full accident scene
5 Plate# Party Plate number of the party vehicle
6 Damages Party Image for vehicle damage for the party
7 License Party Image for license for the party
8 Vehicle Registration Party Image for vehicle registration document for the party
9 Insurance Party Image for insurance document for the party
10 Statement Party Image for statement written by party
11 Krooki General Accident sketch
12 Witness General Image for any witness statement
13 Tag Party Identifier for party vehicle
14 LD Report General Image for LD report
16 Settlement Document Image for settlement between parties

Example:
JB29071532_2_6_1438164073425.jpg

The above mentioned filename, is damage image for party No. 2 for the case JB29071532.

10 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
Debit Note
Every case has a debit note file in PDF format prefixed with case number with .pdf file extension.

e.g. RD131116967-DN-LD-6111138.pdf

Expected Response from Insurance Company


The following response is the expected returned object by insurance company web-service for Najm requests.

Case Information
Element Name Data Type Mandatory Description
/CaseResponse Group
/CaseResponse/CaseStatus Boolean Yes Status “Yes” indicate that the case is received by insurance company successfully.
Status “No” indicate the case is not received by insurance company.
/CaseResponse/CaseResponseID Numeric Yes ID number of the response status
/CaseResponse/CaseResponseDescription String Yes Description of response

Case Images
Element Name Data Type Mandatory Description
/ImageResponse Group
/ImageResponse/ImageStatus Boolean Yes Status “Yes” indicate that the image is received by insurance company successfully.
Status “No” indicated the image is not received by insurance company.
/ImageResponse/ImageResponseID Numeric Yes ID number of the response status
/ImageResponse/ImageResponseDescription String Yes Description of response

11 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
This page intentionally left blank

12 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
SAMPLES
Below XMLs are just samples of requests and returned objects (responses) which will help to
understand the schema much clearly.

EICWS Request

<?xml version="1.0" encoding="utf-16"?>


<EICWS xmlns="http://najm.com">
<Authentication xmlns="">
<IC_ID>abc</IC_ID>
<Password>pwd</Password>
</Authentication>
<cases xmlns="">
<Case_Info>
<Accident_info>
<caseNumber>JD05111544</caseNumber>
<surveyorName>s.alnajrani</surveyorName>
<callDate>20151105</callDate>
<callTime>0757</callTime>
<landmark>‫<السليمانية‬/landmark>
<location>Zone B</location>
<LocationCoordinates xsi:nil="true" />
<cityID>3</cityID>
<city>Jeddah</city>
<AccidentDescription>‫شارع فﻲ يسيران الطرفين ان لﻲ تبين الطرفين لقوال واﻻستماع واﻹطﻼع المﻌاينة ﺑﻌﺪ‬
‫الخلف من الثانﻲ ﺑالطرف فصﺪم اﻻول الطرف ﻛافية مسافة يترك ولم المرور ﺣرﻛة توﻗﻔة الجنوب ﺑتجاه الجامﻌه داخل اﻻداره‬.
‫ اﻻول الطرف ﻋلﻰ الخطاء نسبة وتكون موخرة الثانﻲ والطرف مقﺪمة اﻻول الطرف المرﻛبات تضررت‬100 %. ‫مسافة ترك ﻋﺪم‬
‫ﻛافية‬. </AccidentDescription>
</Accident_info>
<parties>
<Party_Info>
<name>‫<مﺤمﺪ خان‬/name>
<licenseNo>2393696659</licenseNo>
<licenseType />
<phoneNo>0567136863</phoneNo>
<age>27</age>
<nationalityID>15</nationalityID>
<nationality />
<DOB>15/01/1415</DOB>
<carMakeID>11</carMakeID>
<carMake>Hyundai</carMake>
<carModelID>32</carModelID>
<carModel>‫<توسان‬/carModel>
<carMfgYear>2016</carMfgYear>
<ownerName>‫<جمﻌان صالﺤه‬/ownerName>
<plateNo>3-4-2-7844</plateNo>
<CustomID>518911400</CustomID>
<SequenceNumber>4342532432</SequenceNumber>
<Liability>0</Liability>
<Amount>280</Amount>
<ID>2393696659</ID>
<indicators>1/1+177NNFF</indicators>
<recovery>1</recovery>
<Insurance_Info>
<ICArabicName>‫<التﻌاونﻲ للتأمين ﺑروج شرﻛة‬/ICArabicName>
<ICEnglishName>BURUJ Cooperative Insurance Company</ICEnglishName>
<policyNumber>94/11B/2015/015555</policyNumber>
<policyExpiryDate>11/05/2016</policyExpiryDate>
<chassisNo>62676</chassisNo>

13 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
<insurancePlate>5-1-8-4020</insurancePlate>
<vehicleID>68810220</vehicleID>
<insuranceCompanyID>28</insuranceCompanyID>
</Insurance_Info>
<Damages>
<Damage_Info>
<damageType>Rear</damageType>
<damageName>Rear</damageName>
</Damage_Info>
</Damages>
<Acts>
<Act_Info>
<actArabic />
<actEnglish />
</Act_Info>
</Acts>
</Party_Info>
<Party_Info>
<name>‫<سالم مﺤمﺪ‬/name>
<licenseNo>1099485151</licenseNo>
<licenseType>Private License</licenseType>
<phoneNo>0530336556</phoneNo>
<age>18</age>
<nationalityID>15</nationalityID>
<nationality>Saudi Arabia</nationality>
<DOB>22/03/1970</DOB>
<carMakeID>11</carMakeID>
<carMake>Geely</carMake>
<carModelID>32</carModelID>
<carModel>I C 7</carModel>
<carMfgYear>2014</carMfgYear>
<ownerName>‫<صالﺢ نوره‬/ownerName>
<plateNo>3-4-2-7844</plateNo>
<CustomID>518911400</CustomID>
<SequenceNumber>4342532432</SequenceNumber>
<Liability>100</Liability>
<Amount>280</Amount>
<ID>1099485151</ID>
<indicators>2/3-173NNFF</indicators>
<recovery>1</recovery>
<Insurance_Info>
<ICArabicName>‫<التﻌاونﻲ للتأمين الﻌرﺑﻲ الﺪرع شرﻛة‬/ICArabicName>
<ICEnglishName>Arabian Shield Cooperative Insurance Company</ICEnglishName>
<policyNumber>ETPV1305526</policyNumber>
<policyExpiryDate>26/04/2016</policyExpiryDate>
<chassisNo>02770</chassisNo>
<insurancePlate>3-4-2-7844</insurancePlate>
<vehicleID>68549487</vehicleID>
<insuranceCompanyID>28</insuranceCompanyID>
</Insurance_Info>
<Damages>
<Damage_Info>
<damageType>front</damageType>
<damageName>front</damageName>
</Damage_Info>
</Damages>
<Acts>
<Act_Info>
<actArabic>no sufficient distance</actArabic>
<actEnglish>no sufficient distance</actEnglish>
</Act_Info>
</Acts>

14 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
</Party_Info>
</parties>
</Case_Info>
</Cases>

EICWSResponse
<?xml version="1.0" encoding="utf-16"?>
<EICWSResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<EICWSReturn>
<CaseStatus>1</CaseStatus >
<CaseResponseID>0</CaseResponseID >
<CaseResponseDescription>Successful</CaseResponseDescription >
</EICWSReturn>
</EICWSResponse >

EICImagesWS Request
<?xml version="1.0" encoding="utf-8"?>
<EICImagesWS xmlns="http://najm.com">
<Authentication xmlns="">
<IC_ID>N</IC_ID>
<Password>N</Password>
</Authentication>
<Image_Info xmlns="">
<CaseNumber>RD0811151159</CaseNumber>
<FileName>JB29071532_0_4_1438164014045.jpeg</FileName>
<CaptureTime>12/2/2015 3:09:30 PM</CaptureTime>
<Data>/9j/4AAQSkZJRgABAQEAAAAAAAD/4QC2RXhpZgAATU0AKgAAAAgAAwENAAIAAAAXAAAAMgEOAAIAAAAg
AAAASodpAAQAAAABAAAAagAAAABOYWptIENvbXByZXNzZWQgSW1hZ2U/AABOYWptIENvbXByZXNzZWQgSW1hZ2
U/Pz//JQY/Vf//AAABkoYABwAAADAAAAB8AAAAAE4AYQBqAG0AIABDAG8AbQBwAHIAZQBzAHMAZQBkACAASQBt
AGEAZwBlAD8AFAAAAAAA/9sAQwACAQECAQECAgICAgICAgMFAwMDAwMGBAQDBQcGBwcHBgcHCAkLCQgICggHBw
oNCgoLDAwMDAcJDg8NDA4LDAwM/9sAQwECAgIDAwMGAwMGDAgHCAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM
DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgCJgLdAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAA
ABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHw
JDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiY
qSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5
+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQ
YSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFla
Y2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1N
XW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A/MuA3VvuDR3Axx03DHNXLfUNgKuY2x2YYNa1
okgj+W4jkydvzpVhYXYES2sU3POw9a+T5lsfURXYx4mhueJLeNif4lNSxWNqH3LJLCegHOBWg2l6eVbdbyQHqC
Fxj34pjaHBLu+z6gV5ztf+VTzLZMnl7oqHTZ3B8u4jmHcEZzSW1veWoZlhb5f+eTkYqy/hu8RWbEMy9jjBFRRp
fWbH9zcRqOPkO5T+BNTqK+oReIbqF/meZfTemRirUXircNsscMy+zYqFdbZMpJsPs6bafFPY3ZPmWit7rg4paD
Un3JxNp12WMkLxbv7i/wCFKNOtJgVgvGXjoxz+lQR6TpswzHNNblexJx+tNbQpHZlhuop1xgbhnP40vRj+Q5/C
9wjMy+TJt43D5TTEh1GxZji4/PcO9MWz1CyLbYnUZ58qQ/yqSLxBd2hzKzDnkSR+/tRy6CjLsRS63LC+2Xy+2Q
QVNVJ721uRie379RzxWofES3MZWaGOQf7LdvoahlXSJ4/mjNuenC7efwqo2WwpSkznpotPl1GExOyKsqHaTjJ3
D1r0b4j6d/o9vkbVIfGB/u1wGpaVaf2nb+TOsgE0ZG4g5+ </Data>
</Image_Info>
</EICImagesWS>

EICImagesWSRequest Response
<?xml version="1.0" encoding="utf-8"?>
<EICImagesWSResponse xmlns="http://najm.com">
<EICImagesWSReturn xmlns="">
<ImageStatus>false</ImageStatus>
<ImageErrorDescription>Invalid User Name and/or Password</ImageErrorDescription>
</EICImagesWSReturn>
</EICImagesWSResponse>

15 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
EICWSUpdate Request

<?xml version="1.0" encoding="utf-16"?>


<Cases xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Authentication xmlns="">
<IC_ID>N</IC_ID>
<Password>N</Password>
</Authentication>
<Case_Info>
<Accident_info>
<caseNumber>JD05111544</caseNumber>
<surveyorName>s.alnajrani</surveyorName>
<callDate>20151105</callDate>
<callTime>0757</callTime>
<landmark>‫<السليمانية‬/landmark>
<location>Zone B</location>
<LocationCoordinates xsi:nil="true" />
<cityID Updated>3</cityID>
<city Updated>Jeddah</city>
<AccidentDescription>‫شارع فﻲ يسيران الطرفين ان لﻲ تبين الطرفين لقوال واﻻستماع واﻹطﻼع المﻌاينة ﺑﻌﺪ‬
‫الخلف من الثانﻲ ﺑالطرف فصﺪم اﻻول الطرف ﻛافية مسافة يترك ولم المرور ﺣرﻛة توﻗﻔة الجنوب ﺑتجاه الجامﻌه داخل اﻻداره‬.
‫ اﻻول الطرف ﻋلﻰ الخطاء نسبة وتكون موخرة الثانﻲ والطرف مقﺪمة اﻻول الطرف المرﻛبات تضررت‬100 %. ‫مسافة ترك ﻋﺪم‬
‫ﻛافية‬. </AccidentDescription>
</Accident_info>
<parties>
<Party_Info>
<name>‫<مﺤمﺪ خان‬/name>
<licenseNo>2393696659</licenseNo>
<licenseType />
<phoneNo>0567136863</phoneNo>
<age>27</age>
<nationalityID>15</nationalityID>
<nationality />
<DOB>15/01/1415</DOB>
<carMakeID>11</carMakeID>
<carMake>Hyundai</carMake>
<carModelID>32</carModelID>
<carModel>‫<توسان‬/carModel>
<carMfgYear>2016</carMfgYear>
<ownerName>‫<جمﻌان صالﺤه‬/ownerName>
<plateNo>3-4-2-7844</plateNo>
<CustomID>518911400</CustomID>
<SequenceNumber>4342532432</SequenceNumber>
<Liability>0</Liability>
<Amount>280</Amount>
<ID>2393696659</ID>
<indicators>1/1+177NNFF</indicators>
<recovery>1</recovery>
<Insurance_Info>
<ICArabicName Updated>‫<التﻌاونﻲ للتأمين ﺑروج شرﻛة‬/ICArabicName>
<ICEnglishName Updated>BURUJ Cooperative Insurance Company</ICEnglishName>
<policyNumber>94/11B/2015/015555</policyNumber>
<policyExpiryDate>11/05/2016</policyExpiryDate>
<chassisNo>62676</chassisNo>
<insurancePlate>5-1-8-4020</insurancePlate>
<vehicleID>68810220</vehicleID>
<insuranceCompanyID Updated>28</insuranceCompanyID>
</Insurance_Info>
<Damages>
<Damage_Info>

16 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
<damageType>Rear</damageType>
<damageName>Rear</damageName>
</Damage_Info>
</Damages>
<Acts>
<Act_Info>
<actArabic />
<actEnglish />
</Act_Info>
</Acts>
</Party_Info>
<Party_Info>
<name>‫<سالم مﺤمﺪ‬/name>
<licenseNo>1099485151</licenseNo>
<licenseType>Private License</licenseType>
<phoneNo>0530336556</phoneNo>
<age>18</age>
<nationalityID>15</nationalityID>
<nationality>Saudi Arabia</nationality>
<DOB>22/03/1970</DOB>
<carMakeID>11</carMakeID>
<carMake>Geely</carMake>
<carModelID>32</carModelID>
<carModel>I C 7</carModel>
<carMfgYear>2014</carMfgYear>
<ownerName>‫<صالﺢ نوره‬/ownerName>
<plateNo Updated>3-4-2-7844</plateNo>
<CustomID>518911400</CustomID>
<SequenceNumber>4342532432</SequenceNumber>
<Liability>100</Liability>
<Amount>280</Amount>
<ID>1099485151</ID>
<indicators>2/3-173NNFF</indicators>
<recovery>1</recovery>
<Insurance_Info>
<ICArabicName>‫<التﻌاونﻲ للتأمين الﻌرﺑﻲ الﺪرع شرﻛة‬/ICArabicName>
<ICEnglishName>Arabian Shield Cooperative Insurance Company</ICEnglishName>
<policyNumber>ETPV1305526</policyNumber>
<policyExpiryDate>26/04/2016</policyExpiryDate>
<chassisNo>02770</chassisNo>
<insurancePlate>3-4-2-7844</insurancePlate>
<vehicleID>68549487</vehicleID>
<insuranceCompanyID>28</insuranceCompanyID>
</Insurance_Info>
<Damages>
<Damage_Info>
<damageType>front</damageType>
<damageName>front</damageName>
</Damage_Info>
</Damages>
<Acts>
<Act_Info>
<actArabic>no sufficient distance</actArabic>
<actEnglish>no sufficient distance</actEnglish>
</Act_Info>
</Acts>
</Party_Info>
</parties>
</Case_Info>
</Cases>

17 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
EICWSRemove Request
<?xml version="1.0" encoding="utf-16"?>
<Cases xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Authentication xmlns="">
<IC_ID>N</IC_ID>
<Password>N</Password>
</Authentication>
<Case_Info>
<caseNumber>JD05111544</caseNumber>
<insuranceCompanyID>28</insuranceCompanyID >
<insuranceCompanyName>Arabian Shield Insurance Company</insuranceCompanyName >
<Case_Info>
</Cases>

18 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4
APPENDIX A
Response codes and their descriptions which shall be applied for “EICWS” web-methods only.

/CaseResponseID Description
100 More than 1 party should involve
1 Policy in wrong pattern
101 The accident report is already exist
2 Policy NOT exists in our database
44 Vehicle plate number in wrong format
10 Insurance company party not involved
102 Others
0 Successful

APPENDIX B
Response codes and their descriptions which shall be applied for “EICImagesWSRequest” web-
methods only.

/ImageResponseID Description
103 There is no registered case for this image
104 The image is already exist
102 Others
0 Successful

19 Transferring Accident Report Information (LD) – Integration Guide for Insurance Companies v1.4

You might also like