HippoLifeService


Click here for a complete list of operations.

UpdateClientDetails

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /1LifeHippoService/HippoLifeService.asmx HTTP/1.1
Host: 1lifejhb.isservices.co.za
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/UpdateClientDetails"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UpdateClientDetails xmlns="http://tempuri.org/">
      <details>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <DateOfBirth>string</DateOfBirth>
        <Age>int</Age>
        <Email>string</Email>
        <ContactNr>string</ContactNr>
        <CellNr>string</CellNr>
        <EduCode>string</EduCode>
        <EduDesc>string</EduDesc>
        <MnthIncome>string</MnthIncome>
        <IncomeRange>string</IncomeRange>
        <OccuClass>string</OccuClass>
        <OccuDesc>string</OccuDesc>
        <MaxSumLife>string</MaxSumLife>
        <MaxSumDisability>string</MaxSumDisability>
        <MaxSumDread>string</MaxSumDread>
        <sumLife>string</sumLife>
        <sumDis>string</sumDis>
        <SumDread>string</SumDread>
        <SEClass>string</SEClass>
        <ProductCode>string</ProductCode>
        <HIVRequired>string</HIVRequired>
        <NewBusFlag>string</NewBusFlag>
        <VDN>string</VDN>
        <Height>string</Height>
        <Weight>string</Weight>
        <Smoker>string</Smoker>
        <MaritalStatus>string</MaritalStatus>
        <Premium>string</Premium>
        <BrandCode>string</BrandCode>
        <RefNr>string</RefNr>
        <ContactID>string</ContactID>
        <CompanyCode>string</CompanyCode>
        <RiskNo>string</RiskNo>
        <PolicyTerm>string</PolicyTerm>
        <Operator>string</Operator>
        <RateGroup>string</RateGroup>
        <BrokerRef>string</BrokerRef>
        <EventDisability>string</EventDisability>
        <OccuDisability>string</OccuDisability>
        <RiskType>string</RiskType>
        <FuneralCover>string</FuneralCover>
      </details>
    </UpdateClientDetails>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UpdateClientDetailsResponse xmlns="http://tempuri.org/">
      <UpdateClientDetailsResult>string</UpdateClientDetailsResult>
    </UpdateClientDetailsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /1LifeHippoService/HippoLifeService.asmx HTTP/1.1
Host: 1lifejhb.isservices.co.za
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateClientDetails xmlns="http://tempuri.org/">
      <details>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <DateOfBirth>string</DateOfBirth>
        <Age>int</Age>
        <Email>string</Email>
        <ContactNr>string</ContactNr>
        <CellNr>string</CellNr>
        <EduCode>string</EduCode>
        <EduDesc>string</EduDesc>
        <MnthIncome>string</MnthIncome>
        <IncomeRange>string</IncomeRange>
        <OccuClass>string</OccuClass>
        <OccuDesc>string</OccuDesc>
        <MaxSumLife>string</MaxSumLife>
        <MaxSumDisability>string</MaxSumDisability>
        <MaxSumDread>string</MaxSumDread>
        <sumLife>string</sumLife>
        <sumDis>string</sumDis>
        <SumDread>string</SumDread>
        <SEClass>string</SEClass>
        <ProductCode>string</ProductCode>
        <HIVRequired>string</HIVRequired>
        <NewBusFlag>string</NewBusFlag>
        <VDN>string</VDN>
        <Height>string</Height>
        <Weight>string</Weight>
        <Smoker>string</Smoker>
        <MaritalStatus>string</MaritalStatus>
        <Premium>string</Premium>
        <BrandCode>string</BrandCode>
        <RefNr>string</RefNr>
        <ContactID>string</ContactID>
        <CompanyCode>string</CompanyCode>
        <RiskNo>string</RiskNo>
        <PolicyTerm>string</PolicyTerm>
        <Operator>string</Operator>
        <RateGroup>string</RateGroup>
        <BrokerRef>string</BrokerRef>
        <EventDisability>string</EventDisability>
        <OccuDisability>string</OccuDisability>
        <RiskType>string</RiskType>
        <FuneralCover>string</FuneralCover>
      </details>
    </UpdateClientDetails>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateClientDetailsResponse xmlns="http://tempuri.org/">
      <UpdateClientDetailsResult>string</UpdateClientDetailsResult>
    </UpdateClientDetailsResponse>
  </soap12:Body>
</soap12:Envelope>