Skip to main content

SalesTaxLocation

location_idstring

Unique identifier for the Location object.

Example: GBraaEVr7mNqW
location_namestring

Name of Location.

Example: JT Bottle Shop
dates object[]
  • Array [
  • datestring<date>
    Example: 2023-01-22
    gross_salesnumber<double>
    Example: 1438.25
    discountsnumber<double>
    Example: 32.53
    refundsnumber<double>
    Example: 0
    cash_paymentsnumber<double>
    Example: 42.56
    non_cash_paymentsnumber<double>
    Example: 1528.39
    taxes object[]
  • Array [
  • idstring
    Example: aGmyPmwz0n4K
    namestring
    Example: JT-CA 7.75%
    taxable_revenuenumber<double>
    Example: 1405.81
    collected_amountnumber<double>
    Example: 108.95
    ratenumber<double>
    Example: 0.0775
    citystringnullable
    Example:
    countystring
    Example: SAN BERNARDINO
    statestring
    Example: CA
    updated_atstring<date-time>
    Example: 2023-11-16T23:41:47.987Z
  • ]
  • ]
  • SalesTaxLocation
    {
    "location_id": "GBraaEVr7mNqW",
    "location_name": "JT Bottle Shop",
    "dates": [
    {
    "date": "2023-01-22",
    "gross_sales": 1438.25,
    "discounts": 32.53,
    "refunds": 0,
    "cash_payments": 42.56,
    "non_cash_payments": 1528.39,
    "taxes": [
    {
    "id": "aGmyPmwz0n4K",
    "name": "JT-CA 7.75%",
    "taxable_revenue": 1405.81,
    "collected_amount": 108.95,
    "rate": 0.0775,
    "city": "",
    "county": "SAN BERNARDINO",
    "state": "CA",
    "updated_at": "2023-11-16T23:41:47.987Z"
    }
    ]
    }
    ]
    }