Update single client
documentedUpdate an existing client.
PUT /accounting/account/{accountId}/users/clients/{customerId}Clientsno 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://api.freshbooks.com/accounting/account/{{$accountId}}/users/clients/{{$customerId}}\" -X PUT -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" -H \"Api-Version: alpha\" -H \"Content-Type: application/json\" --data-raw '{\"client\":{\"fname\":\"{{$fname}}\"}}'