person: create a person with address (and household without position (remove required position for household member)

This commit is contained in:
nobohan
2022-04-19 18:01:25 +02:00
parent c214c2f4a4
commit bad5506b98
8 changed files with 80 additions and 70 deletions

View File

@@ -302,14 +302,10 @@ export default {
'type': 'person',
'id': responsePerson.id
},
'position': {
"type": "household_position",
"id": 4 //TODO, which position?
},
'start_date': {
'datetime': `${new Date().toISOString().split('T')[0]}T00:00:00+02:00`
},
'holder': false, //TODO true or false?
'holder': false,
'comment': null
}
],