Hi together, when I create a contact with the new v3 Contact Endpoint, the response object contains wrong values for createdAt and updatedAt. As the values are
“1970-01-01T00:00:00Z”, I asume they are actually Null.
If I look up the created contact with the get contact endpoint I receive the right values.
The same scenario works in the company api totally fine.
Thanks for pointing this out! On my end, I’m able to observe a similar behavior as well.
It seems that the created date property is populating the correct date time and I’m able to see the correct `createdAt` and `updatedAt` value when I GET crm/v3/objects/contacts/{contactId}. However, the POST crm/v3/objects/contacts return response is showing `1970-01-01T00:00:00Z`.
In this case, I’ll have to reach out to our internal team and I’ll keep you posted here!
Here’s an update! Our team has pushed a fix for this issue. On my end, upon creating a contact via the crm/v3/objects/contacts endpoint, I’m not seeing the following value: