PMS REST API
Online documentation
Service Security
Service security is a critical issue in PmsRestApi. You must grant service login before making any request. All requests must provide below authentication structure.
PmsRestApi authentication is created based on request. Every request must provide a username and password. Service or Client who want to connect API, should set this username and password in request body content.
As request body parameter in json format:
"AuthData": {"Uid": "USERNAME", "Pwd": "PASSWORD"}
This username-password will be provided you by Protel. This username-password can be changed and it will not be static, it will be configured according to service end point. So please make this field configurable.

