Create booking
documentedCreate a new booking
POST /api2/boekingenBookingsno 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://demo.recras.nl/api2/boekingen" \
-X POST \
-H "Authorization: Bearer {{RECRAS_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"klant_id": {{$klant_id}}, "begin": "{{$begin}}", "personen": {{$personen}}, "arrangement_id": {{$arrangement_id}}, "arrangement": "{{$arrangement}}", "status": "{{$status}}"}'