GET api/journal/meal-type
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MealTypeModelName | Description | Type | Additional information |
---|---|---|---|
MealType_Id | integer |
None. |
|
MealType | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "MealType_Id": 1, "MealType": "sample string 2" }, { "MealType_Id": 1, "MealType": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfMealTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareApiModel"> <MealTypeModel> <MealType>sample string 2</MealType> <MealType_Id>1</MealType_Id> </MealTypeModel> <MealTypeModel> <MealType>sample string 2</MealType> <MealType_Id>1</MealType_Id> </MealTypeModel> </ArrayOfMealTypeModel>