SalesTaxLocation
location_idstring
Unique identifier for the Location object.
Example:
GBraaEVr7mNqWlocation_namestring
Name of Location.
Example:
JT Bottle Shopdates object[]
Array [
datestring<date>
Example:
2023-01-22gross_salesnumber<double>
Example:
1438.25discountsnumber<double>
Example:
32.53refundsnumber<double>
Example:
0cash_paymentsnumber<double>
Example:
42.56non_cash_paymentsnumber<double>
Example:
1528.39taxes object[]
Array [
idstring
Example:
aGmyPmwz0n4Knamestring
Example:
JT-CA 7.75%taxable_revenuenumber<double>
Example:
1405.81collected_amountnumber<double>
Example:
108.95ratenumber<double>
Example:
0.0775citystringnullable
Example:
countystring
Example:
SAN BERNARDINOstatestring
Example:
CAupdated_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"
}
]
}
]
}