Data

APIDescription
GET FetchForms?ClientID={ClientID}

No documentation available.

GET FetchForm?ClientID={ClientID}&FormID={FormID}&Language={Language}

No documentation available.

GET FetchBatches?ClientID={ClientID}&HiddenStatusses={HiddenStatusses}

No documentation available.

GET FetchDossiers?ClientID={ClientID}&BatchId={BatchId}&FormId={FormId}&Name={Name}&StatusId={StatusId}&DateFrom={DateFrom}&DateTo={DateTo}&Reference={Reference}&HiddenStatusses={HiddenStatusses}&DateType={DateType}

No documentation available.

GET FetchDossiersData?ClientID={ClientID}&BatchId={BatchId}&FormId={FormId}&Name={Name}&StatusId={StatusId}&DateFrom={DateFrom}&DateTo={DateTo}&Reference={Reference}&HiddenStatusses={HiddenStatusses}

No documentation available.

GET FetchDossier?ClientID={ClientID}&DossierID={DossierID}

No documentation available.

GET FetchFile?ClientID={ClientID}&FileID={FileID}

No documentation available.

GET FetchBatchStatusses?ClientID={ClientID}&All={All}

No documentation available.

GET FetchDossierStatusses?ClientID={ClientID}&All={All}

No documentation available.

POST CreateBatch?ClientID={ClientID}&Name={Name}&Reference={Reference}

No documentation available.

GET FetchDynamicExport?ClientID={ClientID}&Type={Type}

No documentation available.

GET FetchSetting?ClientID={ClientID}&Name={Name}&Kind={Kind}

No documentation available.

Authentication

APIDescription
POST authentication/token

This endpoint expects an HTTP POST request with Content-Type ‘application/json’ and in the body ‘{ "grant_type" : "client_credentials" }’.
Authorization happens by means of Authorization header. This has to be ‘Basic {EncodedCredentials}’, of which {EncodedCredentials} has to be the Base64-encoding of ‘{clientUser}:{clientPassword}’

Callback

APIDescription
POST AriadNext/CIS

No documentation available.

POST AriadNext/Onboarding

No documentation available.

POST IdNow/IdNow

No documentation available.

Import

APIDescription
POST Dossier

This endpoint expects an HTTP POST request with the relevant information in Json format.
It creates a dossier for one client and adds it to the workflow.
Requires authentication with an OAuth2 token

POST Direct/Dossier?BatchID={BatchID}

No documentation available.

GET Direct/StatusUpdate?ClientID={ClientID}&DossierID={DossierID}&StatusID={StatusID}&Message={Message}

No documentation available.

GET Direct/BatchStatusUpdate?ClientID={ClientID}&BatchID={BatchID}&StatusID={StatusID}&Message={Message}&DossiersStatusID={DossiersStatusID}

No documentation available.

GET Direct/RelaunchDossier?ClientID={ClientID}&DossierID={DossierID}&FormId={FormId}&EmailContent={EmailContent}

No documentation available.

POST Direct/BulkDossier?BatchID={BatchID}

No documentation available.

POST Test/Dossier

This endpoint expects an HTTP POST request with the relevant information in Json format. It creates a testdossier for one client. Requires authentication with an OAuth2 token

POST Form

This endpoint expects an HTTP POST request with the relevant information in Json format. It creates a new webform with the given specifications. Requires authentication with an OAuth2 token

Account

APIDescription
POST api/Account?UserName={UserName}&Password={Password}

No documentation available.

PUT api/Account?UserName={UserName}&Password={Password}

No documentation available.