action bigoven_post_grocerylist_item { label: "Add a single line item to the grocery list" provider: bigoven method: POST path: "/grocerylist/item" encoding: form input: { type: "object" properties: { department: { type: "string" description: "Gets or sets the department." } name: { type: "string" description: "Gets or sets the name." } notes: { type: "string" description: "Gets or sets the notes." } quantity: { type: "string" description: "Gets or sets the quantity." } unit: { type: "string" description: "Gets or sets the unit." } } } output: { type: "object" properties: { DateAdded: { type: "string" format: "date-time" } Dept: { type: "string" } GUID: { type: "string" } HTMLItemName: { type: "string" } IsChecked: { type: "boolean" } ItemName: { type: "string" } LastModified: { type: "string" format: "date-time" } ListID: { type: "integer" format: "int64" } MealPlanID: { type: "integer" format: "int32" } MealPlanObjectType: { type: "integer" format: "int32" } Notes: { type: "string" } PendingAddition: { type: "boolean" } RecipeID: { type: "integer" format: "int32" } ShoppingListLineID: { type: "integer" format: "int64" } Store: { type: "string" } TextAmt: { type: "string" } ThirdPartyHost: { type: "string" } ThirdPartyTitle: { type: "string" } ThirdPartyURL: { type: "string" } } } }