Organizations: invalid json returned
Oleg Volkov
Member Posts: 2 NEW MEMBER
I have a project on C# that was working through pipedrive API v1 and it broke. The reason is that the company is null for some reason. What can I do about it?
var url = $"https://{COMPANYDOMAIN}/api/v1/organizations/{id}?api_token={API_TOKEN}"
returned json is: {"success":true,"data":{"id":19657,"company_id":null,"owner_id": …
The same problem exists when creating an organization
Tagged:
0
Answers
-
what is the company id? the ID of organization is in the field "id"
0