GA
Request Body
Field | Type | Description |
---|---|---|
  GA | object | Georgia state recon details. |
    FormG1003 | object | Contains Georgia Recon Form G-1003 details. |
      GAWithHoldingID | string | Georgia state withholding ID number. Allowed values: "9999999 AA" |
      IsDomesticEr | Boolean | When TRUE, identifies that the employer is a domestic employer. |
      TotNumOfW2Forms | int | Total number of W-2 forms. |
      TotWages | number | Total GA taxable wages paid. Size Range: 0-999999999.99 |
      TotTaxWH | number | Total GA tax withheld. Size Range: 0-999999999.99 |
Request JSON
"GA": { "FormG1003": { "GAWithHoldingID": "9978967-SS", "IsDomesticEr": false, "TotNumOfW2Forms": 20, "TotWages": 2000, "TotTaxWH": 200 }}
-->