GET api/convert/ToBnr/{bnr}
Umwandeln einer beliebig formatierten Betriebsnummer in die numerische bzw. alphanumerische normierte Darstellungsform. Liefert immer HTTP Status 200. Die Schwere zeigt an, ob die Betriebsnummer korrekt ist oder nicht: ist sie kleiner 2, ist so korrekt, sonst fehlerhaft.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
bnr | beliebige Form der Betriebsnummer |
Define this parameter in the request URI. |
Response Information
Struktur mit numerischer und alphanumerischer Darstellungsform plus Fehlerschwere und Fehlertext
Response body formats
Samples
application/json, text/json
Sample:
{ "Input": "sample string 1", "AlphaForm": "sample string 2", "NumForm": 1, "IstSpeziell": true, "I2of5check": "sample string 3", "Schwere": 0, "Fehlertext": "sample string 4" }