Sign in

Update client

documented

Update an existing client.

Clientsno 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://app.paymoapp.com/api/clients/{{$client_id}}" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{PAYMOAPP_API_KEY}}" \
  -d '{"name": "{{$name}}", "contact_email": "{{$contact_email}}", "phone": "{{$phone}}", "street": "{{$street}}", "city": "{{$city}}", "state": "{{$state}}", "postal_code": "{{$postal_code}}", "country": "{{$country}}", "notes": "{{$notes}}"}'