Flipdish · Example Payload

Menus Http Posted File Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Menus Http Posted File Base Example is an example object payload from Flipdish, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ContentLengthContentTypeFileNameInputStream

Example Payload

Raw ↑
{
  "ContentLength": 1,
  "ContentType": "string",
  "FileName": "Example Name",
  "InputStream": "string"
}