Morning all... What would be the correct way to pr...
# suiteql
a
Morning all... What would be the correct way to provide a date field update via the REST API. e.g.
Copy code
{
  "custentity_date_field": "7/13/2021 11:00:00"
}
Returns the error:
Copy code
Unable to parse value '7/13/2021 11:00:00' (String) from the DateTime,ZonedDateTime field (custentity_date_field).
I have tried several different formats...
question answered 1
(Everything except ISO-8601... that was it facepalm )
facepalm 1