We struggled with importing the Created Date so we are trying to edit it with the API but this isn't working.. Any ideas?
Read only has been removed in the Field Manager.
Thanks
Olof
curl -X PUT --header "Content-Type: application/json" -d '{"createdAt":"2018-01-01 01:01:01"}' --header "Authorization: Basic TOKEN=" http://10.12.3.125/api/v1/Contact/5b6895abb7ebe5398 -v
Read only has been removed in the Field Manager.
Thanks
Olof
curl -X PUT --header "Content-Type: application/json" -d '{"createdAt":"2018-01-01 01:01:01"}' --header "Authorization: Basic TOKEN=" http://10.12.3.125/api/v1/Contact/5b6895abb7ebe5398 -v
Comment