Sign in

Update customer

documented

Update a customer

PUT /api2/klanten/{id}Customersno implementation yet0 runs
No 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/klanten/{{$id}}" \
  -X PUT \
  -H "Authorization: Bearer {{RECRAS_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"naam": "{{$naam}}", "adres": "{{$adres}}", "postcode": "{{$postcode}}", "plaats": "{{$plaats}}", "provinciecode": "{{$provinciecode}}", "website": "{{$website}}", "bedrijf_id": {{$bedrijf_id}}, "soort_klant": "{{$soort_klant}}", "afdeling": "{{$afdeling}}", "factuur_adressering": "{{$factuur_adressering}}", "contactpersonen": {{$contactpersonen}} }'
Update customer · Recras · OpenIntegrations