Payroll Schema
InvalidPayslip Element
Payroll Schema > CheckPayrollSubmissionResponse Complex Type : InvalidPayslip Element
Description
List of Invalid Payslips (if any). Any payslips in this list will not have been saved so the payslips will not feed into the employer liability for the statuatory return for the period. Included when the submission has completed processing (if required).
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
InvalidPayslip Complex Type
Diagram
Description Element Path Element Code Element Sequence Error Element LineItemID Element Sequence InvalidPayslip Element
Overview
InvalidPayslip 0..∞ InvalidPayslip Complex Type
List of Invalid Payslips (if any). Any payslips in this list will not have been saved so the payslips will not feed into the employer liability for the statuatory return for the period. Included when the submission has completed processing (if required).
Sequence
LineItemID payrollRunLineItemID Simple Type
LineItemID of the payslip containing validation errors.
Error 1..∞ Error Complex Type
List of validation errors related to the payslip.
Sequence
Code errorCode Simple Type
Technical Error Code - to be used for mapping to error messages.
Path optional errorPath Simple Type
Path to error in schema, if available.
Description errorDescription Simple Type
Technical description of error.
Source
<xs:element name="InvalidPayslip" type="pp:InvalidPayslip" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>List of Invalid Payslips (if any). Any payslips in this list will not have been saved so the payslips will not feed into the employer liability for the statuatory return for the period. Included when the submission has completed processing (if required).</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckPayrollSubmissionResponse Complex TypePayroll Schema