---
title: "Retrieve reports for 1099"
method: GET
path: "/Reports/TenNinetyNine"
tags: ["Accounting"]
---

# Retrieve reports for 1099

`GET /Reports/TenNinetyNine`

## Query parameters

- `reportYear` string

## Response `200`

Success - return response of type Reports

- Reports
  - `Reports` Report[]
    - `ReportName` string — See Prepayment Types
    - `ReportType` 'AgedPayablesByContact' — See Prepayment Types
    - `ReportTitle` string — See Prepayment Types
    - `ReportDate` string — Date of report
    - `UpdatedDateUTC` string — Updated Date
    - `Contacts` TenNinetyNineContact[]
      - `Box1` number, double — Box 1 on 1099 Form
      - `Box2` number, double — Box 2 on 1099 Form
      - `Box3` number, double — Box 3 on 1099 Form
      - `Box4` number, double — Box 4 on 1099 Form
      - `Box5` number, double — Box 5 on 1099 Form
      - `Box6` number, double — Box 6 on 1099 Form
      - `Box7` number, double — Box 7 on 1099 Form
      - `Box8` number, double — Box 8 on 1099 Form
      - `Box9` number, double — Box 9 on 1099 Form
      - `Box10` number, double — Box 10 on 1099 Form
      - `Box11` number, double — Box 11 on 1099 Form
      - `Box13` number, double — Box 13 on 1099 Form
      - `Box14` number, double — Box 14 on 1099 Form
      - `Name` string — Contact name on 1099 Form
      - `FederalTaxIDType` string — Contact Fed Tax ID type
      - `City` string — Contact city on 1099 Form
      - `Zip` string — Contact zip on 1099 Form
      - `State` string — Contact State on 1099 Form
      - `Email` string — Contact email on 1099 Form
      - `StreetAddress` string — Contact address on 1099 Form
      - `TaxID` string — Contact tax id on 1099 Form
      - `ContactId` string, uuid — Contact contact id
      - `LegalName` string — Contact legal name
      - `BusinessName` string — Contact business name
      - `FederalTaxClassification` 'SOLE_PROPRIETOR' | 'PARTNERSHIP' | 'TRUST_OR_ESTATE' | 'NONPROFIT' | 'C_CORP' | 'S_CORP' | 'OTHER' — Contact federal tax classification

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/5cf7f780d3c8/schema)
