Payroll Schema
PayrollSubmissionResponse Element
Payroll Schema : PayrollSubmissionResponse Element
Description
Acknowledges the receipt of an Employer's PAYE Payroll Submission Request, or Validation Errors if validation failed.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
PayrollSubmissionResponse Complex Type
Diagram
Description Element Path Element Code Element Sequence ValidationWarning Element Description Element Path Element Code Element Sequence ValidationError Element AcknowledgementID Element AcknowledgementStatus Element Sequence PayrollSubmissionResponse Element
Overview
PayrollSubmissionResponse PayrollSubmissionResponse Complex Type
Acknowledges the receipt of an Employer's PAYE Payroll Submission Request, or Validation Errors if validation failed.
Sequence
AcknowledgementStatus acknowledgementStatus Simple Type
Acknowledgement status for Employer's PAYE Payroll Submission Request. Possible values are Acknowledged or Rejected.
AcknowledgementID optional acknowledgementID Simple Type
Unique ID for acknowledged requests - to be used for technical support if required.
ValidationError 0..∞ Error Complex Type
List of Submission Validation Errors (if any).
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.
ValidationWarning 0..∞ Warning Complex Type
List of Submission Validation Warnings (if any).
Sequence
Code warningCode Simple Type
Technical Code for warning - to be used for mapping to warning messages.
Path optional warningPath Simple Type
Path to warning in schema, if available.
Description warningDescription Simple Type
Technical description of warning.
Source
<xs:element name="PayrollSubmissionResponse" type="pp:PayrollSubmissionResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Acknowledges the receipt of an Employer's PAYE Payroll Submission Request, or Validation Errors if validation failed.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Payroll Schema