Sign in

Update client

documented

Update a customer's information.

PUT /v1/customers/{id}Cobrançasno 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://api-sandbox.kobana.com.br/v1/customers/{{$customer_id}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "email": "{{$email}}", "phone": "{{$phone}}", "address": {"line1": "{{$address_line1}}", "line2": "{{$address_line2}}", "city": "{{$city}}", "state": "{{$state}}", "postal_code": "{{$postal_code}}", "country": "{{$country}}"}, "external_id": "{{$external_id}}"}'
Update client · Kobana · OpenIntegrations