Debug Meal Plan Conditions

Use the DebugMPConditions to get the conditions set for a meal plan.

List of Fields

Field Name

Type

Description

chocdf

Int

Carbs

decrease

String

List of food that needs to be decreased

fat

Int

Fat

increase

String

List of food that needs to be increased

maxEnercKcal

Int

Maximum number of Daily Calorie Intake. Expresed in kilocalories.

omega3

Int

Omega3

procnt

Int

Protein

maxNumOfServings

Int

A maximum number of servings per meal is allowed in the meal plan. Must be between 1 and 15. Default is 15.

maxServingWeight

Int

Maximum serving weight in grams per meal. Default is 600.

minServingWeight

Int

Minimum serving weight in grams per meal. Default is 100.

distribution

DebugMPMealTimeValues

Percentage of the daily calories goal that each meal type covers. It inlcudes: breakfastDistribution, lunchDistribution,dinnerDistribution, and snackDistribution

maxPrepTimeMinutes

bugMPMealTimeValues

Object that returns the maximum values for each meal. Expressed in minutes.

For example, maximum preparation time for the following meals:

  • breakfast

  • lunch

  • dinner

  • snack

maxIngredientsCount

Object that returns the maximum values for each meal. Expressed in minutes.

For example, maximum ingredient count for the following meals:

  • breakfast: 7

  • lunch: 5

  • dinner: 5

  • snack: 6

Use this object in the following:

Last updated