Lightspeed · Example Payload

Restaurant K Series Financial Api Resources Tax Rate Example

POSRetailRestaurantEcommerce

Restaurant K Series Financial Api Resources Tax Rate Example is an example object payload from Lightspeed, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_embedded_links

Example Payload

Raw ↑
{
  "_embedded": {
    "taxRateList": [
      {
        "code": "VAT20",
        "description": "VAT 20%",
        "rate": 1.2,
        "taxIncluded": true,
        "accountingReference": "example"
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.ikentoo.com/f/finance/141948669132802/tax-rates"
    }
  }
}