dobesv / freshbooks-api-java-client

Automatically exported from code.google.com/p/freshbooks-api-java-client
0 stars 0 forks source link

I'm not receiving back a client_id after a create client. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
ApiConnection con = new ApiConnection(new URL(url), key, "FB FM");
con.setDebug(true);

Client c = new Client();

c.setFirstName(first_name);
c.setLastName(last_name);
c.setEmail(email_address);
c.setOrganization(org);

long res = con.createClient(c);
return res;

What is the expected output? What do you see instead?
client id returned

What version of the product are you using? On what operating system?
latest build, ported to Java 5 Mac OS 10.5.8

Please provide any additional information below.
Console shows proper XML returned. I must be missing something.

Original issue reported on code.google.com by angelo.l...@gmail.com on 22 May 2010 at 4:02

GoogleCodeExporter commented 9 years ago
Solved.

Original comment by angelo.l...@gmail.com on 25 May 2010 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by dob...@gmail.com on 22 Jun 2010 at 4:46