Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Documentation

Table of Contents

Endpoints

...

Operation overview

  • getPersonCredit

  • getSchoolCredit

...

Name

Type

Cardinality

schoolYear

schoolYear

0...1

ean

string30

0...1

You have a CHOICE of the next 3 4 items at this level

redirectSessionID string64 1...1

eckID eckID 1...1

userID string100 1...1

UID string256 1…1

1...1

Source

Code Block
<xs:complexType>
	    <xs:sequence>
       		<xs:choice minOccurs="1" maxOccurs="1">
          			<xs:element name="redirectSessionID" type="types:string64" minOccurs="1" maxOccurs="1"/>
			<xs:element name="eckID" type="types:eckID"        minOccurs="1" maxOccurs="1"/>
			<xs:element name="eckIDuserID" type="types:eckIDstring100" minOccurs="1" maxOccurs="1"/>
          			<xs:element name="userIDeduUID" type="types:string100string256" minOccurs="1" maxOccurs="1"/>
       		</xs:choice>
       		<xs:element name="ean" type="types:string30" minOccurs="0" maxOccurs="1"/>
       		<xs:element name="schoolYear" type="types:schoolYear" minOccurs="0" maxOccurs="1"/>
    	</xs:sequence>
  </xs:complexType>

Response

...