The depth of Kelio's organisation chart can be configured. According to client requirements, it can range from 2 to 10 levels.
Link to the : https://sandbox-ws.kelio.io/open/services/OrganizationChartLevelService?wsdl
Reading the organisation chart
Allows you to read the Kelio organisation chart.
Web service: OrganizationChartLevelService
Method: exportOrganizationChartLevels
Input data
There is no input data for reading the organisation chart.
|
Output data
Code
|
Description
|
Class type
|
companyAddress
|
Organisation address
|
String (max: 255)
|
companyDescription
|
Organisation description
|
String (max: 50)
|
companyFaxNumber
|
Organisation fax number
|
String (max: 40)
|
companyFileNumber
|
Organisation file number
|
String (max: 40)s
|
companyKey
|
Organisation key
|
Int
|
companyMailAddress
|
Company’s email address
|
String (max: 255)
|
companyPhoneNumber
|
Organisation phone number
|
String (max: 40)
|
companyWebAddress
|
Organisation web address
|
String (max: 255)
|
departmentAbbreviation
|
Department abbreviation
|
String (max: 40)
|
departmentDescription
|
Department description
|
String (max: 50)
|
departmentKey
|
Department key
|
Int
|
departmentManager
|
Department manager
|
String (max: 50)
|
errorMessage
|
Error message
|
String
|
firmAbbreviation
|
Organisation abbreviation
|
String (max: 40)
|
firmDescription
|
Organisation description
|
String (max: 50)
|
firmKey
|
Entity key
|
Int
|
firmManager
|
Organisation manager
|
String (max: 50)
|
fullAbbreviation
|
Complete abbreviation
|
String
|
fullDescription
|
Complete description
|
String
|
level4Abbreviation
|
Level 4 abbreviation
|
String (max: 40)
|
level4Description
|
Level 4 description
|
String (max: 50)
|
level4Key
|
Level 4 key
|
Int
|
level4Manager
|
Level 4 manager
|
String (max: 50)
|
level5Abbreviation
|
Level 5 abbreviation
|
String (max: 40)
|
level5Description
|
Level 5 description
|
String (max: 50)
|
level5Key
|
Level 5 key
|
Int
|
level5Manager
|
Level 5 manager
|
String (max: 50)
|
level6Abbreviation
|
Level 6 abbreviation
|
String (max: 40)
|
level6Description
|
Level 6 description
|
String (max: 50)
|
level6Key
|
Level 6 key
|
Int
|
level6Manager
|
Level 6 manager
|
String (max: 50)
|
level7Abbreviation
|
Level 7 abbreviation
|
String (max: 40)
|
level7Description
|
Level 7 description
|
String (max: 50)
|
level7Key
|
Level 7 key
|
Int
|
level7Manager
|
Level 7 manager
|
String (max: 50)
|
level8Abbreviation
|
Level 8 abbreviation
|
String (max: 40)
|
level8Description
|
Level 8 description
|
String (max: 50)
|
level8Key
|
Level 8 key
|
Int
|
level8Manager
|
Level 8 manager
|
String (max: 50)
|
levels
|
Levels
|
String
|
levelType
|
Level type
|
Short
|
manager
|
Manager
|
String (max: 50)
|
organizationChartLevelAbbreviation
|
Organisation chart abbreviation
|
String (max: 40)
|
organizationChartLevelDescription
|
Organisation chart description
|
String (max: 50)
|
organizationChartLevelDescriptionType
|
Organisation chart type
|
short
Possible values:
0Organisation
1Section(s)
2Intermediate level
3Visitors section
4Visitors' department |
organizationChartLevelKey
|
Organisation chart key
|
Int
|
sectionAbbreviation
|
Section abbreviation
|
String (max: 40)
|
sectionDescription
|
Section description
|
String (max: 50)
|
sectionKey
|
Section key
|
Int
|
sectionManager
|
Section manager
|
String (max: 50)
|
subDepartmentAbbreviation
|
Sub-department abbreviation
|
String (max: 40)
|
subDepartmentDescription
|
Sub-department description
|
String (max: 50)
|
subDepartmentKey
|
Sub-department key
|
Int
|
subDepartmentManager
|
Sub-department manager
|
String (max: 50)
|
technicalString
|
Technical key
|
String
|
|
Example of a request
Name
|
Copy
|
OrganizationChartLevelService
|
Code Sample
|
Copy Code
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ech="http://echange.service.open.bodet.com">
<soapenv:Header/>
<soapenv:Body>
<ech:exportOrganizationChartLevels/>
</soapenv:Body>
</soapenv:Envelope>
|
|
Response
Code Sample
|
Copy Code
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:exportOrganizationChartLevelsResponse xmlns:ns1="http://echange.service.open.bodet.com">
<ns1:exportedOrganizationChartLevels>
<ns1:OrganizationChartLevel>
<ns1:sectionAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:fullDescription>/</ns1:fullDescription>
<ns1:manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:sectionKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:levels xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:sectionManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:sectionDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyDescription>Kelio Démonstration</ns1:companyDescription>
<ns1:companyKey>1</ns1:companyKey>
<ns1:organizationChartLevelDescriptionType>0</ns1:organizationChartLevelDescriptionType>
<ns1:level5Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level7Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level8Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level8Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level5Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level7Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level5Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyAddress>Boulevard du Cormier CS 40211 49302 CHOLET Cedex</ns1:companyAddress>
<ns1:companyWebAddress>www.bodet-software.com</ns1:companyWebAddress>
<ns1:level8Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyMailAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyPhoneNumber>0825 81 44 00</ns1:companyPhoneNumber>
<ns1:level7Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyFaxNumber xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyFileNumber xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:organizationChartLevelAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:organizationChartLevelDescription>Kelio Démonstration</ns1:organizationChartLevelDescription>
<ns1:organizationChartLevelKey>1</ns1:organizationChartLevelKey>
<ns1:level8Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level5Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:levelType>-1</ns1:levelType>
<ns1:level7Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:fullAbbreviation>/</ns1:fullAbbreviation>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:OrganizationChartLevel>
<ns1:OrganizationChartLevel>
<ns1:sectionAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:fullDescription>Kelio Prod/Atelier/Secteur A</ns1:fullDescription>
<ns1:manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:sectionKey>2</ns1:sectionKey>
<ns1:levels>3/2/-2</ns1:levels>
<ns1:sectionManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentDescription>Atelier</ns1:departmentDescription>
<ns1:sectionDescription>Secteur A</ns1:sectionDescription>
<ns1:firmDescription>Kelio Prod</ns1:firmDescription>
<ns1:subDepartmentKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyDescription>Kelio Démonstration</ns1:companyDescription>
<ns1:companyKey>1</ns1:companyKey>
<ns1:organizationChartLevelDescriptionType>1</ns1:organizationChartLevelDescriptionType>
<ns1:level5Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentKey>191</ns1:departmentKey>
<ns1:level7Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level8Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level8Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level5Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level7Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Key xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmKey>113</ns1:firmKey>
<ns1:departmentAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level5Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyAddress>Boulevard du Cormier CS 40211 49302 CHOLET Cedex</ns1:companyAddress>
<ns1:companyWebAddress>www.bodet-software.com</ns1:companyWebAddress>
<ns1:level8Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyMailAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyPhoneNumber>0825 81 44 00</ns1:companyPhoneNumber>
<ns1:level7Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyFaxNumber xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyFileNumber xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:organizationChartLevelAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:organizationChartLevelDescription>Secteur A</ns1:organizationChartLevelDescription>
<ns1:organizationChartLevelKey>2</ns1:organizationChartLevelKey>
<ns1:level8Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level5Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:levelType>-2</ns1:levelType>
<ns1:level7Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level6Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:level4Abbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:fullAbbreviation>//</ns1:fullAbbreviation>
<ns1:errorMessage xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:technicalString xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ns1:OrganizationChartLevel>
<ns1:OrganizationChartLevel>
<ns1:sectionAbbreviation xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:fullDescription>Visiteurs/</ns1:fullDescription>
<ns1:manager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:sectionKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:levels>-11/</ns1:levels>
<ns1:sectionManager xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentDescription>Visiteurs</ns1:departmentDescription>
<ns1:sectionDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:firmDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:subDepartmentKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:companyKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:organizationChartLevelDescriptionType>4</ns1:organizationChartLevelDescriptionType>
<ns1:level5Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<ns1:departmentKey>-1</ns1:departmentKey>
|
|