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 TopResponse
Supported Media Types
- application/json
200 Response
A Collection of Nutrition Names
Nested Schema : NutritionNamesv2
Type:
Show Source
object
-
name:
object name
Name
-
objectNum:
integer
Nutrition Name object numberExample:
1
Nested Schema : name
Type:
object
Name
Example:
{
"1":"Calories"
}