Create Request for Data Upload

Create the request to upload the HDL files sent from your Proveedor Autorizado de Certificación (PAC). Use these steps to create the request to upload data.

  1. Open the Postman REST client.
  2. Click New and then click the HTTP icon
  3. Create a new POST request for the URL: https://{{env}}/documents/files/data
  4. For the Body, select form-data and enter this information for each row:
    KeyValue
    metadataValues
     {
    "dDocAuthor":"{{user}}@oracle.com",
    "dDocTitle":"DocumentOfRecords.zip",
    "dSecurityGroup":"FAFusionImportExport",
    "dDocAccount":"hcm$/dataloader$/import$",
    "dDocType":"Document"
    primaryFile Select the file to be uploaded
  5. Click Authorization and select Basic Auth as the authentication type.
  6. Enter your username and password. The user needs to have the Upload data for Human Capital Management file based import role hierarchy.
  7. Click Save to save your request.
    You can now upload files