Skip to main content

Imports, or Updates, Non-Employee Records​

This post will import, or update, Non-Employee records found in the CSV. Requires role context of idn:nesr:create

Path Parameters
  • id string required

    Source Id (UUID)

    Example: e136567de87e4d029e60b3c3c55db56d
Request Body
  • data binary required
Responses

The CSV was accepted to be bulk inserted now or at a later time.


Schema
  • id string

    The bulk upload job's ID. (UUID)

  • sourceId string

    The ID of the source to bulk-upload non-employees to. (UUID)

  • created date-time

    The date-time the job was submitted.

  • modified date-time

    The date-time that the job was last updated.

  • status string

    Possible values: [PENDING, IN_PROGRESS, COMPLETED, ERROR]

    Returns the following values indicating the progress or result of the bulk upload job. "PENDING" means the job is queued and waiting to be processed. "IN_PROGRESS" means the job is currently being processed. "COMPLETED" means the job has been completed without any errors. "ERROR" means the job failed to process with errors.

Loading...