Skip to main content

SupportConfigUploadProcessResponse

Support config CSV upload process resource. errors_file_url is always present in the JSON (null when there are no validation errors).

statusstring

Current status of the upload process

Possible values: [VALIDATION_ERROR, PENDING, PROCESSING, COMPLETED, FAILED]

Example: PENDING
started_atstring<date-time>

Timestamp when processing started

Example: 2026-07-06T16:45:23.123-05:00
successfully_registeredinteger<int64>

Number of records processed/registered successfully

Example: 118
failure_reasonstring

Reason for failure of the whole process, when applicable

Example: null
failed_registrationsinteger<int64>

Number of records that failed validation/processing

Example: 2
completed_atstring<date-time>

Timestamp when processing completed (success or failure)

Example: 2026-07-06T16:47:01.456-05:00
original_file_namestring

Original file name provided by the client

Example: support-config.csv
process_idstring<uuid>

Unique identifier (UUID) of the upload process

Example: 550e8400-e29b-41d4-a716-446655440000
total_recordsinteger<int64>

Total number of records found in the uploaded CSV file

Example: 120
errors_file_urlstring

Presigned URL to download the validation errors CSV; always present, null when there are no errors

Example: https://osigu-rcm.s3.amazonaws.com/pre-attendance/support-configs/...