Update client contact
documentedUpdate an existing client contact (including image upload).
POST /clientcontacts/{contact_id}Client Contactsno 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://app.paymoapp.com/api/clientcontacts/{{$contact_id}}" \
-X POST \
-u "{{PAYMOAPP_API_KEY}}:{{PAYMOAPP_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"name": "{{$name}}", "email": "{{$email}}", "phone": "{{$phone}}", "mobile": "{{$mobile}}", "fax": "{{$fax}}", "skype": "{{$skype}}", "notes": "{{$notes}}", "position": "{{$position}}", "access": {{$access}}, "is_main": {{$is_main}}}'"