GET api/convert/ToLom/{lom}
Umwandeln einer beliebig formatierten Ohrmarke in die numerische bzw. alphanumerische normierte Darstellungsform. Liefert immer HTTP Status 200. Die Schwere zeigt an, ob die Ohrmarke korrekt ist oder nicht: ist sie kleiner 2, ist so korrekt, sonst fehlerhaft.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
lom | beliebige Form der Ohrmarke |
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" }