ItemDate

A date for a media item that may be just a year, or year-month, or full date.
{
  "year": 2020,
  "month": 1,
  "day": 1
}
  <!-- XML name is the name of the property on the parent object-->
  <originalReleaseDate year="2020" month="1" day="1"/>
Does not exist.
FieldTypeReq.OpenS.Details
yearintegerNoYesThe year
monthintegerNoYesThe month (1-12)
dayintegerNoYesThe day (1-31)