GET api/convert/AlphaToNumLom/{lom}
Umwandlung in numerische Darstellung der Rinder-Ohrmarke. Es wird nur die 15stellige Zahl der Ohrmarke geliefert, kein Json etc! Ist die Ohrmarke falsch, wird ein "Bad request" (HTTP 400) mit der Fehlermeldung als "Message" geliefert.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lom | numerische oder alphanumerische Form der Ohrmarke |
Define this parameter in the request URI. |
Response Information
numerische Darstellung in der Form 276000912345678 oder bei Fehler als "HTTP 400: Bad request"
Response body formats
Samples
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>
