static JSON examples showing multiple accounts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Steven Polley 2023-11-13 12:18:22 -07:00
parent 5f830294b0
commit 2a13fc9182
2 changed files with 50 additions and 0 deletions

View File

@ -15,6 +15,31 @@ You can define many to many relationships, multiple YNAB accounts containing mul
{ {
"symbol":"SPY", "symbol":"SPY",
"quantity":420 "quantity":420
},
{
"symbol":"BRK.A",
"quantity":5
},
{
"symbol":"CAPE",
"quantity":69
}
]
},
{
"ynabAccountId":"fdfedg45-c2g1-445-abdd-9dsa445sd54",
"securities":[
{
"symbol":"VCN.TO",
"quantity":100
},
{
"symbol":"XSB.TO",
"quantity":50
},
{
"symbol":"DLR.TO",
"quantity":20
} }
] ]
} }

View File

@ -15,6 +15,31 @@ You can define many to many relationships, multiple YNAB accounts containing mul
{ {
"symbol":"SPY", "symbol":"SPY",
"quantity":420 "quantity":420
},
{
"symbol":"BRK.A",
"quantity":5
},
{
"symbol":"CAPE",
"quantity":69
}
]
},
{
"ynabAccountId":"fdfedg45-c2g1-445-abdd-9dsa445sd54",
"securities":[
{
"symbol":"VCN.TO",
"quantity":100
},
{
"symbol":"XSB.TO",
"quantity":50
},
{
"symbol":"DLR.TO",
"quantity":20
} }
] ]
} }