Skip to content

Commit

Permalink
chore: or-2446 add werkingsgebieden to request examples registreer fv
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Oct 11, 2024
1 parent d670e31 commit 2e953c7
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace AssociationRegistry.Admin.Api.Verenigingen.Registreer.FeitelijkeVereniging.Examples;

using Common;
using JsonLdContext;
using RequetsModels;
using Swashbuckle.AspNetCore.Filters;
using Vereniging;
Expand All @@ -23,8 +24,9 @@ public RegistreerFeitelijkeVerenigingRequest GetExamples()
},
HoofdactiviteitenVerenigingsloket = HoofdactiviteitVerenigingsloket
.All().Take(5).Select(h => h.Code).ToArray(),
Locaties = new[]
{
Werkingsgebieden = Werkingsgebied.All.Take(5).Select(h => h.Code).ToArray(),
Locaties =
[
new ToeTeVoegenLocatie
{
Naam = "Naam locatie",
Expand All @@ -45,7 +47,7 @@ public RegistreerFeitelijkeVerenigingRequest GetExamples()
},
Locatietype = Locatietype.Activiteiten,
},
},
],
Contactgegevens = new[]
{
new ToeTeVoegenContactgegeven
Expand Down

0 comments on commit 2e953c7

Please sign in to comment.