SpotOn · Example Payload

Restaurant Pos Export Paid In Out Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

Restaurant Pos Export Paid In Out Example is an example object payload from SpotOn, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idlocationIddeletedvoidedpaymentOptionIdamountemployeeIdemployeeNamecreatedAtkindreasonnotes

Example Payload

Raw ↑
{
  "id": "abc123",
  "locationId": "abc123",
  "deleted": true,
  "voided": false,
  "paymentOptionId": "abc123",
  "amount": "12.50",
  "employeeId": "abc123",
  "employeeName": "Smoke's Burgers",
  "createdAt": "2025-03-15T14:30:00Z",
  "kind": "IN",
  "reason": "Cash Low",
  "notes": "Operator note"
}