Permalinks - Check

General information

Depending on the document type, the MD5 checksum and the capture date of the most recent document is returned in a small XML structure.

Request

V1

GET

/docredirecter/v1/doccheck?doctype=doctype&isin=isin&lang=lang&country=country

V2

GET

/docredirecter/v2/doccheck/doctype/isin/lang/country

Parameters

Parameter Type Description
doctype String Valid values are: 307, an, ani, anip, aos, aosp, bekanntmachung, fsinstitutionell, fsinstitutionell-d, fsprivat, fsprivat-d, hjb, jb, kid, no, priips, vkp, Zb
isin String International Securities Identification Number (ISIN)
lang String Valid values are ISO 639-1 codes, e.g.: de, en, fr ...
country String Valid values are ISO 3166 alpha-2 codes, e.g.: de, at, lu, ch, fr ...

Response

See the following example XML.

Example response (XML)

<?xml version="1.0" encoding="UTF-8"?>
<docinfo>
    <checksum>%s</checksum>
    <datum>%s</datum>
</docinfo>

Errors

Code Problem Description
400 DocType ist nicht gültig. No document type could be found for the provided document type name.
400 ISIN ist nicht gültig. No fund could be found for the provided ISIN.
400 Es konnte keine Datei ermittelt werden. For some reasons for the fund there is no document provided by the Fund-API.

Error response (example)

<!DOCTYPE html>
<html lang="de">
<head>
    <title>Dokumenten Check der HANSAINVEST</title>
</head>
<body>
    <p>Es konnte keine Datei ermittelt werden.</p>
</body>
</html>