WISK.ai · Example Payload

Sales Upload Sales Line Example

RestaurantBarInventoryHospitalitySalesPOS Integration

Sales Upload Sales Line Example is an example object payload from WISK.ai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddateplu_numbertitlequantitytotal

Example Payload

Raw ↑
{
  "id": "1",
  "date": "2019-01-04T02:37:30Z",
  "plu_number": "1",
  "title": "Negroni",
  "quantity": 2,
  "total": 60
}