mealPlanList

mealPlanList

Description:

Returns a list of meal plan names, description and their IDs.

Version:
Available from version 1.0.1.

Access:
Available to all users.

Parameters:

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"

              }

       ]

}