Create material
documentedCreate a material
POST /api2/materialenMaterialsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://{{$domain}}.recras.nl/api2/materialen\" \
-X POST \
-H \"Authorization: Bearer {{RECRAS_API_KEY}}\" \
-H \"Accept: application/json\" \
-H \"Content-Type: application/json\" \
-d '{"naam": "{{$name}}", "aantal": {{$quantity}}, "aantal_groepen": {{$groups}}, "aantal_tegelijk_starten": {{$simultaneous_start}}, "aantal_groepen_tegelijk_starten": {{$groups_simultaneous_start}}, "overzichtmenu": {{$overview_menu}}, "percentage_online_te_boeken": {{$percentage_online_bookable}}}'