ApplicantAnalysis


Click here for a complete list of operations.

ClientInfo915

Brings information of clients from an external system

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 /WsCreditRequest/ApplicantAnalysis.asmx HTTP/1.1
Host: legacy.bizagi.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ClientInfo915"

<?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>
    <ClientInfo915 xmlns="http://tempuri.org/">
      <request>
        <Applicant xmlns="">
          <DocumentType>string</DocumentType>
          <DocumentNumber>string</DocumentNumber>
        </Applicant>
      </request>
    </ClientInfo915>
  </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>
    <ClientInfo915Response xmlns="http://tempuri.org/">
      <ClientInfo915Result>
        <Applicant xmlns="">
          <CustomerInfo>
            <Names>string</Names>
            <LastName>string</LastName>
            <SecondLastName>string</SecondLastName>
            <DocumentType>string</DocumentType>
            <DocumentNumber>string</DocumentNumber>
            <Email>string</Email>
            <Sex>string</Sex>
            <BirthDate>dateTime</BirthDate>
            <Nationality>string</Nationality>
            <MaritalStatus>string</MaritalStatus>
            <PersonType>string</PersonType>
            <Profession>int</Profession>
            <EconomicActivity>int</EconomicActivity>
            <IncompleteData>boolean</IncompleteData>
            <Employee>boolean</Employee>
            <IncomeSource>int</IncomeSource>
            <TimeWorkedInCompany>int</TimeWorkedInCompany>
            <Position>string</Position>
            <CompanyName>string</CompanyName>
            <MonthlyBaseIncome>double</MonthlyBaseIncome>
            <MonthlyVariableIncome>double</MonthlyVariableIncome>
            <MonthlyTotalIncome>double</MonthlyTotalIncome>
            <MortgagePayment>double</MortgagePayment>
            <LoansPayment>double</LoansPayment>
            <CreditCardsPayment>double</CreditCardsPayment>
            <HousingPayment>double</HousingPayment>
            <TotalMonthlyExpenses>double</TotalMonthlyExpenses>
            <Segment>int</Segment>
            <EntailmentDate>dateTime</EntailmentDate>
            <LastUpdateInfoDate>dateTime</LastUpdateInfoDate>
          </CustomerInfo>
          <Addresses xmlns="http://tempuri.org/">
            <AddressInfo xsi:nil="true" xmlns="" />
            <AddressInfo xsi:nil="true" xmlns="" />
          </Addresses>
          <Phones xmlns="http://tempuri.org/">
            <PhoneInfo xsi:nil="true" xmlns="" />
            <PhoneInfo xsi:nil="true" xmlns="" />
          </Phones>
          <References xmlns="http://tempuri.org/">
            <ReferenceInfo xsi:nil="true" xmlns="" />
            <ReferenceInfo xsi:nil="true" xmlns="" />
          </References>
        </Applicant>
        <ErrorCode xmlns="">string</ErrorCode>
        <ErrorDescription xmlns="">string</ErrorDescription>
      </ClientInfo915Result>
    </ClientInfo915Response>
  </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 /WsCreditRequest/ApplicantAnalysis.asmx HTTP/1.1
Host: legacy.bizagi.com
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>
    <ClientInfo915 xmlns="http://tempuri.org/">
      <request>
        <Applicant xmlns="">
          <DocumentType>string</DocumentType>
          <DocumentNumber>string</DocumentNumber>
        </Applicant>
      </request>
    </ClientInfo915>
  </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>
    <ClientInfo915Response xmlns="http://tempuri.org/">
      <ClientInfo915Result>
        <Applicant xmlns="">
          <CustomerInfo>
            <Names>string</Names>
            <LastName>string</LastName>
            <SecondLastName>string</SecondLastName>
            <DocumentType>string</DocumentType>
            <DocumentNumber>string</DocumentNumber>
            <Email>string</Email>
            <Sex>string</Sex>
            <BirthDate>dateTime</BirthDate>
            <Nationality>string</Nationality>
            <MaritalStatus>string</MaritalStatus>
            <PersonType>string</PersonType>
            <Profession>int</Profession>
            <EconomicActivity>int</EconomicActivity>
            <IncompleteData>boolean</IncompleteData>
            <Employee>boolean</Employee>
            <IncomeSource>int</IncomeSource>
            <TimeWorkedInCompany>int</TimeWorkedInCompany>
            <Position>string</Position>
            <CompanyName>string</CompanyName>
            <MonthlyBaseIncome>double</MonthlyBaseIncome>
            <MonthlyVariableIncome>double</MonthlyVariableIncome>
            <MonthlyTotalIncome>double</MonthlyTotalIncome>
            <MortgagePayment>double</MortgagePayment>
            <LoansPayment>double</LoansPayment>
            <CreditCardsPayment>double</CreditCardsPayment>
            <HousingPayment>double</HousingPayment>
            <TotalMonthlyExpenses>double</TotalMonthlyExpenses>
            <Segment>int</Segment>
            <EntailmentDate>dateTime</EntailmentDate>
            <LastUpdateInfoDate>dateTime</LastUpdateInfoDate>
          </CustomerInfo>
          <Addresses xmlns="http://tempuri.org/">
            <AddressInfo xsi:nil="true" xmlns="" />
            <AddressInfo xsi:nil="true" xmlns="" />
          </Addresses>
          <Phones xmlns="http://tempuri.org/">
            <PhoneInfo xsi:nil="true" xmlns="" />
            <PhoneInfo xsi:nil="true" xmlns="" />
          </Phones>
          <References xmlns="http://tempuri.org/">
            <ReferenceInfo xsi:nil="true" xmlns="" />
            <ReferenceInfo xsi:nil="true" xmlns="" />
          </References>
        </Applicant>
        <ErrorCode xmlns="">string</ErrorCode>
        <ErrorDescription xmlns="">string</ErrorDescription>
      </ClientInfo915Result>
    </ClientInfo915Response>
  </soap12:Body>
</soap12:Envelope>