Advertisement
isotonicq

Untitled

May 5th, 2021
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.04 KB | None | 0 0
  1. <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  2.    <soap:Body>
  3.       <GetCustomerFeaturesResponse xmlns="WebService">
  4.          <GetCustomerFeaturesResult>
  5.             <CustomerCode>5472190826</CustomerCode>
  6.             <Features>
  7.                <ClassFeature>
  8.                   <Name>CZ_DentalChairs</Name>
  9.                   <Label/>
  10.                   <Placeholder/>
  11.                   <Type>Int</Type>
  12.                   <Value>10</Value>
  13.                   <HasDictionary>false</HasDictionary>
  14.                </ClassFeature>
  15.                <ClassFeature>
  16.                   <Name>CZ_Specialization</Name>
  17.                   <Label/>
  18.                   <Placeholder/>
  19.                   <Type>String</Type>
  20.                   <Value/>
  21.                   <HasDictionary>true</HasDictionary>
  22.                   <Dictionary>
  23.                      <string>Endodoncie</string>
  24.                      <string>Implantologie</string>
  25.                      <string>Chirurgie</string>
  26.                      <string>Standardní péče</string>
  27.                      <string>Hygiena</string>
  28.                      <string>Ortodoncie</string>
  29.                      <string>CAD/CAM</string>
  30.                   </Dictionary>
  31.                </ClassFeature>
  32.                <ClassFeature>
  33.                   <Name>SpecialMarkets</Name>
  34.                   <Label/>
  35.                   <Placeholder/>
  36.                   <Type>String</Type>
  37.                   <Value>07. Large -  75+ Pratices</Value>
  38.                   <HasDictionary>true</HasDictionary>
  39.                   <Dictionary>
  40.                      <string>01. One Practice</string>
  41.                      <string>02. Small - 2 to 5 Pratices</string>
  42.                      <string>03. Buying Groups - for better price</string>
  43.                      <string>04. Mid - 6 to 20 Pratices</string>
  44.                      <string>05. Corporate - start up</string>
  45.                      <string>06. Medium - 20 to 75 Pratices</string>
  46.                      <string>07. Large -  75+ Pratices</string>
  47.                      <string>08. International Group</string>
  48.                      <string>09. Franchise chains</string>
  49.                      <string>10. Insurance providers</string>
  50.                      <string>11. Private Hospital Chains</string>
  51.                      <string>12. Prisons etc.</string>
  52.                      <string>13. Government/Ministry</string>
  53.                      <string>14. Community Dental Services</string>
  54.                      <string>15. General Hospitals</string>
  55.                      <string>16. Teaching Student Schools/Hospitals</string>
  56.                      <string>No Special Market</string>
  57.                      <string>17. Resellers / depots</string>
  58.                      <string>18. Laboratory</string>
  59.                   </Dictionary>
  60.                </ClassFeature>
  61.             </Features>
  62.          </GetCustomerFeaturesResult>
  63.       </GetCustomerFeaturesResponse>
  64.    </soap:Body>
  65. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement