Coachview.net Webservices [Speciaal]


Click here for a complete list of operations.

SelecterenOpleidingsSoortById

Eén opleidingssoort ophalen aan de hand van de opleidingssoortid.

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/SelecterenOpleidingsSoortById"

<?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>
    <SelecterenOpleidingsSoortById xmlns="http://coachview.net/webservices">
      <aWebserviceAuthentication>
        <Key>string</Key>
      </aWebserviceAuthentication>
      <intOpleidingsSoortId>int</intOpleidingsSoortId>
    </SelecterenOpleidingsSoortById>
  </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>
    <SelecterenOpleidingsSoortByIdResponse xmlns="http://coachview.net/webservices">
      <SelecterenOpleidingsSoortByIdResult>
        <OpleidingsSoortId>int</OpleidingsSoortId>
        <Code>string</Code>
        <Naam>string</Naam>
        <OpleidingsSoort>string</OpleidingsSoort>
        <OpleidingssoortId_Origineel>int</OpleidingssoortId_Origineel>
        <OpleidingssoortCode_Origineel>string</OpleidingssoortCode_Origineel>
        <OpleidingssoortNaam_Origineel>string</OpleidingssoortNaam_Origineel>
        <Opleidingssoort_Origineel>string</Opleidingssoort_Origineel>
        <Doel>string</Doel>
        <Doelgroep>string</Doelgroep>
        <Vooropleiding>string</Vooropleiding>
        <OmschrijvingInhoud>string</OmschrijvingInhoud>
        <Opmerking>string</Opmerking>
        <ContactPersonId>int</ContactPersonId>
        <ContactPerson2Id>int</ContactPerson2Id>
        <Planningstype>None or GeenRoostering or VastePeriode or DagenNaVorigOnderdeel</Planningstype>
        <Planningsfrequentie_aantal>short</Planningsfrequentie_aantal>
        <Planningsfrequentie_tijdseenheid>None or Dag or Week or Maand</Planningsfrequentie_tijdseenheid>
        <PlanningWeekdagen>None or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday or Sunday</PlanningWeekdagen>
        <PlanningConflictafhandeling>None or GebruikEerstBeschikbareDag or HerhaalRoosteringVanafConflict or PlanInMetConflict or SlaAllesOpTotHetConflict</PlanningConflictafhandeling>
        <OpleidingsSoortStatusId>Initieel or Definitief</OpleidingsSoortStatusId>
        <OpleidingsSoortStatus>string</OpleidingsSoortStatus>
        <Herhaling>boolean</Herhaling>
        <HerhalingOpleidingsSoortId>int</HerhalingOpleidingsSoortId>
        <HerhalingOpleidingsSoort>string</HerhalingOpleidingsSoort>
        <StartHerhalingPeriode>int</StartHerhalingPeriode>
        <EindHerhalingPeriode>int</EindHerhalingPeriode>
        <Inactief>boolean</Inactief>
        <TotAantalUur>double</TotAantalUur>
        <TotStudieBelasting>double</TotStudieBelasting>
        <TotAantalOnderdelen>int</TotAantalOnderdelen>
        <DeelnemersWachtlijst>int</DeelnemersWachtlijst>
        <DeelnemersIngepland>int</DeelnemersIngepland>
        <DeelnemersUitgevoerd>int</DeelnemersUitgevoerd>
        <DeelnemersAfgerond>int</DeelnemersAfgerond>
        <DeelnemersVervallen>int</DeelnemersVervallen>
        <DeelnemersWachtlijstOrder>int</DeelnemersWachtlijstOrder>
        <MinCursisten>short</MinCursisten>
        <MaxCursisten>short</MaxCursisten>
        <Geldigheidstermijn>short</Geldigheidstermijn>
        <OpleidingsSoortAutorisatieId>Nietvantoepassing or Handmatig or Leidinggevende or Deelnemer</OpleidingsSoortAutorisatieId>
        <OpleidingsSoortAutorisatie>string</OpleidingsSoortAutorisatie>
        <PublicatieWebsite>boolean</PublicatieWebsite>
      </SelecterenOpleidingsSoortByIdResult>
    </SelecterenOpleidingsSoortByIdResponse>
  </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>
    <SelecterenOpleidingsSoortById xmlns="http://coachview.net/webservices">
      <aWebserviceAuthentication>
        <Key>string</Key>
      </aWebserviceAuthentication>
      <intOpleidingsSoortId>int</intOpleidingsSoortId>
    </SelecterenOpleidingsSoortById>
  </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>
    <SelecterenOpleidingsSoortByIdResponse xmlns="http://coachview.net/webservices">
      <SelecterenOpleidingsSoortByIdResult>
        <OpleidingsSoortId>int</OpleidingsSoortId>
        <Code>string</Code>
        <Naam>string</Naam>
        <OpleidingsSoort>string</OpleidingsSoort>
        <OpleidingssoortId_Origineel>int</OpleidingssoortId_Origineel>
        <OpleidingssoortCode_Origineel>string</OpleidingssoortCode_Origineel>
        <OpleidingssoortNaam_Origineel>string</OpleidingssoortNaam_Origineel>
        <Opleidingssoort_Origineel>string</Opleidingssoort_Origineel>
        <Doel>string</Doel>
        <Doelgroep>string</Doelgroep>
        <Vooropleiding>string</Vooropleiding>
        <OmschrijvingInhoud>string</OmschrijvingInhoud>
        <Opmerking>string</Opmerking>
        <ContactPersonId>int</ContactPersonId>
        <ContactPerson2Id>int</ContactPerson2Id>
        <Planningstype>None or GeenRoostering or VastePeriode or DagenNaVorigOnderdeel</Planningstype>
        <Planningsfrequentie_aantal>short</Planningsfrequentie_aantal>
        <Planningsfrequentie_tijdseenheid>None or Dag or Week or Maand</Planningsfrequentie_tijdseenheid>
        <PlanningWeekdagen>None or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday or Sunday</PlanningWeekdagen>
        <PlanningConflictafhandeling>None or GebruikEerstBeschikbareDag or HerhaalRoosteringVanafConflict or PlanInMetConflict or SlaAllesOpTotHetConflict</PlanningConflictafhandeling>
        <OpleidingsSoortStatusId>Initieel or Definitief</OpleidingsSoortStatusId>
        <OpleidingsSoortStatus>string</OpleidingsSoortStatus>
        <Herhaling>boolean</Herhaling>
        <HerhalingOpleidingsSoortId>int</HerhalingOpleidingsSoortId>
        <HerhalingOpleidingsSoort>string</HerhalingOpleidingsSoort>
        <StartHerhalingPeriode>int</StartHerhalingPeriode>
        <EindHerhalingPeriode>int</EindHerhalingPeriode>
        <Inactief>boolean</Inactief>
        <TotAantalUur>double</TotAantalUur>
        <TotStudieBelasting>double</TotStudieBelasting>
        <TotAantalOnderdelen>int</TotAantalOnderdelen>
        <DeelnemersWachtlijst>int</DeelnemersWachtlijst>
        <DeelnemersIngepland>int</DeelnemersIngepland>
        <DeelnemersUitgevoerd>int</DeelnemersUitgevoerd>
        <DeelnemersAfgerond>int</DeelnemersAfgerond>
        <DeelnemersVervallen>int</DeelnemersVervallen>
        <DeelnemersWachtlijstOrder>int</DeelnemersWachtlijstOrder>
        <MinCursisten>short</MinCursisten>
        <MaxCursisten>short</MaxCursisten>
        <Geldigheidstermijn>short</Geldigheidstermijn>
        <OpleidingsSoortAutorisatieId>Nietvantoepassing or Handmatig or Leidinggevende or Deelnemer</OpleidingsSoortAutorisatieId>
        <OpleidingsSoortAutorisatie>string</OpleidingsSoortAutorisatie>
        <PublicatieWebsite>boolean</PublicatieWebsite>
      </SelecterenOpleidingsSoortByIdResult>
    </SelecterenOpleidingsSoortByIdResponse>
  </soap12:Body>
</soap12:Envelope>