removed sub-categories
This commit is contained in:
parent
b7acc9e352
commit
fdf0efd17f
22 changed files with 71 additions and 295 deletions
|
|
@ -14,25 +14,28 @@ body:json {
|
|||
{
|
||||
"year": "2026",
|
||||
"month": "01",
|
||||
"day": "02",
|
||||
"cents": 1000,
|
||||
"description": "With cat, no subcat or merchant or tags",
|
||||
"day": "03",
|
||||
"cents": 1234,
|
||||
"note": "Additional Expense Test",
|
||||
"category": {
|
||||
"id": "72644e00-f1fa-4029-bd9c-2e82eb965aeb"
|
||||
}
|
||||
// "subCategory": {
|
||||
// "id": "270ceaea-9cb8-4c6a-846f-ea35ed4d12f7"
|
||||
// },
|
||||
// "merchant": {
|
||||
// "id": "61246db4-3110-4fe2-bdab-d819b8fd0705"
|
||||
// },
|
||||
// "tags": [
|
||||
// {
|
||||
// "id": "2616f724-f3ce-46df-8b30-897f147f6b74"
|
||||
// },
|
||||
// {
|
||||
// "id": "16ed84e0-2d17-45c7-ada8-6fe7f8cc8720"
|
||||
// }
|
||||
// ]
|
||||
"id": "96db93d8-2f7e-462c-b520-8754a5900253"
|
||||
},
|
||||
"merchant": {
|
||||
"id": "9afbe4fd-9077-473a-9d08-f5fb4c8f692f"
|
||||
},
|
||||
"tags": [
|
||||
{
|
||||
"id": "db6d60d9-66e1-4005-a5a3-1e165812aa3c",
|
||||
"name": "Tag One"
|
||||
},
|
||||
{
|
||||
"id": "999a8e68-5232-43e0-adf5-98af75aa01ba",
|
||||
"name": "Tag Two"
|
||||
},
|
||||
{
|
||||
"id": "619d5c95-65fc-4795-8828-ee1adfe289f8",
|
||||
"name": "Tag Three"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
meta {
|
||||
name: Expenses
|
||||
seq: 3
|
||||
}
|
||||
|
||||
auth {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue