kultuService


Click here for a complete list of operations.

getKultubasic

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 /kultuOnline/kultuservice.asmx HTTP/1.1
Host: konbiscluapp
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:kultu:Kultubasic"

<?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>
    <getKultubasic xmlns="http://kultu121.kultuservice.fi">
      <input xmlns="">
        <user>
          <userId>string</userId>
          <statcode>string</statcode>
          <enduserId>string</enduserId>
          <timestamp>string</timestamp>
          <checksum>string</checksum>
        </user>
        <action>
          <vtjCheck>
            <vtjIdentification>string</vtjIdentification>
            <vtjReturn>string</vtjReturn>
            <jpvInsert>string</jpvInsert>
            <jpvMaterialIndex>string</jpvMaterialIndex>
          </vtjCheck>
          <creditRatingCheck>
            <creditRating>string</creditRating>
            <creditRatingTarget>string</creditRatingTarget>
          </creditRatingCheck>
          <forecastCheck>string</forecastCheck>
          <phoneNumberCheck>string</phoneNumberCheck>
        </action>
        <consumer>
          <consumerId>string</consumerId>
          <firstNames>string</firstNames>
          <lastName>string</lastName>
          <address>string</address>
          <addressLanguage>string</addressLanguage>
          <zipCode>string</zipCode>
          <postOffice>string</postOffice>
          <birthDay>string</birthDay>
          <birthMonth>string</birthMonth>
          <birthYear>string</birthYear>
          <socialSecurityNumber>string</socialSecurityNumber>
        </consumer>
        <creditRatingRequest>
          <sat>
            <lang>string</lang>
            <purpose>string</purpose>
            <qtype>string</qtype>
          </sat>
          <soliditet>
            <purposeId>string</purposeId>
            <creditRatingNotes>string</creditRatingNotes>
          </soliditet>
        </creditRatingRequest>
        <otherInfo>
          <freeText>string</freeText>
        </otherInfo>
      </input>
    </getKultubasic>
  </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>
    <getKultubasicResponse xmlns="http://kultu121.kultuservice.fi">
      <kultuOnlineOut xmlns="">
        <summary>
          <vtjIdentification>string</vtjIdentification>
          <jpvInsertResult>string</jpvInsertResult>
          <creditRatingCheckResult>string</creditRatingCheckResult>
          <forecastCheckResult>string</forecastCheckResult>
          <phoneNumberCheckResult>string</phoneNumberCheckResult>
        </summary>
        <vtj>
          <consumerId>string</consumerId>
          <firstNames>string</firstNames>
          <lastName>string</lastName>
          <address>string</address>
          <addressLanguage>string</addressLanguage>
          <addressType>string</addressType>
          <zipCode>string</zipCode>
          <postOffice>string</postOffice>
          <deceased>string</deceased>
          <minor>string</minor>
          <municipalCode>string</municipalCode>
          <countryCode>string</countryCode>
          <foreignAddress>string</foreignAddress>
          <foreignMunicipal>string</foreignMunicipal>
          <foreignCountryPostName>string</foreignCountryPostName>
          <foreignCountryShortName>string</foreignCountryShortName>
        </vtj>
        <consumerData>
          <householdId>string</householdId>
          <socialSecurityNumber>string</socialSecurityNumber>
          <dataRecord>string</dataRecord>
          <duplicateIdentification>string</duplicateIdentification>
          <duplicates>
            <person xsi:nil="true" />
          </duplicates>
        </consumerData>
        <creditRating>string</creditRating>
        <forecast>
          <incomeLevel>string</incomeLevel>
          <capitalIncome>string</capitalIncome>
          <liabilities>string</liabilities>
          <familyWithChildren>string</familyWithChildren>
          <singlesHousehold>string</singlesHousehold>
          <mediaPreferenceDM>string</mediaPreferenceDM>
          <mediaPreferenceTeleph>string</mediaPreferenceTeleph>
          <styleOfLivingRentedApartment>string</styleOfLivingRentedApartment>
          <education>string</education>
          <valueGraphics121>string</valueGraphics121>
          <carHolder>string</carHolder>
          <newCar>string</newCar>
          <usedCar>string</usedCar>
        </forecast>
        <phonenumbers>
          <mobilePhone>string</mobilePhone>
          <homePhone>string</homePhone>
        </phonenumbers>
        <robinson>
          <postMarketingDenied>string</postMarketingDenied>
          <homeTeleMarketingDenied>string</homeTeleMarketingDenied>
          <mobileTeleMarketingDenied>string</mobileTeleMarketingDenied>
        </robinson>
        <otherInfo>
          <freeText>string</freeText>
        </otherInfo>
      </kultuOnlineOut>
    </getKultubasicResponse>
  </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 /kultuOnline/kultuservice.asmx HTTP/1.1
