common-cents-api/bruno/Common Cents/Expenses/LOC POST Expense.bru
Joe df6733caa9 Initial web app consumption/integration (#5)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com>
Reviewed-on: #5
2026-02-23 21:15:19 +00:00

21 lines
340 B
Text

meta {
name: LOC POST Expense
type: http
seq: 3
}
post {
url: {{localBaseUrl}}/{{resourcePath}}
body: json
auth: inherit
}
body:json {
{
"date": "2026-01-03",
"cents": 101111,
"note": "Gas",
"categoryId": "db21acbb-0e3e-4ea1-89e1-3d52e5d72cb4",
"merchantId": "b9028a32-1305-4699-8611-d8fd812ebc04"
}
}