PMS REST API
Online documentation
Sample Message for GetHotels
Request
RequestURL: http://pmsrestf.pyazilim.com/pms/GetHotels
Method: POST
Headers:
Accept: application/json
Content-Type: application/json; charset=utf-8
Body Content:
{
"AuthData": {
"Uid": "pmspartner",
"Pwd": "99999"
}
}
Response
[
{
"Code": "PR1",
"Name": "Partner 1"
},
{
"Code": "PR2",
"Name": "Partner 2"
}
]

