Toast · Example Payload

Orders Customer Example

Food ServicePoint of SaleRestaurantsHospitality

Orders Customer Example is an example object payload from Toast, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamelastNamephonephoneCountryCodeemail

Example Payload

Raw ↑
{
  "firstName": "Sample Firstname",
  "lastName": "Sample Lastname",
  "phone": "sample-phone",
  "phoneCountryCode": "sample-phoneCountryCode",
  "email": "sample-email"
}