1<?xml version="1.0" encoding="utf-8"?> 2<response status="ok"> 3 <client> 4 <client_id>13</client_id> 5 <first_name>Jane</first_name> 6 <last_name>Doe</last_name> 7 <organization>ABC Corp</organization> 8 <email>janedoe@freshbooks.com</email> 9 <username>janedoe</username> 10 <work_phone>(555) 123-4567</work_phone> 11 <home_phone>(555) 234-5678</home_phone> 12 <mobile/> 13 <fax/> 14 <credit>123.45</credit> 15 <notes/> 16 <p_street1>123 Fake St.</p_street1> 17 <p_street2>Unit 555</p_street2> 18 <p_city>New York</p_city> 19 <p_state>New York</p_state> 20 <p_country>United States</p_country> 21 <p_code>553132</p_code> 22 <s_street1/> 23 <s_street2/> 24 <s_city/> 25 <s_state/> 26 <s_country/> 27 <s_code/> 28 <url deprecated="true">https://sample.freshbooks.com/client/12345-1-98969</url> 29 <auth_url deprecated="true">https://sample.freshbooks.com/client/12345-1-98969-z</auth_url> 30 <links> 31 <client_view>https://sample.freshbooks.com/client/12345-1-98969</client_view> 32 <view>https://sample.freshbooks.com/client/12345-1-98969-z</view> 33 </links> 34 </client> 35</response> 36