Service1


Click here for a complete list of operations.

GetBedrijfNawEnObject

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 /Service1.asmx HTTP/1.1
Host: maexws.blokweg.nl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.fitsolutions.nl/ws/1/GetBedrijfNawEnObject"

<?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>
    <GetBedrijfNawEnObject xmlns="http://www.fitsolutions.nl/ws/1/">
      <autorisatie>
        <Login>string</Login>
        <Wachtwoord>string</Wachtwoord>
        <LicentieNr>string</LicentieNr>
      </autorisatie>
      <polisId>long</polisId>
      <ExternId>string</ExternId>
    </GetBedrijfNawEnObject>
  </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>
    <GetBedrijfNawEnObjectResponse xmlns="http://www.fitsolutions.nl/ws/1/">
      <GetBedrijfNawEnObjectResult xmlns="http://www.fitsolutions.nl/ws/1/GetBedrijfNawEnObjectResponse">
        <ResponseValid>boolean</ResponseValid>
        <Bedrijf>
          <Naam>string</Naam>
          <Voorletters>string</Voorletters>
          <Tussenvoegsel>string</Tussenvoegsel>
          <Geslacht>string</Geslacht>
          <Gebdatum>
            <Dag>int</Dag>
            <Maand>int</Maand>
            <Jaar>int</Jaar>
          </Gebdatum>
          <Straat>string</Straat>
          <Huisnummer>string</Huisnummer>
          <HuisnummerToevoeging>string</HuisnummerToevoeging>
          <Postcode>string</Postcode>
          <Plaats>string</Plaats>
          <TelefoonNummer>string</TelefoonNummer>
          <EmailAdres>string</EmailAdres>
          <BedrijfsNaam>string</BedrijfsNaam>
          <TelefoonNummerBedrijf>string</TelefoonNummerBedrijf>
          <KvkNummer>string</KvkNummer>
          <OndernemingsType>Eenmanszaak or VOF or C.V. or B.V. or N.V. or Stichting or Vereniging or Cooperatie or Maatschap</OndernemingsType>
          <OprichtingsDatum>
            <Dag>int</Dag>
            <Maand>int</Maand>
            <Jaar>int</Jaar>
          </OprichtingsDatum>
          <Object>
            <Bouwjaar>long</Bouwjaar>
            <AanbetalingsBedrag>decimal</AanbetalingsBedrag>
            <BtwOfMarge>string</BtwOfMarge>
            <OptiesBedrag>decimal</OptiesBedrag>
            <AccessoiresBedrag>decimal</AccessoiresBedrag>
            <KostenrijkaarBedrag>decimal</KostenrijkaarBedrag>
            <Korting>decimal</Korting>
            <InruilBedrag>decimal</InruilBedrag>
            <InvesteringsWaarde>decimal</InvesteringsWaarde>
            <BpmBedrag>decimal</BpmBedrag>
            <KmStand>string</KmStand>
            <IsAanschafprijsInclBtw>string</IsAanschafprijsInclBtw>
            <DatumKentekenDeel1 xsi:nil="true" />
            <BtwBedrag>decimal</BtwBedrag>
            <OttCode>string</OttCode>
            <AanschafPrijs>decimal</AanschafPrijs>
            <TotaalAanbetalingsBedrag>decimal</TotaalAanbetalingsBedrag>
            <Kenteken>string</Kenteken>
            <SoortKenteken>Geel or Grijs</SoortKenteken>
            <SoortAuto>Personenauto or Bedrijfsauto</SoortAuto>
            <Merk>string</Merk>
            <Model>string</Model>
            <ModelCode>string</ModelCode>
            <Type>string</Type>
            <WaardeObject>decimal</WaardeObject>
            <TeFinancierenBedrag>decimal</TeFinancierenBedrag>
          </Object>
          <Fee>decimal</Fee>
          <Segmenten>
            <Segment xsi:nil="true" />
            <Segment xsi:nil="true" />
          </Segmenten>
        </Bedrijf>
        <ErrorCode>int</ErrorCode>
        <ErrorMessage>string</ErrorMessage>
      </GetBedrijfNawEnObjectResult>
    </GetBedrijfNawEnObjectResponse>
  </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 /Service1.asmx HTTP/1.1
