Service
Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.
putClientData
Schreibt die Kundendaten zu einer Offerte
Test
Das Testformular ist nur für Anforderungen vom lokalen Computer verfügbar.SOAP 1.1
Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /WebPortalWebService/Service.asmx HTTP/1.1
Host: xlease033.xlease.ch
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.xlease.ch/webportal/putClientData"
<?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:Header>
<AuthHeader xmlns="http://www.xlease.ch/webportal">
<UserName>string</UserName>
<Password>string</Password>
</AuthHeader>
</soap:Header>
<soap:Body>
<putClientData xmlns="http://www.xlease.ch/webportal">
<In_UserID>string</In_UserID>
<In_PartnerID>string</In_PartnerID>
<In_OfferID>string</In_OfferID>
<In_OfferIDType>string</In_OfferIDType>
<In_CompanyBranche>int</In_CompanyBranche>
<In_CompanyLegalForm>string</In_CompanyLegalForm>
<In_CompanyFoundationDate>dateTime</In_CompanyFoundationDate>
<In_CompanyUIDNumber>string</In_CompanyUIDNumber>
<In_CompanyEnforcement>int</In_CompanyEnforcement>
<In_CompanyOwnerName>string</In_CompanyOwnerName>
<In_CompanyOwnerFirstname>string</In_CompanyOwnerFirstname>
<In_CompanyOwnerBirthdate>dateTime</In_CompanyOwnerBirthdate>
<In_CompanyOwnerAddress>string</In_CompanyOwnerAddress>
<In_CompanyOwnerStreet>string</In_CompanyOwnerStreet>
<In_CompanyOwnerStreetNumber>string</In_CompanyOwnerStreetNumber>
<In_CompanyOwnerZIP>string</In_CompanyOwnerZIP>
<In_CompanyOwnerCity>string</In_CompanyOwnerCity>
<In_CompanyOwnerCountry>int</In_CompanyOwnerCountry>
<In_ClientBirthdate>dateTime</In_ClientBirthdate>
<In_ClientNationality>int</In_ClientNationality>
<In_ClientSourceTax>int</In_ClientSourceTax>
<In_ClientSwitzerlandSince>dateTime</In_ClientSwitzerlandSince>
<In_ClientResidencePermit>string</In_ClientResidencePermit>
<In_ClientAddressSince>dateTime</In_ClientAddressSince>
<In_ClientLifestyle>int</In_ClientLifestyle>
<In_ClientFormerAddress>string</In_ClientFormerAddress>
<In_ClientHousingCondition>int</In_ClientHousingCondition>
<In_ClientMaritalStatus>int</In_ClientMaritalStatus>
<In_ClientChildren1>int</In_ClientChildren1>
<In_ClientChildren2>int</In_ClientChildren2>
<In_ClientChildren3>int</In_ClientChildren3>
<In_ClientChildren4>int</In_ClientChildren4>
<In_ClientProfession>string</In_ClientProfession>
<In_ClientEmploymentType>int</In_ClientEmploymentType>
<In_ClientEmployerName>string</In_ClientEmployerName>
<In_ClientEmploymentDuration>int</In_ClientEmploymentDuration>
<In_ClientEmploymentDate>dateTime</In_ClientEmploymentDate>
<In_ClientEmployerZIP>string</In_ClientEmployerZIP>
<In_ClientEmployerCity>string</In_ClientEmployerCity>
<In_ClientSalaryType>int</In_ClientSalaryType>
<In_ClientEmployedSince>dateTime</In_ClientEmployedSince>
<In_ClientIncome>double</In_ClientIncome>
<In_ClientIncomeType>int</In_ClientIncomeType>
<In_ClientIncomeTimes>int</In_ClientIncomeTimes>
<In_ClientExtraIncome>double</In_ClientExtraIncome>
<In_ClientExtraIncomeType>int</In_ClientExtraIncomeType>
<In_ClientExtraIncomeTimes>int</In_ClientExtraIncomeTimes>
<In_ClientHousingCosts>double</In_ClientHousingCosts>
<In_ClientLeasingRate>double</In_ClientLeasingRate>
<In_ClientLeasingReplace>int</In_ClientLeasingReplace>
<In_ClientCreditRate>double</In_ClientCreditRate>
<In_ClientCreditReplace>double</In_ClientCreditReplace>
<In_ClientAlimony>double</In_ClientAlimony>
<In_ClientRegularExpenses>double</In_ClientRegularExpenses>
<In_ClientEnforcement>int</In_ClientEnforcement>
<In_ClientBank>string</In_ClientBank>
<In_ClientAccountHolder>string</In_ClientAccountHolder>
<In_ClientIBAN>string</In_ClientIBAN>
<In_ClientPCNumber>string</In_ClientPCNumber>
<In_PartnerFlag>int</In_PartnerFlag>
<In_PartnerAddress>int</In_PartnerAddress>
<In_PartnerSalutation>string</In_PartnerSalutation>
<In_PartnerName>string</In_PartnerName>
<In_PartnerFirstname>string</In_PartnerFirstname>
<In_PartnerStreet>string</In_PartnerStreet>
<In_PartnerStreetNumber>string</In_PartnerStreetNumber>
<In_PartnerZIP>string</In_PartnerZIP>
<In_PartnerCity>string</In_PartnerCity>
<In_PartnerCanton>string</In_PartnerCanton>
<In_PartnerCountry>int</In_PartnerCountry>
<In_PartnerHousingCosts>double</In_PartnerHousingCosts>
<In_PartnerBirthdate>dateTime</In_PartnerBirthdate>
<In_PartnerNationality>int</In_PartnerNationality>
<In_PartnerSourceTax>int</In_PartnerSourceTax>
<In_PartnerSwitzerlandSince>dateTime</In_PartnerSwitzerlandSince>
<In_PartnerResidencePermit>string</In_PartnerResidencePermit>
<In_PartnerIncome>double</In_PartnerIncome>
<In_PartnerIncomeType>int</In_PartnerIncomeType>
<In_PartnerIncomeTimes>int</In_PartnerIncomeTimes>
<In_PartnerExtraIncome>double</In_PartnerExtraIncome>
<In_PartnerExtraIncomeType>int</In_PartnerExtraIncomeType>
<In_PartnerExtraIncomeTimes>int</In_PartnerExtraIncomeTimes>
<In_PartnerProfession>string</In_PartnerProfession>
<In_PartnerEmployerName>string</In_PartnerEmployerName>
<In_PartnerEmployerZIP>string</In_PartnerEmployerZIP>
<In_PartnerEmployerCity>string</In_PartnerEmployerCity>
<In_PartnerEmployedSince>dateTime</In_PartnerEmployedSince>
<In_PartnerEmploymentType>int</In_PartnerEmploymentType>
<In_PartnerEmploymentDuration>int</In_PartnerEmploymentDuration>
<In_PartnerEmploymentDate>dateTime</In_PartnerEmploymentDate>
<In_PartnerSalaryType>int</In_PartnerSalaryType>
<In_PartnerEnforcement>int</In_PartnerEnforcement>
<In_PartnerAlimony>double</In_PartnerAlimony>
<In_PartnerRegularExpenses>double</In_PartnerRegularExpenses>
<In_PartnerCreditRate>double</In_PartnerCreditRate>
<In_PartnerLeasingRate>double</In_PartnerLeasingRate>
<In_TotalCheck>int</In_TotalCheck>
</putClientData>
</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>
<putClientDataResponse xmlns="http://www.xlease.ch/webportal">
<putClientDataResult>int</putClientDataResult>
</putClientDataResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /WebPortalWebService/Service.asmx HTTP/1.1
Host: xlease033.xlease.ch
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:Header>
<AuthHeader xmlns="http://www.xlease.ch/webportal">
<UserName>string</UserName>
<Password>string</Password>
</AuthHeader>
</soap12:Header>
<soap12:Body>
<putClientData xmlns="http://www.xlease.ch/webportal">
<In_UserID>string</In_UserID>
<In_PartnerID>string</In_PartnerID>
<In_OfferID>string</In_OfferID>
<In_OfferIDType>string</In_OfferIDType>
<In_CompanyBranche>int</In_CompanyBranche>
<In_CompanyLegalForm>string</In_CompanyLegalForm>
<In_CompanyFoundationDate>dateTime</In_CompanyFoundationDate>
<In_CompanyUIDNumber>string</In_CompanyUIDNumber>
<In_CompanyEnforcement>int</In_CompanyEnforcement>
<In_CompanyOwnerName>string</In_CompanyOwnerName>
<In_CompanyOwnerFirstname>string</In_CompanyOwnerFirstname>
<In_CompanyOwnerBirthdate>dateTime</In_CompanyOwnerBirthdate>
<In_CompanyOwnerAddress>string</In_CompanyOwnerAddress>
<In_CompanyOwnerStreet>string</In_CompanyOwnerStreet>
<In_CompanyOwnerStreetNumber>string</In_CompanyOwnerStreetNumber>
<In_CompanyOwnerZIP>string</In_CompanyOwnerZIP>
<In_CompanyOwnerCity>string</In_CompanyOwnerCity>
<In_CompanyOwnerCountry>int</In_CompanyOwnerCountry>
<In_ClientBirthdate>dateTime</In_ClientBirthdate>
<In_ClientNationality>int</In_ClientNationality>
<In_ClientSourceTax>int</In_ClientSourceTax>
<In_ClientSwitzerlandSince>dateTime</In_ClientSwitzerlandSince>
<In_ClientResidencePermit>string</In_ClientResidencePermit>
<In_ClientAddressSince>dateTime</In_ClientAddressSince>
<In_ClientLifestyle>int</In_ClientLifestyle>
<In_ClientFormerAddress>string</In_ClientFormerAddress>
<In_ClientHousingCondition>int</In_ClientHousingCondition>
<In_ClientMaritalStatus>int</In_ClientMaritalStatus>
<In_ClientChildren1>int</In_ClientChildren1>
<In_ClientChildren2>int</In_ClientChildren2>
<In_ClientChildren3>int</In_ClientChildren3>
<In_ClientChildren4>int</In_ClientChildren4>
<In_ClientProfession>string</In_ClientProfession>
<In_ClientEmploymentType>int</In_ClientEmploymentType>
<In_ClientEmployerName>string</In_ClientEmployerName>
<In_ClientEmploymentDuration>int</In_ClientEmploymentDuration>
<In_ClientEmploymentDate>dateTime</In_ClientEmploymentDate>
<In_ClientEmployerZIP>string</In_ClientEmployerZIP>
<In_ClientEmployerCity>string</In_ClientEmployerCity>
<In_ClientSalaryType>int</In_ClientSalaryType>
<In_ClientEmployedSince>dateTime</In_ClientEmployedSince>
<In_ClientIncome>double</In_ClientIncome>
<In_ClientIncomeType>int</In_ClientIncomeType>
<In_ClientIncomeTimes>int</In_ClientIncomeTimes>
<In_ClientExtraIncome>double</In_ClientExtraIncome>
<In_ClientExtraIncomeType>int</In_ClientExtraIncomeType>
<In_ClientExtraIncomeTimes>int</In_ClientExtraIncomeTimes>
<In_ClientHousingCosts>double</In_ClientHousingCosts>
<In_ClientLeasingRate>double</In_ClientLeasingRate>
<In_ClientLeasingReplace>int</In_ClientLeasingReplace>
<In_ClientCreditRate>double</In_ClientCreditRate>
<In_ClientCreditReplace>double</In_ClientCreditReplace>
<In_ClientAlimony>double</In_ClientAlimony>
<In_ClientRegularExpenses>double</In_ClientRegularExpenses>
<In_ClientEnforcement>int</In_ClientEnforcement>
<In_ClientBank>string</In_ClientBank>
<In_ClientAccountHolder>string</In_ClientAccountHolder>
<In_ClientIBAN>string</In_ClientIBAN>
<In_ClientPCNumber>string</In_ClientPCNumber>
<In_PartnerFlag>int</In_PartnerFlag>
<In_PartnerAddress>int</In_PartnerAddress>
<In_PartnerSalutation>string</In_PartnerSalutation>
<In_PartnerName>string</In_PartnerName>
<In_PartnerFirstname>string</In_PartnerFirstname>
<In_PartnerStreet>string</In_PartnerStreet>
<In_PartnerStreetNumber>string</In_PartnerStreetNumber>
<In_PartnerZIP>string</In_PartnerZIP>
<In_PartnerCity>string</In_PartnerCity>
<In_PartnerCanton>string</In_PartnerCanton>
<In_PartnerCountry>int</In_PartnerCountry>
<In_PartnerHousingCosts>double</In_PartnerHousingCosts>
<In_PartnerBirthdate>dateTime</In_PartnerBirthdate>
<In_PartnerNationality>int</In_PartnerNationality>
<In_PartnerSourceTax>int</In_PartnerSourceTax>
<In_PartnerSwitzerlandSince>dateTime</In_PartnerSwitzerlandSince>
<In_PartnerResidencePermit>string</In_PartnerResidencePermit>
<In_PartnerIncome>double</In_PartnerIncome>
<In_PartnerIncomeType>int</In_PartnerIncomeType>
<In_PartnerIncomeTimes>int</In_PartnerIncomeTimes>
<In_PartnerExtraIncome>double</In_PartnerExtraIncome>
<In_PartnerExtraIncomeType>int</In_PartnerExtraIncomeType>
<In_PartnerExtraIncomeTimes>int</In_PartnerExtraIncomeTimes>
<In_PartnerProfession>string</In_PartnerProfession>
<In_PartnerEmployerName>string</In_PartnerEmployerName>
<In_PartnerEmployerZIP>string</In_PartnerEmployerZIP>
<In_PartnerEmployerCity>string</In_PartnerEmployerCity>
<In_PartnerEmployedSince>dateTime</In_PartnerEmployedSince>
<In_PartnerEmploymentType>int</In_PartnerEmploymentType>
<In_PartnerEmploymentDuration>int</In_PartnerEmploymentDuration>
<In_PartnerEmploymentDate>dateTime</In_PartnerEmploymentDate>
<In_PartnerSalaryType>int</In_PartnerSalaryType>
<In_PartnerEnforcement>int</In_PartnerEnforcement>
<In_PartnerAlimony>double</In_PartnerAlimony>
<In_PartnerRegularExpenses>double</In_PartnerRegularExpenses>
<In_PartnerCreditRate>double</In_PartnerCreditRate>
<In_PartnerLeasingRate>double</In_PartnerLeasingRate>
<In_TotalCheck>int</In_TotalCheck>
</putClientData>
</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>
<putClientDataResponse xmlns="http://www.xlease.ch/webportal">
<putClientDataResult>int</putClientDataResult>
</putClientDataResponse>
</soap12:Body>
</soap12:Envelope>