Initiate the HDL Bulk Data Upload

Using a file you loaded before to the Oracle WebCenter Content server, you can now begin the file upload with HCM Data Loader.

  1. Using Postman create a new POST request for the URL https://{{env}}/hcmRestApi/resources/11.13.18.05/dataLoadDataSets/action/createFileDataSet.
  2. In the Body section of the POST request, select raw and JSON.
  3. Specify the JSON Body replacing the content_id with the document identifier of your file.
  4. Configure the authorization for this request as per the previous section
  5. In the Headers region, set the Content-Type header to the value, application/vnd.oracle.adf.action+json
  6. Save the POST request.
  7. Click Send.
  8. The HDL import and load is initiated.
    Note: If you're uploading attachment files with the Document Records, then they must be in the same .zip file as the DocumentsOfRecord.dat file that contains the related document records. All attachment files need to be placed in a subdirectory named BlobFiles.

    See the CFDI Documents topic in the Loading Payroll Localization Data for Mexico chapter of the HCM Data Loading Business Objects help center guide, for more information about uploading CFDI Documents.

    See the Using the HCM Data Loader REST API tutorial on help center for more information about automating your HCM Data Loader (HDL) CFDI integrations using the dataLoadDataSets REST API.