Customer

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

email
required
string

The email address corresponding to the guest who placed the order.

The email address is the key that identifies a unique restaurant guest. All distinct guests should have distinct email addresses.

entityType
required
string

The type of object this is. Response only.

firstName
required
string

The first name, or given name, of the guest.

guid
required
string

The GUID maintained by the Toast platform.

lastName
required
string

The last name, or surname, of the guest.

phone
required
string

The telephone number of the guest.

phoneCountryCode
string

The international phone country code for the number of the guest.

{
  • "guid": "string",
  • "entityType": "string",
  • "firstName": "string",
  • "lastName": "string",
  • "phone": "string",
  • "phoneCountryCode": "string",
  • "email": "string"
}