Add a new ModifierRecipe

Add a new ModifierRecipe

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

ModifierRecipe object that needs to be added

uri
required

URI of the User API object that created this resource.

date-time
required

ISO8601 timestamp of the time the resource was created

integer
enum

ID of dining option, e.g. delivery, take out, eat-in, etc (defined in Establishment/Stations)

Dining option:

  • 0 - TOGO
  • 1 - EATIN
  • 2 - DELIVERY
  • 3 - CATERING
  • 4 - DRIVETHROUGH
  • 5 - ONLINE
  • 6 - OTHER
  • 7 - SHIPPING
  • 8 - PICKUP
uri
required

URI of the Ingredient API object that is to be consumed as part of this recipe. Should be set to null if product is provided instead.

uri
required

URI of the Modifier API object that the recipe is tied to. Multiple ModifierRecipe API objects can be tied to a single product to form a full recipe.

uri

URI of the Product API object that is to be consumed as part of this recipe. Should be set to null if ingredient is provided instead.

float
required

Quantity of the ingredients/products to be consumed for each use of this recipe. Values are expected to be greater than zero.

int64
required

Numerical value that represents the sorting order for the resources displayed in the UI. Lower values appear higher on the list.

uri
required

URI of the User API object that last made changes to this resource.

date-time
required

ISO8601 timestamp of the last time the resource was updated

Responses
201

Resource successfully created.

301

Invalid request URL - make sure that the URL ends with a trailing slash.

400

Invalid input - please run the request body through a JSON validator.

401

Authentication error - make sure the API key & secret is valid, active and provided in the "API-AUTHENTICATION" header.

445

Message: Integrity Error - one of the fields provided did not pass validation. Make sure the "quantity" field is contains a positive value.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!