BigOven · Example Payload

Grocerylist_Postgrocerylistsync

GroceryList

Grocerylist_Postgrocerylistsync is an example object payload from BigOven, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathtagssummaryparametersrequestBodyresponse

Example Payload

Raw ↑
{
  "operationId": "GroceryList_PostGroceryListSync",
  "method": "POST",
  "path": "/grocerylist/sync",
  "tags": [
    "GroceryList"
  ],
  "summary": "Synchronize the grocery list.  Call this with a POST to /grocerylist/sync",
  "parameters": [],
  "requestBody": {
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/API2.Controllers.WebAPI.GroceryListController.PostGroceryListSyncRequest"
    }
  },
  "response": {
    "status": 200,
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/System.Object"
    }
  }
}