common-cents-api/bruno/Common Cents/Expenses/LOC POST Expense Partial.bru
2025-12-11 22:33:29 -06:00

20 lines
267 B
Text

meta {
name: LOC POST Expense Partial
type: http
seq: 5
}
post {
url: {{localBaseUrl}}/expenses
body: json
auth: inherit
}
body:json {
{
"date": "2025-12-01",
"cents": 987,
"categoryId": "1",
"description": "NEW PARTIAL expense"
}
}