23 lines
342 B
Text
23 lines
342 B
Text
meta {
|
|
name: LOC POST Expense Full
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{localBaseUrl}}/expenses
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"date": "2025-12-01",
|
|
"cents": 987,
|
|
"categoryId": "1",
|
|
"merchantId": "1",
|
|
"subcategoryIds": ["1","2"],
|
|
"tagIds": ["1","2"],
|
|
"description": "NEW FULL expense"
|
|
}
|
|
}
|