Update payment method
documentedUpdate a payment method
PUT /api2/betaalmethoden/{id}Payment Methodsno 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://{{$recras_subdomain}}.recras.nl/api2/betaalmethoden/{{$id}}" \
-X PUT \
-H "Authorization: Bearer {{RECRAS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"id": {{$id}}, "naam": "{{$naam}}", "weergeven_in_kassa": {{$weergeven_in_kassa}}, "bevestiging_mailen": {{$bevestiging_mailen}}, "type": "{{$type}}", "ledger_number": "{{$ledger_number}}"}'