Please enable JavaScript to view this site.

use Handbuch

Navigation: E-Shop

REST API Stammdaten

Scroll Prev Top Next More

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'