common-cents-api/bruno/Common Cents/Expenses/LOC POST Expense.bru
2026-02-25 14:50:30 -06:00

26 lines
413 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": 12345,
"category": {
"id": "852f2391-27a3-4d84-a9c7-0cd0b2efd899",
"name": "Groceries:Food"
},
"merchant": {
"id": "f5216666-b022-4ddb-a4b1-f940e5d4f8f2",
"name": "Walmart"
}
}
}