Host: maexws.blokweg.nl
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>
    <GetBedrijfNawEnObject xmlns="http://www.fitsolutions.nl/ws/1/">
      <autorisatie>
        <Login>string</Login>
        <Wachtwoord>string</Wachtwoord>
        <LicentieNr>string</LicentieNr>
      </autorisatie>
      <polisId>long</polisId>
      <ExternId>string</ExternId>
    </GetBedrijfNawEnObject>
  </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>
    <GetBedrijfNawEnObjectResponse xmlns="http://www.fitsolutions.nl/ws/1/">
      <GetBedrijfNawEnObjectResult xmlns="http://www.fitsolutions.nl/ws/1/GetBedrijfNawEnObjectResponse">
        <ResponseValid>boolean</ResponseValid>
        <Bedrijf>
          <Naam>string</Naam>
          <Voorletters>string</Voorletters>
          <Tussenvoegsel>string</Tussenvoegsel>
          <Geslacht>string</Geslacht>
          <Gebdatum>
            <Dag>int</Dag>
            <Maand>int</Maand>
            <Jaar>int</Jaar>
          </Gebdatum>
          <Straat>string</Straat>
          <Huisnummer>string</Huisnummer>
          <HuisnummerToevoeging>string</HuisnummerToevoeging>
          <Postcode>string</Postcode>
          <Plaats>string</Plaats>
          <TelefoonNummer>string</TelefoonNummer>
          <EmailAdres>string</EmailAdres>
          <BedrijfsNaam>string</BedrijfsNaam>
          <TelefoonNummerBedrijf>string</TelefoonNummerBedrijf>
          <KvkNummer>string</KvkNummer>
          <OndernemingsType>Eenmanszaak or VOF or C.V. or B.V. or N.V. or Stichting or Vereniging or Cooperatie or Maatschap</OndernemingsType>
          <OprichtingsDatum>
            <Dag>int</Dag>
            <Maand>int</Maand>
            <Jaar>int</Jaar>
          </OprichtingsDatum>
          <Object>
            <Bouwjaar>long</Bouwjaar>
            <AanbetalingsBedrag>decimal</AanbetalingsBedrag>
            <BtwOfMarge>string</BtwOfMarge>
            <OptiesBedrag>decimal</OptiesBedrag>
            <AccessoiresBedrag>decimal</AccessoiresBedrag>
            <KostenrijkaarBedrag>decimal</KostenrijkaarBedrag>
            <Korting>decimal</Korting>
            <InruilBedrag>decimal</InruilBedrag>
            <InvesteringsWaarde>decimal</InvesteringsWaarde>
            <BpmBedrag>decimal</BpmBedrag>
            <KmStand>string</KmStand>
            <IsAanschafprijsInclBtw>string</IsAanschafprijsInclBtw>
            <DatumKentekenDeel1 xsi:nil="true" />
            <BtwBedrag>decimal</BtwBedrag>
            <OttCode>string</OttCode>
            <AanschafPrijs>decimal</AanschafPrijs>
            <TotaalAanbetalingsBedrag>decimal</TotaalAanbetalingsBedrag>
            <Kenteken>string</Kenteken>
            <SoortKenteken>Geel or Grijs</SoortKenteken>
            <SoortAuto>Personenauto or Bedrijfsauto</SoortAuto>
            <Merk>string</Merk>
            <Model>string</Model>
            <ModelCode>string</ModelCode>
            <Type>string</Type>
            <WaardeObject>decimal</WaardeObject>
            <TeFinancierenBedrag>decimal</TeFinancierenBedrag>
          </Object>
          <Fee>decimal</Fee>
          <Segmenten>
            <Segment xsi:nil="true" />
            <Segment xsi:nil="true" />
          </Segmenten>
        </Bedrijf>
        <ErrorCode>int</ErrorCode>
        <ErrorMessage>string</ErrorMessage>
      </GetBedrijfNawEnObjectResult>
    </GetBedrijfNawEnObjectResponse>
  </soap12:Body>
</soap12:Envelope>