Errors in API documentation

The API documentation for adding organisations, persons, deals and activities is wrong. It states that a successful response will have a HTTP Status Code of 200 (OK). The response actually has a HTTP Status Code of 201 (Created).

The documentation also describes the add organisation and add deal end points as accepting a Form URL Encoded request, whereas the add person and add activity end points are described as accepting a JSON request. While the add organisation and add deal end points do accept a Form URL Encoded request, they also accept JSON. Perhaps it would be more consistent to document them all as accepting JSON since this is better supported by most software stacks (for example, .NET and Spring).

Hi,
Thanks for the details. I have noted this as #feedback and will route to the concerned team.