Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Learning content load REST call using cURL
Hi
We are trying to load some pdf content using below curl command , and I am executing this in window command prompt , but we are getting error HTTP/1.1 415 Unsupported Media Type. Not sure what is the issue any help please ?
curl -vs -u user_name:password -H 'Content-Type:application/vnd.oracle.adf.resourceitem+json' -d "@PDFpayload.txt" https://<POD>/hcmRestApi/resources/latest/learningContentItems
PDFpayload.txt
--------
{
"Title":"RE201919710091949",
"FileName" : "Test.pdf",
"Description" : "201919710091949 TLearn Desc",
"ItemNumber" : "REST-20171009194",
"TrackingType" : "ORA_PDF",
"Status" : "ORA_CONT_ACTIVE",
"StartDate" : "2017-06-15",
"EndDate" : "2023-06-14"
}
Thanks
Tagged:
0