Skip to main content
February 6, 2015
Question

Field 'updatedAt' of type Datetime

  • February 6, 2015
  • 2 replies
  • 1037 views
When I am updating a lead via Rest API, Datetime field 'updatedAt' does not get updated.
Following is my partial Json object. I have many more fields and they all get updated except 'updatedAt'.
 "input":[{"updatedAt":"2015-02-06T14:36:07-08","firstName":"John","lastName":"Smith"}]

I noticed that this field is of type 'DateTime'. 
What Java datatype I should use in order to update this field? 
Appreciate any suggestions.
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

February 6, 2015
This field is a meta data field. It updates based on other fields being updated.
February 8, 2015
Hi Harshala

Some fileds are read only too.
I was confused before too.
You can check which filelds are read only at Lead Database "Lead Info" tab.
REST updatable fields are text box here.