Coachview.net Webservices [Speciaal]


Click here for a complete list of operations.

SelecterenPersoon

Eén persoon ophalen aan de hand van zijn externid.

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 /Webservice/Speciaal.asmx HTTP/1.1
Host: training.coachview.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://coachview.net/webservices/SelecterenPersoon"

<?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>
    <SelecterenPersoon xmlns="http://coachview.net/webservices">
      <aWebserviceAuthentication>
        <Key>string</Key>
      </aWebserviceAuthentication>
      <strPersoonExternId>string</strPersoonExternId>
      <strExternSource>string</strExternSource>
    </SelecterenPersoon>
  </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>
    <SelecterenPersoonResponse xmlns="http://coachview.net/webservices">
      <SelecterenPersoonResult>
        <PersonId>int</PersonId>
        <CompanyId>int</CompanyId>
        <Bedrijf>string</Bedrijf>
        <BedrijfEmail>string</BedrijfEmail>
        <BedrijfExternId>string</BedrijfExternId>
        <BedrijfExternSource>string</BedrijfExternSource>
        <LeidingGevendeId>int</LeidingGevendeId>
        <LeidingGevendeExternId>string</LeidingGevendeExternId>
        <LeidingGevendeExternSource>string</LeidingGevendeExternSource>
        <OptInOut>Onbekend or OptIn or OptOut</OptInOut>
        <Achternaam>string</Achternaam>
        <GeboorteAchternaam>string</GeboorteAchternaam>
        <GeboorteTussenvoegsels>string</GeboorteTussenvoegsels>
        <GeboorteGebruikStandaard>boolean</GeboorteGebruikStandaard>
        <Tussenvoegsels>string</Tussenvoegsels>
        <Voornaam>string</Voornaam>
        <Voorletters>string</Voorletters>
        <Titel>string</Titel>
        <AchterTitel>string</AchterTitel>
        <AdresseringTypeId>0 or GeslachtVoorlettersTussenvoegselsAchternaam or GeslachtVoornaamTussenvoegselsAchternaam or Voornaam or GeslachtTitelVoorlettersTussenvoegselsAchternaam or GeslachtAchternaam or GeslachtTitelVoorlettersTussenvoegselsAchternaamAchterTitel or VoornaamTussenvoegselsAchternaam</AdresseringTypeId>
        <AlternatieveAddressering>string</AlternatieveAddressering>
        <AlternatieveAanhef>string</AlternatieveAanhef>
        <Adres>
          <Adres>string</Adres>
          <Adres2>string</Adres2>
          <Adres3>string</Adres3>
          <Adres4>string</Adres4>
          <Postcode>string</Postcode>
          <Plaats>string</Plaats>
          <CountryId>int</CountryId>
          <GebruikAnderAdres>boolean</GebruikAnderAdres>
          <Land>string</Land>
          <LandEN>string</LandEN>
          <LandCode2Prefix>string</LandCode2Prefix>
          <LandCode3Prefix>string</LandCode3Prefix>
        </Adres>
        <FactuurAdres>
          <Adres>string</Adres>
          <Adres2>string</Adres2>
          <Adres3>string</Adres3>
          <Adres4>string</Adres4>
          <Postcode>string</Postcode>
          <Plaats>string</Plaats>
          <CountryId>int</CountryId>
          <GebruikAnderAdres>boolean</GebruikAnderAdres>
          <Land>string</Land>
          <LandEN>string</LandEN>
          <LandCode2Prefix>string</LandCode2Prefix>
          <LandCode3Prefix>string</LandCode3Prefix>
        </FactuurAdres>
        <Geslacht>Onbekend or Man or Vrouw</Geslacht>
        <GeboorteDatum>double</GeboorteDatum>
        <GeboortePlaats>string</GeboortePlaats>
        <Tel1>string</Tel1>
        <Tel1Type>Geen or Direct or Mobiel or Prive</Tel1Type>
        <Tel2>string</Tel2>
        <Tel2Type>Geen or Direct or Mobiel or Prive</Tel2Type>
        <Tel3>string</Tel3>
        <Tel3Type>Geen or Direct or Mobiel or Prive</Tel3Type>
        <Fax>string</Fax>
        <Email1>string</Email1>
        <Email2>string</Email2>
        <Email3>string</Email3>
        <Email1Type>Geen or Zakelijk or Prive or Mobiel or Voorkeur</Email1Type>
        <Email2Type>Geen or Zakelijk or Prive or Mobiel or Voorkeur</Email2Type>
        <Email3Type>Geen or Zakelijk or Prive or Mobiel or Voorkeur</Email3Type>
        <Opmerking>string</Opmerking>
        <Inactief>boolean</Inactief>
        <GUID>string</GUID>
        <Foto>string</Foto>
        <ExternId>string</ExternId>
        <ExternSource>string</ExternSource>
      </SelecterenPersoonResult>
    </SelecterenPersoonResponse>
  </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 /Webservice/Speciaal.asmx HTTP/1.1
