26 lines
413 B
Text
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"
|
|
}
|
|
}
|
|
}
|