Returns a Discount
object containing information about a price deduction
configured for a restaurant.
Returns a Discount
object.
curl -i -X GET \ 'https://toast-api-server/config/v2/discounts/{guid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "active": true,
- "type": "PERCENT",
- "percentage": 0,
- "amount": 0,
- "selectionType": "CHECK",
- "nonExclusive": true,
- "itemPickingPriority": "FIRST",
- "fixedTotal": 0
}