owner_id problem (API)

Hello.



I have a problem with the “owner_id” field when using the API. When I try to change it, the value sent in the query is always null, and I am sure that the id sent is an integer and associated to an existing contact owner.

Anyone had this problem before?



Thanks!

Hello.

I have a problem with the “owner_id” field when using the API. When I try to change it, the value sent in the query is always null, and I am sure that the id sent is an integer and associated to an existing contact owner.
Anyone had this problem before?

Thanks!

Just figured it out… the field name is different from the one in the database:
DB: owner_id
API: owner

Solved!