Otter · Example Payload

Public Api Pos Injection State Update Event Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Pos Injection State Update Event Example is an example object payload from Otter, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

externalIdentifiersinjectionStateinjectionIssueadditionalData

Example Payload

Raw ↑
{
  "externalIdentifiers": {},
  "injectionState": "UNKNOWN",
  "injectionIssue": "UNKNOWN_INJECTION_ISSUE",
  "additionalData": {
    "ticketData": "Some value for the TicketData",
    "customField": "customValue"
  }
}