21 lines
338 B
Text
21 lines
338 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": 1010,
|
|
"note": "Gas",
|
|
"categoryId": "db21acbb-0e3e-4ea1-89e1-3d52e5d72cb4",
|
|
"marchantId": "b9028a32-1305-4699-8611-d8fd812ebc04"
|
|
}
|
|
}
|