fixed PUT nullable merchant/note
This commit is contained in:
parent
389ef8c7ce
commit
f390e2a8c3
7 changed files with 74 additions and 52 deletions
|
|
@ -13,9 +13,14 @@ post {
|
|||
body:json {
|
||||
{
|
||||
"date": "2026-01-03",
|
||||
"cents": 101111,
|
||||
"note": "Gas",
|
||||
"categoryId": "db21acbb-0e3e-4ea1-89e1-3d52e5d72cb4",
|
||||
"merchantId": "b9028a32-1305-4699-8611-d8fd812ebc04"
|
||||
"cents": 12345,
|
||||
"category": {
|
||||
"id": "852f2391-27a3-4d84-a9c7-0cd0b2efd899",
|
||||
"name": "Groceries:Food"
|
||||
},
|
||||
"merchant": {
|
||||
"id": "f5216666-b022-4ddb-a4b1-f940e5d4f8f2",
|
||||
"name": "Walmart"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue