Payroll Schema
CheckPayrollRunRequest Complex Type
Payroll Schema : CheckPayrollRunRequest Complex Type
Description
Request to check the current status of an Employer's PAYE Payroll Run, based on the RunReference.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
PayrollRunReference Element Version Element Name Element Sequence SoftwareUsed Element TaxYear Element AgentTain Element EmployerRegistrationNumber Element Sequence CheckPayrollRunRequest Complex Type
Overview
CheckPayrollRunRequest
Request to check the current status of an Employer's PAYE Payroll Run, based on the RunReference.
Sequence
EmployerRegistrationNumber employerReg Simple Type
Employer's PAYE Registration Number.
AgentTain optional agentTAIN Simple Type
Tax Advisor Identification Number. Required if payroll submission is filed by an agent on behalf of employer.
TaxYear dateYear Simple Type
Used to identify the tax year to which the submission relates (YYYY).
SoftwareUsed SoftwareUsed Complex Type
Third party software product identifier.
Sequence
Name defaultString Simple Type
Name of third party software product.
Version defaultString Simple Type
Version of third party software product.
PayrollRunReference PayrollRunReference Simple Type
Used to identify the Payroll event that the submission refers to e.g. ‘Site_1_Week_1’.
Used By
CheckPayrollRunRequest Element
Source
<xs:complexType name="CheckPayrollRunRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Request to check the current status of an Employer's PAYE Payroll Run, based on the RunReference.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployerRegistrationNumber" type="pc:employerReg">
      <xs:annotation>
        <xs:documentation>Employer's PAYE Registration Number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AgentTain" type="pc:agentTAIN" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Tax Advisor Identification Number. Required if payroll submission is filed by an agent on behalf of employer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxYear" type="pc:dateYear">
      <xs:annotation>
        <xs:documentation>Used to identify the tax year to which the submission relates (YYYY).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareUsed" type="pp:SoftwareUsed">
      <xs:annotation>
        <xs:documentation>Third party software product identifier.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PayrollRunReference" type="pc:PayrollRunReference">
      <xs:annotation>
        <xs:documentation>Used to identify the Payroll event that the submission refers to e.g. ‘Site_1_Week_1’.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema