39 lines
844 B
JSON
39 lines
844 B
JSON
{
|
|
"gl": [
|
|
{
|
|
"jpath": [
|
|
"{item,0}",
|
|
"{header}"
|
|
],
|
|
"amount": 2.19,
|
|
"account": "h.food"
|
|
},
|
|
{
|
|
"jpath": [
|
|
"{item,0}",
|
|
"{header}"
|
|
],
|
|
"amount": -2.19,
|
|
"account": "h.dcard"
|
|
}
|
|
],
|
|
"item": [
|
|
{
|
|
"item": "green olives",
|
|
"amount": 2.19,
|
|
"reason": "food",
|
|
"account": "h.food"
|
|
}
|
|
],
|
|
"header": {
|
|
"entity": "home",
|
|
"module": "MHI",
|
|
"offset": "h.dcard",
|
|
"vendor": "Discount Drug Mart",
|
|
"currency": "USD",
|
|
"eff_date": "1/6/2018",
|
|
"location": "Stow, OH",
|
|
"instrument": "Discover Card",
|
|
"transaction": "purchase"
|
|
}
|
|
} |