Get Nutrition Names

post

/config/sim/v2/menuItems/getNutritionNames

Gets all the Nutrition Names configured at the enterpise

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

A Collection of Nutrition Names
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Array of Nutrition Name objects of the organization.
Show Source
Nested Schema : NutritionNamesv2
Type: object
Show Source
Nested Schema : name
Type: object
Name
Example:
{
    "1":"Calories"
}
Back to Top