Contacts batch update not showing correct update date.

Hi team,

I am updating contacts in batch update API. So I am facing one issue with the response updatedAt field not showing the correct date of update please see the attachment.

Hey @SakshiChauhan,

Interesting! Could you share further on what’s the POST body that your team used?

Hi @WendyGoh,

below is the request body which we are using for updating the contacts in batch update contacts API.

{
 "inputs": [
 {
 "id": "101",
 "properties": {
 "firstname": "Sakshi",
 "lastname": "Chauhan"
 }
 },
 {
 "id": "151",
 "properties": {
 "firstname": "Sakshi",
 "lastname": "Chauhan"
 }
 }
 ]
}

Hey @SakshiChauhan,

Thanks for sharing that across!

I’m also observing the same behaviour and I’ll have to check with our internal team on this. I’ll keep you posted here!

Any updates??

Hey @SakshiChauhan,

Our team is still looking into this and I’ll keep you posted here once I received any updates :slightly_smiling_face:

Hey @SakshiChauhan,

Just an update here!

Our team has pushed a fix for this and now you should be seeing the correct updatedAt and createdAt timestamp.

Let me know if you’re seeing otherwise :slightly_smiling_face:

I checked on our side and now the issue is resolved. Thanks for the update @WendyGoh

@WendyGoh Hi Wendy, it seems that the same issue happens on companies batch API