Coachview.net Webservices [Speciaal]
Click here for a complete list of operations.
SelecterenOpleidingById
Doel: één opleiding ophalen aan de hand van de opleidingid.
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/SelecterenOpleidingById"
<?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>
<SelecterenOpleidingById xmlns="http://coachview.net/webservices">
<aWebserviceAuthentication>
<Key>string</Key>
</aWebserviceAuthentication>
<intOpleidingId>int</intOpleidingId>
</SelecterenOpleidingById>
</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>
<SelecterenOpleidingByIdResponse xmlns="http://coachview.net/webservices">
<SelecterenOpleidingByIdResult>
<OpleidingId>int</OpleidingId>
<OpleidingsSoortId>int</OpleidingsSoortId>
<BeginDatumInteger>int</BeginDatumInteger>
<BeginDatum>dateTime</BeginDatum>
<BeginDatumString>string</BeginDatumString>
<EindDatumInteger>int</EindDatumInteger>
<EindDatumString>string</EindDatumString>
<EindDatum>dateTime</EindDatum>
<BeginEindDatum>string</BeginEindDatum>
<OpleidingsSoortNaam>string</OpleidingsSoortNaam>
<OpleidingsSoortCode>string</OpleidingsSoortCode>
<OpleidingsSoort>string</OpleidingsSoort>
<Code>string</Code>
<Naam>string</Naam>
<Opleiding>string</Opleiding>
<AantalBezet>int</AantalBezet>
<AantalVrij>int</AantalVrij>
<IsAantalVrijNull>boolean</IsAantalVrijNull>
<MinCursisten>short</MinCursisten>
<IsMinCursistenNull>boolean</IsMinCursistenNull>
<MaxCursisten>short</MaxCursisten>
<IsMaxCursistenNull>boolean</IsMaxCursistenNull>
<Opmerking>string</Opmerking>
<ContactPersonId>int</ContactPersonId>
<ContactPersonNaam>string</ContactPersonNaam>
<ContactPerson2Id>int</ContactPerson2Id>
<ContactPerson2Naam>string</ContactPerson2Naam>
<OpleidingStatusId>TeStarten or Definitief or Uitgevoerd or Lopend or Afgerond or Geannuleerd</OpleidingStatusId>
<OpleidingStatusNaam>string</OpleidingStatusNaam>
<PublicatieWebsite>boolean</PublicatieWebsite>
<PublicatiePlanning>boolean</PublicatiePlanning>
<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>
<TotAantalUur>double</TotAantalUur>
<TotStudieBelasting>double</TotStudieBelasting>
<TotAantalOnderdelen>int</TotAantalOnderdelen>
</SelecterenOpleidingByIdResult>
</SelecterenOpleidingByIdResponse>
</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>
<SelecterenOpleidingById xmlns="http://coachview.net/webservices">
<aWebserviceAuthentication>
<Key>string</Key>
</aWebserviceAuthentication>
<intOpleidingId>int</intOpleidingId>
</SelecterenOpleidingById>
</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>
<SelecterenOpleidingByIdResponse xmlns="http://coachview.net/webservices">
<SelecterenOpleidingByIdResult>
<OpleidingId>int</OpleidingId>
<OpleidingsSoortId>int</OpleidingsSoortId>
<BeginDatumInteger>int</BeginDatumInteger>
<BeginDatum>dateTime</BeginDatum>
<BeginDatumString>string</BeginDatumString>
<EindDatumInteger>int</EindDatumInteger>
<EindDatumString>string</EindDatumString>
<EindDatum>dateTime</EindDatum>
<BeginEindDatum>string</BeginEindDatum>
<OpleidingsSoortNaam>string</OpleidingsSoortNaam>
<OpleidingsSoortCode>string</OpleidingsSoortCode>
<OpleidingsSoort>string</OpleidingsSoort>
<Code>string</Code>
<Naam>string</Naam>
<Opleiding>string</Opleiding>
<AantalBezet>int</AantalBezet>
<AantalVrij>int</AantalVrij>
<IsAantalVrijNull>boolean</IsAantalVrijNull>
<MinCursisten>short</MinCursisten>
<IsMinCursistenNull>boolean</IsMinCursistenNull>
<MaxCursisten>short</MaxCursisten>
<IsMaxCursistenNull>boolean</IsMaxCursistenNull>
<Opmerking>string</Opmerking>
<ContactPersonId>int</ContactPersonId>
<ContactPersonNaam>string</ContactPersonNaam>
<ContactPerson2Id>int</ContactPerson2Id>
<ContactPerson2Naam>string</ContactPerson2Naam>
<OpleidingStatusId>TeStarten or Definitief or Uitgevoerd or Lopend or Afgerond or Geannuleerd</OpleidingStatusId>
<OpleidingStatusNaam>string</OpleidingStatusNaam>
<PublicatieWebsite>boolean</PublicatieWebsite>
<PublicatiePlanning>boolean</PublicatiePlanning>
<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>
<TotAantalUur>double</TotAantalUur>
<TotStudieBelasting>double</TotStudieBelasting>
<TotAantalOnderdelen>int</TotAantalOnderdelen>
</SelecterenOpleidingByIdResult>
</SelecterenOpleidingByIdResponse>
</soap12:Body>
</soap12:Envelope>