Host: training.coachview.net
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>
    <SelecterenPersoon xmlns="http://coachview.net/webservices">
      <aWebserviceAuthentication>
        <Key>string</Key>
      </aWebserviceAuthentication>
      <strPersoonExternId>string</strPersoonExternId>
      <strExternSource>string</strExternSource>
    </SelecterenPersoon>
  </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>
    <SelecterenPersoonResponse xmlns="http://coachview.net/webservices">
      <SelecterenPersoonResult>
        <PersonId>int</PersonId>
        <CompanyId>int</CompanyId>
        <Bedrijf>string</Bedrijf>
        <BedrijfEmail>string</BedrijfEmail>
        <BedrijfExternId>string</BedrijfExternId>
        <BedrijfExternSource>string</BedrijfExternSource>
        <LeidingGevendeId>int</LeidingGevendeId>
        <LeidingGevendeExternId>string</LeidingGevendeExternId>
        <LeidingGevendeExternSource>string</LeidingGevendeExternSource>
        <OptInOut>Onbekend or OptIn or OptOut</OptInOut>
        <Achternaam>string</Achternaam>
        <GeboorteAchternaam>string</GeboorteAchternaam>
        <GeboorteTussenvoegsels>string</GeboorteTussenvoegsels>
        <GeboorteGebruikStandaard>boolean</GeboorteGebruikStandaard>
        <Tussenvoegsels>string</Tussenvoegsels>
        <Voornaam>string</Voornaam>
        <Voorletters>string</Voorletters>
        <Titel>string</Titel>
        <AchterTitel>string</AchterTitel>
        <AdresseringTypeId>0 or GeslachtVoorlettersTussenvoegselsAchternaam or GeslachtVoornaamTussenvoegselsAchternaam or Voornaam or GeslachtTitelVoorlettersTussenvoegselsAchternaam or GeslachtAchternaam or GeslachtTitelVoorlettersTussenvoegselsAchternaamAchterTitel or VoornaamTussenvoegselsAchternaam</AdresseringTypeId>
        <AlternatieveAddressering>string</AlternatieveAddressering>
        <AlternatieveAanhef>string</AlternatieveAanhef>
        <Adres>
          <Adres>string</Adres>
          <Adres2>string</Adres2>
          <Adres3>string</Adres3>
          <Adres4>string</Adres4>
          <Postcode>string</Postcode>
          <Plaats>string</Plaats>
          <CountryId>int</CountryId>
          <GebruikAnderAdres>boolean</GebruikAnderAdres>
          <Land>string</Land>
          <LandEN>string</LandEN>
          <LandCode2Prefix>string</LandCode2Prefix>
          <LandCode3Prefix>string</LandCode3Prefix>
        </Adres>
        <FactuurAdres>
          <Adres>string</Adres>
          <Adres2>string</Adres2>
          <Adres3>string</Adres3>
          <Adres4>string</Adres4>
          <Postcode>string</Postcode>
          <Plaats>string</Plaats>
          <CountryId>int</CountryId>
          <GebruikAnderAdres>boolean</GebruikAnderAdres>
          <Land>string</Land>
          <LandEN>string</LandEN>
          <LandCode2Prefix>string</LandCode2Prefix>
          <LandCode3Prefix>string</LandCode3Prefix>
        </FactuurAdres>
        <Geslacht>Onbekend or Man or Vrouw</Geslacht>
        <GeboorteDatum>double</GeboorteDatum>
        <GeboortePlaats>string</GeboortePlaats>
        <Tel1>string</Tel1>
        <Tel1Type>Geen or Direct or Mobiel or Prive</Tel1Type>
        <Tel2>string</Tel2>
        <Tel2Type>Geen or Direct or Mobiel or Prive</Tel2Type>
        <Tel3>string</Tel3>
        <Tel3Type>Geen or Direct or Mobiel or Prive</Tel3Type>
        <Fax>string</Fax>
        <Email1>string</Email1>
        <Email2>string</Email2>
        <Email3>string</Email3>
        <Email1Type>Geen or Zakelijk or Prive or Mobiel or Voorkeur</Email1Type>
        <Email2Type>Geen or Zakelijk or Prive or Mobiel or Voorkeur</Email2Type>
        <Email3Type>Geen or Zakelijk or Prive or Mobiel or Voorkeur</Email3Type>
        <Opmerking>string</Opmerking>
        <Inactief>boolean</Inactief>
        <GUID>string</GUID>
        <Foto>string</Foto>
        <ExternId>string</ExternId>
        <ExternSource>string</ExternSource>
      </SelecterenPersoonResult>
    </SelecterenPersoonResponse>
  </soap12:Body>
</soap12:Envelope>