Account 4.3 (DIST)

Documentation

Endpoints

Zie Technical documentation | Technicaldocumentation Endpointoverzicht voor het actuele overzicht.

Authorization

The following roles have access to this web service:

Role

Role

Distributor

ELO

Operation overview

  • createKey

  • deleteKey

  • getKey

  • login

Operations

login

Description

The login function provides you with a sessionID after execution. This sessionID can be used to execute consecutive operations with the sessionIDHeader.

Authentication

Name

Type

Cardinality

Name

Type

Cardinality

loginHeader

loginHeader

1...1

Source

<urn:loginHeader>    <!--Optional:-->    <urn:username>?</urn:username>    <!--Optional:-->    <urn:password>?</urn:password> </urn:loginHeader>

Request

Empty request

Response

Name

Type

Cardinality

Name

Type

Cardinality

sessionID

string64

1...1

Error codes

Error code

Description

Error code

Description

2

Authentication error


createKey

Description

With the createKey operation you add an userID key to a profileID, which is needed to specify credits of the specific person to publishers.
Successful createKey calls return an empty response.

Authentication

Name

Cardinality

Name

Cardinality

You have a CHOICE of the next 2 items at this level

Name Type Cardinality

loginheader loginHeader 1...1

sessionIDHeader sessionIDHeader 1...1

1...1

Source

<urn:authHeader>    <!--You have a CHOICE of the next 2 items at this level-->    <urn:loginHeader>       <!--Optional:-->       <urn:username>?</urn:username>       <!--Optional:-->       <urn:password>?</urn:password>    </urn:loginHeader>    <urn:sessionIDHeader>       <urn:sessionID>?</urn:sessionID>    </urn:sessionIDHeader> </urn:authHeader>

Request

Name

Type

Cardinality

Name

Type

Cardinality

profileID

profileID

1...1

userID

string256

1...1

Source

<urn:createKeyRequest>    <urn:profileID>?</urn:profileID>    <urn:userID>?</urn:userID> </urn:createKeyRequest>

Response

Empty response

Error codes

Error code

Description

Error code

Description

6

Missing required fields: userID or eckID

4426

ProfileID is already prematched

4428

Not authorized to prematch this profileID

7766

userID is already prematched

 


deleteKey

Description

With the deleteKey operation you delete a key linked to an userID. Successful deleteKey calls return an empty response.

Authentication

Name

Cardinality

Name

Cardinality

You have a CHOICE of the next 2 items at this level

Name Type Cardinality

loginheader loginHeader 1...1

sessionIDHeader sessionIDHeader 1...1

1...1

Source

Request

Name

Type

Cardinality

Name

Type

Cardinality

userID

string256

1...1

Source

Response

Empty response

Error codes

Error code

Description

Error code

Description

6

Missing required fields: userID

7748

Not authorized to delete this prematch

 


getKey

Description

With the getKey operation you retrieve a key linked to a profileID, distributorPersonID or userID. Successful getKey calls return a key object in the response.

Authentication

Name

Cardinality

Name

Cardinality

You have a CHOICE of the next 2 items at this level

Name Type Cardinality

loginheader loginHeader 1...1

sessionIDHeader sessionIDHeader 1...1

1...1

Source

Request

Name

Cardinality

Name

Cardinality

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

Name Type Cardinality

profileID profileID 0...1

distributorPersonID string256 0...1

userID string256 0...1

1...1

Source

Response

Name

Type

Cardinality

Name

Type

Cardinality

key

key

0...n

Error codes

Error code

Description

Error code

Description

6

Missing required fields: profileID, distributorPersonID or userID

 


Errors

General errors

Error code

Description

Error code

Description

0

Unkown error

1

General error

This occurs in for example: database errors or internal server errors.

2

Authentication error

For instance when invalid credentials are provided.

12

Session expired

The session has expired, a new session must be aquired by the login operation.

Specific errors

Specific errors are bound to the given input or request and depend on the operation you execute.

Error code

Description

Error code

Description

0006

Missing required fields

4426

ProfileID is already prematched

4428

Not authorized to prematch this profileID

5287

Portal not found with realm from userID

7747

Prematch with this userID does not exist

7748

Not authorized to delete this prematch

7766

UserID is already prematched




Complex types

loginHeader

Name

Type

Cardinality

Description

Name

Type

Cardinality

Description

username

string100

0...1

An identification used by a person to login.

password

string64

0...1

A secret word or phrase used for authentication.

Source

sessionIDHeader

Name

Type

Cardinality

Description

Name

Type

Cardinality

Description

sessionID

string64

1...1

Unique token which can be acquired by executing the login operation.

Source

key

Name

Type

Cardinality

Description

Name

Type

Cardinality

Description

profileID

profileID

1...1

Unique identifier generated by Edu-iX.

distributorPersonID

string256

0...1

Unique identifier of the person provided by the Distributor.

userID

string256

0...1

Unique identifier of the person provided by the ELO.

Source

 


Simple types

Name

Type

Possible values / format

Description

Name

Type

Possible values / format

Description

string64

String

Max length: 64 characters

String limited by a number of maximum allowed characters.

string100

String

Max length: 100 characters

String limited by a number of maximum allowed characters.

string256

String

Max length: 256 characters

String limited by a number of maximum allowed characters.

profileID

Integer

Number 1 or higher

A profile ID is an positive integer number with maximum 10 characters.