batchblue / batchbook-api

Official API documentation for Batchbook
http://batchbook.com
12 stars 2 forks source link

POST /people #4

Closed WadeFoster closed 12 years ago

WadeFoster commented 12 years ago

Hi guys,

Getting 500 POSTing to this endpoint:

https://[account_name].batchbook.com/api/v1/people.json?auth_token=[auth_token]

Sending this json:

{'person': {'first_name': 'Test', 'last_name': 'Name'}}

Wanted to see if this was an issue on my end or if there a legitimate 500 error on your side.

[Update]: same for /companies

[Update]: Derp. My bad. Issue with my json.