Update booking
documentedUpdate an existing booking
PUT /api2/boekingen/{id}Bookingsno 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}}/api2/boekingen/{{$id}}" \
-X PUT \
-H "Authorization: Bearer {{RECRAS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"status": "{{$status}}", "arrangement": "{{$arrangement}}", "personen": {{$personen}}, "status_vervaldatum": "{{$status_vervaldatum}}", "bijzonderheden": "{{$bijzonderheden}}", "conceptfactuur_na_dagen": {{$conceptfactuur_na_dagen}}}'"