Meal Plan Template
Use the following objects to create a meal plan template.
MPTFromDaysInput
object
MPTFromDaysInput
objectUse the MPTFromDaysInput
object to copy an existing meal plan
Available Fields
Field Name | Type | Description |
| Date | Date from which the meal plan will be copied |
| ID | A base64 user profile ID |
| Date | Date to which the meal plan will be created |
MPTCustomOptionsInput
object
MPTCustomOptionsInput
objectUse the MPTCustomOptionsInput
object to send the parameters in the same way as if the customMealPlan
sends.
Field Name | Type | Description |
| Int | Total Calories per day |
| Int | Percent of Carbs |
| Int | Percent of Fat |
| ID | Program ID |
| Int | Percent of Protein |
MPTFromScratchInput
object
MPTFromScratchInput
objectUse the MPTFromScratchInput
object to create a meal plan template from scratch.
Field Name | Type | Description |
| ID | A unique base64ID of the recipe |
| mealType | Possible values: |
| Int | Servings quantity |
Last updated