38 lines
727 B
Text
38 lines
727 B
Text
meta {
|
|
name: LOC POST Expense
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{localBaseUrl}}/{{resourcePath}}
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"year": "2026",
|
|
"month": "01",
|
|
"day": "02",
|
|
"cents": 1000,
|
|
"description": "With cat, no subcat or merchant or tags",
|
|
"category": {
|
|
"id": "72644e00-f1fa-4029-bd9c-2e82eb965aeb"
|
|
}
|
|
// "subCategory": {
|
|
// "id": "270ceaea-9cb8-4c6a-846f-ea35ed4d12f7"
|
|
// },
|
|
// "merchant": {
|
|
// "id": "61246db4-3110-4fe2-bdab-d819b8fd0705"
|
|
// },
|
|
// "tags": [
|
|
// {
|
|
// "id": "2616f724-f3ce-46df-8b30-897f147f6b74"
|
|
// },
|
|
// {
|
|
// "id": "16ed84e0-2d17-45c7-ada8-6fe7f8cc8720"
|
|
// }
|
|
// ]
|
|
}
|
|
}
|