Hi Team,
I am trying to update Custom Contact Field which is of type “Date Time”. When I try to update contact with POST Method .
I have tried changing pandas data frame field into datetime(python).But I am able to see the rest call succeeding but the data is not posting to AC.
df[‘CREATED_AT’] = pd.to_datetime(df[‘CREATED_AT’])
Could you please give suggestion on how we could update “date/date time” custom fields using python.
Thanks in advance !
Thanks !