Date format in the Rest API - Assign a Metadata Collection to a Folder
Summary
Date format in the Rest API - Assign a Metadata Collection to a FolderContent
I am trying to use this Rest API -Assign a Metadata Collection to a Folder
to assign metadata tags to a folder. I am using a date Type and the date type is defined as "mm/dd/yyyy"
and in my rest api post body i am sending the info as
{
"collection": "XXXX"
"**** Number": "1220",
"**** Date": "12/12/2018"
}
It is erroring out saying it is an invalid date format although the format i am sending seems to be correct. Any Pointers please.
Tagged:
1