Host: konbiscluapp
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>
    <getKultubasic xmlns="http://kultu121.kultuservice.fi">
      <input xmlns="">
        <user>
          <userId>string</userId>
          <statcode>string</statcode>
          <enduserId>string</enduserId>
          <timestamp>string</timestamp>
          <checksum>string</checksum>
        </user>
        <action>
          <vtjCheck>
            <vtjIdentification>string</vtjIdentification>
            <vtjReturn>string</vtjReturn>
            <jpvInsert>string</jpvInsert>
            <jpvMaterialIndex>string</jpvMaterialIndex>
          </vtjCheck>
          <creditRatingCheck>
            <creditRating>string</creditRating>
            <creditRatingTarget>string</creditRatingTarget>
          </creditRatingCheck>
          <forecastCheck>string</forecastCheck>
          <phoneNumberCheck>string</phoneNumberCheck>
        </action>
        <consumer>
          <consumerId>string</consumerId>
          <firstNames>string</firstNames>
          <lastName>string</lastName>
          <address>string</address>
          <addressLanguage>string</addressLanguage>
          <zipCode>string</zipCode>
          <postOffice>string</postOffice>
          <birthDay>string</birthDay>
          <birthMonth>string</birthMonth>
          <birthYear>string</birthYear>
          <socialSecurityNumber>string</socialSecurityNumber>
        </consumer>
        <creditRatingRequest>
          <sat>
            <lang>string</lang>
            <purpose>string</purpose>
            <qtype>string</qtype>
          </sat>
          <soliditet>
            <purposeId>string</purposeId>
            <creditRatingNotes>string</creditRatingNotes>
          </soliditet>
        </creditRatingRequest>
        <otherInfo>
          <freeText>string</freeText>
        </otherInfo>
      </input>
    </getKultubasic>
  </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>
    <getKultubasicResponse xmlns="http://kultu121.kultuservice.fi">
      <kultuOnlineOut xmlns="">
        <summary>
          <vtjIdentification>string</vtjIdentification>
          <jpvInsertResult>string</jpvInsertResult>
          <creditRatingCheckResult>string</creditRatingCheckResult>
          <forecastCheckResult>string</forecastCheckResult>
          <phoneNumberCheckResult>string</phoneNumberCheckResult>
        </summary>
        <vtj>
          <consumerId>string</consumerId>
          <firstNames>string</firstNames>
          <lastName>string</lastName>
          <address>string</address>
          <addressLanguage>string</addressLanguage>
          <addressType>string</addressType>
          <zipCode>string</zipCode>
          <postOffice>string</postOffice>
          <deceased>string</deceased>
          <minor>string</minor>
          <municipalCode>string</municipalCode>
          <countryCode>string</countryCode>
          <foreignAddress>string</foreignAddress>
          <foreignMunicipal>string</foreignMunicipal>
          <foreignCountryPostName>string</foreignCountryPostName>
          <foreignCountryShortName>string</foreignCountryShortName>
        </vtj>
        <consumerData>
          <householdId>string</householdId>
          <socialSecurityNumber>string</socialSecurityNumber>
          <dataRecord>string</dataRecord>
          <duplicateIdentification>string</duplicateIdentification>
          <duplicates>
            <person xsi:nil="true" />
          </duplicates>
        </consumerData>
        <creditRating>string</creditRating>
        <forecast>
          <incomeLevel>string</incomeLevel>
          <capitalIncome>string</capitalIncome>
          <liabilities>string</liabilities>
          <familyWithChildren>string</familyWithChildren>
          <singlesHousehold>string</singlesHousehold>
          <mediaPreferenceDM>string</mediaPreferenceDM>
          <mediaPreferenceTeleph>string</mediaPreferenceTeleph>
          <styleOfLivingRentedApartment>string</styleOfLivingRentedApartment>
          <education>string</education>
          <valueGraphics121>string</valueGraphics121>
          <carHolder>string</carHolder>
          <newCar>string</newCar>
          <usedCar>string</usedCar>
        </forecast>
        <phonenumbers>
          <mobilePhone>string</mobilePhone>
          <homePhone>string</homePhone>
        </phonenumbers>
        <robinson>
          <postMarketingDenied>string</postMarketingDenied>
          <homeTeleMarketingDenied>string</homeTeleMarketingDenied>
          <mobileTeleMarketingDenied>string</mobileTeleMarketingDenied>
        </robinson>
        <otherInfo>
          <freeText>string</freeText>
        </otherInfo>
      </kultuOnlineOut>
    </getKultubasicResponse>
  </soap12:Body>
</soap12:Envelope>