Update Client
PUT https://api.freshbooks.com/accounting/account/{{accountId}}/users/clients/{{customerId}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"client"=>{"fname"=>"Nicolas"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"response":{"result":{"client":{"accounting_systemid":"wkMd2g","allow_late_fees":true,"allow_late_notifications":true,"bus_phone":"","company_industry":null,"company_size":null,"currency_code":"USD","direct_link_token":null,"email":"first@company.com","fax":"","fname":"Nicolas","has_retainer":null,"home_phone":"555-555-1234","id":31006,"language":"en","last_activity":null,"last_login":null,"level":0,"lname":"one","mob_phone":"","note":null,"notified":false,"num_logins":0,"organization":"first company","p_city":"","p_code":"","p_country":"Canada","p_province":"","p_street":"","p_street2":"","pref_email":true,"pref_gmail":false,"retainer_id":null,"role":"client","s_city":"","s_code":"","s_country":"","s_province":"","s_street":"","s_street2":"","signup_date":"2019-04-18 13:38:23","statement_token":null,"subdomain":null,"updated":"2019-04-24 13:47:39","userid":31006,"username":"clientone","vat_name":null,"vat_number":"","vis_state":0}}}}