Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Postman-Example:

View file
namerz.qmcenter.de-203405-Serverbase.postman_collection_anonym.json

Expand
titleOn-premise-Customers

BaseUrl can find in QMCenter.exe.config

<configuration>
<system.serviceModel>
<client>
<endpoint name="ServerBase_.." address = http://localhost/ServerBase/…” >

BaseUrl in that case is “http://localhost/ServerBase

Almost every Request needs LogingData to manage permission and licence checks.

...