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:
PENDINGstarted_atstring<date-time>
Timestamp when processing started
Example:
2026-07-06T16:45:23.123-05:00successfully_registeredinteger<int64>
Number of records processed/registered successfully
Example:
118failure_reasonstring
Reason for failure of the whole process, when applicable
Example:
nullfailed_registrationsinteger<int64>
Number of records that failed validation/processing
Example:
2completed_atstring<date-time>
Timestamp when processing completed (success or failure)
Example:
2026-07-06T16:47:01.456-05:00original_file_namestring
Original file name provided by the client
Example:
support-config.csvprocess_idstring<uuid>
Unique identifier (UUID) of the upload process
Example:
550e8400-e29b-41d4-a716-446655440000total_recordsinteger<int64>
Total number of records found in the uploaded CSV file
Example:
120errors_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/...