Description:
NUMBER | | NAME | O/R | USAGE |
1 | | method | Required | Method used Case sensitive. |
2 | | username | Required | The username to log. Case sensitive. |
3 | | password | Required | The password to log. Case sensitive. |
Example:
Request
{ "method": "mealPlanList", "username": "API_USER", "password": "API_PASSWORD" } |
Response
{ "res": [ { "mealPlanId": 1, "mealPlan": "RO", "mealPlanDescription": "Room Only \r\n" }, { "mealPlanId": 2, "mealPlan": "BB", "mealPlanDescription": "Bed & Breakfast \r\n" }, { "mealPlanId": 3, "mealPlan": "DBB", "mealPlanDescription": "Dinner Bed & Breakfast\r\n" } ] } |