Toast · Example Payload

Orders Applied Tax Rate Example

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

entityTypenameratetaxAmounttypefacilitatorCollectAndRemitTaxdisplayNamejurisdictionjurisdictionType

Example Payload

Raw ↑
{
  "entityType": "STANDARD",
  "name": "Sample Name",
  "rate": 38.4,
  "taxAmount": 70.92,
  "type": "NONE",
  "facilitatorCollectAndRemitTax": false,
  "displayName": "Sample Displayname",
  "jurisdiction": "sample-jurisdiction",
  "jurisdictionType": "STANDARD"
}