1
vote
1answer
326 views

Use of esriFieldTypeDate field in Add Features REST service

I need to use Add Features REST service to add a new record to a table in a SDE database. One of the field is type of esriFieldTypeDate, but I don't know how to populate this field in JSON script. An ...