Get a no sale reason

Returns a NoSaleReason object containing information about a no sale reason.

Securityoauth2
Request
path Parameters
guid
required
string

The Toast POS GUID of the no sale reason.

header Parameters
Toast-Restaurant-External-ID
required
string

The Toast POS GUID of the restaurant that the configuration applies to.

Responses
200

Returns a NoSaleReason object.

get/noSaleReasons/{guid}
Request samples
curl -i -X GET \
  'https://toast-api-server/config/v2/noSaleReasons/{guid}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Toast-Restaurant-External-ID: string'
Response samples
application/json
{
  • "guid": "string",
  • "entityType": "string",
  • "name": "string"
}