add endpoint for getting suggestion on household by accompanying period

This commit is contained in:
2021-06-27 11:10:17 +02:00
parent a35f3363b2
commit a8bf478ee8
4 changed files with 160 additions and 1 deletions

View File

@@ -565,6 +565,13 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
],
'controller_action' => 'householdAddressApi'
],
'suggestHouseholdByAccompanyingPeriodParticipation' => [
'path' => '/suggest/by-person/{person_id}/through-accompanying-period-participation.{_format}',
'methods' => [
Request::METHOD_GET => true,
Request::METHOD_HEAD => true,
]
]
]
],
[