Kommunikation mit useMSC
Login:
curl -X POST 'https://<URL>:<PORT>/api/auth/login'
-H 'Content-Type': 'application/json'
-H 'charset': 'utf-8'
-d '"{"username":"shopuser","password":"123456","logintyp":"2","shopnr":"01"}"'
Daten:
curl -X GET 'https://<URL>:<PORT>/api/shop/gettbfromttr?pos=200'
Logout:
curl -X DELETE 'https://<URL>:<PORT>/api/auth/login'