PostSubmissionGetResponse

  • checksum
    Type: string

    The MD5 checksum used to verify file integrity during the initial upload.

  • createdAt
    Type: stringFormat: date-time

    Timestamp of when the submission record was first created.

  • errorDescription
    Type: null | string

    Detailed explanation of why the file failed validation, if applicable.

  • expiration
    Type: stringFormat: date-time

    Expiration time for the download URL.

  • fileName
    Type: string

    The original name of the submitted file.

  • referenceDate
    Type: stringFormat: date-time

    The payroll reference period associated with this file.

  • status
    Type: string

    Current processing state: Processing, Completed, or Failed.

  • type
    Type: string

    The document type (e.g., Census, Receipt).

  • updatedAt
    Type: null | stringFormat: date-time

    Timestamp of the last update (e.g., when status changed from Processing to Completed).

  • url
    Type: string

    A read-only URL to download the original file submitted.