From 2415a958296dc21f52b287cc3cfeb9407078c4fe Mon Sep 17 00:00:00 2001 From: Manuel Bouza Date: Mon, 21 Aug 2023 10:06:24 +0200 Subject: [PATCH] Add group attribute to project exenses --- sections/project_expenses.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sections/project_expenses.md b/sections/project_expenses.md index eeb55da..efd1461 100644 --- a/sections/project_expenses.md +++ b/sections/project_expenses.md @@ -18,6 +18,7 @@ The representation contains, among the standard fields, also the following field - Custom properties - Company - Project +- Group ```json { @@ -51,6 +52,11 @@ The representation contains, among the standard fields, also the following field "id": 1234, "name": "Project A" }, + "group": { + "id": 456, + "title": "Exepnse Group A", + "budget" 5200 + }, "created_at": "2018-10-17T09:33:46Z", "updated_at": "2018-10-17T09:33:46Z" }