[Household members editor] add address suggestion on menage creation

This commit is contained in:
2021-08-16 19:07:03 +02:00
parent 25465b1121
commit 5a716a3523
7 changed files with 568 additions and 14 deletions

View File

@@ -1169,14 +1169,32 @@ paths:
id: 0
type: person
position:
type: position
type: household_position
id: 1
start_date:
datetime: 2021-06-01T00:00:00+02:00
datetime: "2021-06-01T00:00:00+02:00"
comment: "This is my comment for moving"
holder: false
destination:
type: household
Moving person to a new household and set an address to this household:
value:
concerned:
-
person:
id: 0
type: person
position:
type: household_position
id: 1
start_date:
datetime: "2021-06-01T00:00:00+02:00"
comment: "This is my comment for moving"
holder: false
destination:
type: household
forceAddress:
id: 0
Moving person to an existing household:
value:
concerned:
@@ -1185,7 +1203,7 @@ paths:
id: 0
type: person
position:
type: position
type: household_position
id: 1
start_date:
datetime: 2021-06-01T00:00:00+02:00