> ## Documentation Index
> Fetch the complete documentation index at: https://docs.worthai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tax Filing

> Retrieve annualized tax data associated with a particular businessID



## OpenAPI

````yaml get /accounting/tax-filing/business/{businessID}
openapi: 3.1.0
info:
  title: Integration Service
  description: >-
    This service is responsible for all integrations and contains all
    integration information about the business.
  contact: {}
  version: '1.0'
servers:
  - url: https://api.joinworth.com/integration/api/v1
    variables: {}
  - url: http://localhost:3005/api/v1/accounting/taxStatus
    variables: {}
  - url: http://example.com
    variables: {}
  - url: http://localhost:3000/api/v1
    variables: {}
security: []
tags:
  - name: Banking
  - name: Financials
  - name: Accounting
  - name: Public Records
  - name: manual-filing
  - name: Taxation
  - name: OpenCorporates
  - name: ZoomInfo
  - name: Verification
  - name: Verification
  - name: FAQ Chatbot
  - name: Applicants
  - name: Extract Document Details
  - name: Charts / Stats
  - name: Credit Bureau (Equifax)
  - name: Insights
    description: >-
      AI Insights Assistant that can help generate an insights report.
      Additionally users can converse with a chatbot about their report.
  - name: Risk Alerts
  - name: Queue Management
  - name: Data Scrape
  - name: White Label
  - name: File Executions
  - name: Files
  - name: OCR
  - name: Customer Integration Settings
  - name: Facts
    description: >-
      Facts provide a common interface to pick the most authoritative values for
      attribues that may be sourced from different sources.


      E.g.: Which address do we surface as the primary address for a business?
      Determine that by collecting all addresses we have and returning the
      address with the highest degree of confidence.
  - name: Adverse Media
  - name: Misc
    description: ''
paths:
  /accounting/tax-filing/business/{businessID}:
    parameters: []
    get:
      tags:
        - Taxation
      summary: Tax Filing
      description: Retrieve annualized tax data associated with a particular businessID
      operationId: TaxFiling
      parameters:
        - name: businessID
          in: path
          description: ''
          required: true
          style: simple
          schema:
            type: string
            examples:
              - a737498d-1d76-4c88-bdbb-eaa3e84e8c2f
      responses:
        '200':
          description: OK
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 02 Sep 2024 04:50:22 GMT
            Content-Length:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: '4217'
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: keep-alive
            Content-Security-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: >-
                    default-src 'self';base-uri 'self';font-src 'self' https:
                    data:;form-action 'self';frame-ancestors 'self';img-src
                    'self' data:;object-src 'none';script-src
                    'self';script-src-attr 'none';style-src 'self' https:
                    'unsafe-inline';upgrade-insecure-requests
            Cross-Origin-Opener-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: same-origin
            Cross-Origin-Resource-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: same-origin
            Origin-Agent-Cluster:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: '?1'
            Referrer-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: no-referrer
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: max-age=15552000; includeSubDomains
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: nosniff
            X-DNS-Prefetch-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: 'off'
            X-Download-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: noopen
            X-Frame-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: SAMEORIGIN
            X-Permitted-Cross-Domain-Policies:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: none
            X-XSS-Protection:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: '0'
            Vary:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Origin
            Access-Control-Allow-Credentials:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: 'true'
            ETag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: W/"1079-38ZKaXD2yNPBgASNRGYgH1CcNls"
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                  - $ref: '#/components/schemas/TaxFilingByScore'
                  - examples:
                      - status: success
                        message: success
                        data:
                          annual_data:
                            - period: 2020
                              business_type: BUSINESS
                              total_sales: 28264
                              total_compensation: 0
                              total_wages: 23519
                              irs_balance: 0
                              lien_balance: 0
                              cost_of_goods_sold: 0
                              quarterlyData:
                                - periodYear: 2020
                                  periodMonth: 3
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2020
                                  periodMonth: 6
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2020
                                  periodMonth: 9
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2020
                                  periodMonth: 12
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                            - period: 2021
                              business_type: BUSINESS
                              total_sales: 39381
                              total_compensation: 0
                              total_wages: 33854
                              irs_balance: 0
                              lien_balance: 0
                              cost_of_goods_sold: 0
                              quarterlyData:
                                - periodYear: 2021
                                  periodMonth: 3
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2021
                                  periodMonth: 6
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2021
                                  periodMonth: 9
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2021
                                  periodMonth: 12
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                            - period: 2022
                              business_type: BUSINESS
                              total_sales: 49549
                              total_compensation: 0
                              total_wages: 35655
                              irs_balance: 0
                              lien_balance: 0
                              cost_of_goods_sold: 0
                              quarterlyData:
                                - periodYear: 2022
                                  periodMonth: 3
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2022
                                  periodMonth: 6
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2022
                                  periodMonth: 9
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2022
                                  periodMonth: 12
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                            - period: 2023
                              business_type: BUSINESS
                              total_sales: 0
                              total_compensation: 0
                              total_wages: 0
                              irs_balance: 0
                              lien_balance: 0
                              cost_of_goods_sold: 0
                              quarterlyData:
                                - periodYear: 2023
                                  periodMonth: 3
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2023
                                  periodMonth: 6
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2023
                                  periodMonth: 9
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                                - periodYear: 2023
                                  periodMonth: 12
                                  form: '941'
                                  form_type: ACTR
                                  interest: '0'
                                  interest_date: ''
                                  penalty: '0'
                                  penalty_date: ''
                                  filed_date: ''
                                  balance: '0'
                                  tax_period_ending_date: ''
                                  amount_filed: '0'
                          is_consent_provided: true
                          irs_status: COMPLETED
                          version: 2
                contentMediaType: application/json; charset=utf-8
              example:
                status: success
                message: success
                data:
                  annual_data:
                    - period: 2020
                      business_type: BUSINESS
                      total_sales: 28264
                      total_compensation: 0
                      total_wages: 23519
                      irs_balance: 0
                      lien_balance: 0
                      cost_of_goods_sold: 0
                      quarterlyData:
                        - periodYear: 2020
                          periodMonth: 3
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2020
                          periodMonth: 6
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2020
                          periodMonth: 9
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2020
                          periodMonth: 12
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                    - period: 2021
                      business_type: BUSINESS
                      total_sales: 39381
                      total_compensation: 0
                      total_wages: 33854
                      irs_balance: 0
                      lien_balance: 0
                      cost_of_goods_sold: 0
                      quarterlyData:
                        - periodYear: 2021
                          periodMonth: 3
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2021
                          periodMonth: 6
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2021
                          periodMonth: 9
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2021
                          periodMonth: 12
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                    - period: 2022
                      business_type: BUSINESS
                      total_sales: 49549
                      total_compensation: 0
                      total_wages: 35655
                      irs_balance: 0
                      lien_balance: 0
                      cost_of_goods_sold: 0
                      quarterlyData:
                        - periodYear: 2022
                          periodMonth: 3
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2022
                          periodMonth: 6
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2022
                          periodMonth: 9
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2022
                          periodMonth: 12
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                    - period: 2023
                      business_type: BUSINESS
                      total_sales: 0
                      total_compensation: 0
                      total_wages: 0
                      irs_balance: 0
                      lien_balance: 0
                      cost_of_goods_sold: 0
                      quarterlyData:
                        - periodYear: 2023
                          periodMonth: 3
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2023
                          periodMonth: 6
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2023
                          periodMonth: 9
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                        - periodYear: 2023
                          periodMonth: 12
                          form: '941'
                          form_type: ACTR
                          interest: '0'
                          interest_date: ''
                          penalty: '0'
                          penalty_date: ''
                          filed_date: ''
                          balance: '0'
                          tax_period_ending_date: ''
                          amount_filed: '0'
                  is_consent_provided: true
                  irs_status: COMPLETED
                  version: 2
        default:
          description: ''
          headers: {}
          content: {}
      deprecated: false
      security:
        - bearer: []
      servers:
        - url: https://api.joinworth.com/integration/api/v1
          variables: {}
components:
  schemas:
    TaxFilingByScore:
      title: TaxFilingByScore
      type: object
      properties:
        status:
          type: string
        message:
          type: string
        data:
          $ref: '#/components/schemas/Data31'
      examples:
        - status: success
          message: success
          data:
            annual_data:
              - period: 2020
                business_type: BUSINESS
                total_sales: 28264
                total_compensation: 0
                total_wages: 23519
                irs_balance: 0
                lien_balance: 0
                cost_of_goods_sold: 0
                quarterlyData:
                  - periodYear: 2020
                    periodMonth: 3
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2020
                    periodMonth: 6
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2020
                    periodMonth: 9
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2020
                    periodMonth: 12
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
              - period: 2021
                business_type: BUSINESS
                total_sales: 39381
                total_compensation: 0
                total_wages: 33854
                irs_balance: 0
                lien_balance: 0
                cost_of_goods_sold: 0
                quarterlyData:
                  - periodYear: 2021
                    periodMonth: 3
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2021
                    periodMonth: 6
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2021
                    periodMonth: 9
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2021
                    periodMonth: 12
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
              - period: 2022
                business_type: BUSINESS
                total_sales: 49549
                total_compensation: 0
                total_wages: 35655
                irs_balance: 0
                lien_balance: 0
                cost_of_goods_sold: 0
                quarterlyData:
                  - periodYear: 2022
                    periodMonth: 3
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2022
                    periodMonth: 6
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2022
                    periodMonth: 9
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2022
                    periodMonth: 12
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
              - period: 2023
                business_type: BUSINESS
                total_sales: 0
                total_compensation: 0
                total_wages: 0
                irs_balance: 0
                lien_balance: 0
                cost_of_goods_sold: 0
                quarterlyData:
                  - periodYear: 2023
                    periodMonth: 3
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2023
                    periodMonth: 6
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2023
                    periodMonth: 9
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
                  - periodYear: 2023
                    periodMonth: 12
                    form: '941'
                    form_type: ACTR
                    interest: '0'
                    interest_date: ''
                    penalty: '0'
                    penalty_date: ''
                    filed_date: ''
                    balance: '0'
                    tax_period_ending_date: ''
                    amount_filed: '0'
            is_consent_provided: true
            irs_status: COMPLETED
            version: 2
    Data31:
      title: Data31
      type: object
      properties:
        annual_data:
          type: array
          items:
            $ref: '#/components/schemas/AnnualDatum'
          description: ''
        is_consent_provided:
          type: boolean
        irs_status:
          type: string
        version:
          type: integer
          contentEncoding: int32
      examples:
        - annual_data:
            - period: 2020
              business_type: BUSINESS
              total_sales: 28264
              total_compensation: 0
              total_wages: 23519
              irs_balance: 0
              lien_balance: 0
              cost_of_goods_sold: 0
              quarterlyData:
                - periodYear: 2020
                  periodMonth: 3
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2020
                  periodMonth: 6
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2020
                  periodMonth: 9
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2020
                  periodMonth: 12
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
            - period: 2021
              business_type: BUSINESS
              total_sales: 39381
              total_compensation: 0
              total_wages: 33854
              irs_balance: 0
              lien_balance: 0
              cost_of_goods_sold: 0
              quarterlyData:
                - periodYear: 2021
                  periodMonth: 3
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2021
                  periodMonth: 6
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2021
                  periodMonth: 9
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2021
                  periodMonth: 12
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
            - period: 2022
              business_type: BUSINESS
              total_sales: 49549
              total_compensation: 0
              total_wages: 35655
              irs_balance: 0
              lien_balance: 0
              cost_of_goods_sold: 0
              quarterlyData:
                - periodYear: 2022
                  periodMonth: 3
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2022
                  periodMonth: 6
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2022
                  periodMonth: 9
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2022
                  periodMonth: 12
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
            - period: 2023
              business_type: BUSINESS
              total_sales: 0
              total_compensation: 0
              total_wages: 0
              irs_balance: 0
              lien_balance: 0
              cost_of_goods_sold: 0
              quarterlyData:
                - periodYear: 2023
                  periodMonth: 3
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2023
                  periodMonth: 6
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2023
                  periodMonth: 9
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
                - periodYear: 2023
                  periodMonth: 12
                  form: '941'
                  form_type: ACTR
                  interest: '0'
                  interest_date: ''
                  penalty: '0'
                  penalty_date: ''
                  filed_date: ''
                  balance: '0'
                  tax_period_ending_date: ''
                  amount_filed: '0'
          is_consent_provided: true
          irs_status: COMPLETED
          version: 2
    AnnualDatum:
      title: AnnualDatum
      type: object
      properties:
        period:
          type: integer
          contentEncoding: int32
        business_type:
          type: string
        total_sales:
          type: integer
          contentEncoding: int32
        total_compensation:
          type: integer
          contentEncoding: int32
        total_wages:
          type: integer
          contentEncoding: int32
        irs_balance:
          type: integer
          contentEncoding: int32
        lien_balance:
          type: integer
          contentEncoding: int32
        cost_of_goods_sold:
          type: integer
          contentEncoding: int32
        quarterlyData:
          type: array
          items:
            $ref: '#/components/schemas/QuarterlyDatum'
          description: ''
      examples:
        - period: 2020
          business_type: BUSINESS
          total_sales: 28264
          total_compensation: 0
          total_wages: 23519
          irs_balance: 0
          lien_balance: 0
          cost_of_goods_sold: 0
          quarterlyData:
            - periodYear: 2020
              periodMonth: 3
              form: '941'
              form_type: ACTR
              interest: '0'
              interest_date: ''
              penalty: '0'
              penalty_date: ''
              filed_date: ''
              balance: '0'
              tax_period_ending_date: ''
              amount_filed: '0'
            - periodYear: 2020
              periodMonth: 6
              form: '941'
              form_type: ACTR
              interest: '0'
              interest_date: ''
              penalty: '0'
              penalty_date: ''
              filed_date: ''
              balance: '0'
              tax_period_ending_date: ''
              amount_filed: '0'
            - periodYear: 2020
              periodMonth: 9
              form: '941'
              form_type: ACTR
              interest: '0'
              interest_date: ''
              penalty: '0'
              penalty_date: ''
              filed_date: ''
              balance: '0'
              tax_period_ending_date: ''
              amount_filed: '0'
            - periodYear: 2020
              periodMonth: 12
              form: '941'
              form_type: ACTR
              interest: '0'
              interest_date: ''
              penalty: '0'
              penalty_date: ''
              filed_date: ''
              balance: '0'
              tax_period_ending_date: ''
              amount_filed: '0'
    QuarterlyDatum:
      title: QuarterlyDatum
      type: object
      properties:
        periodYear:
          type: integer
          contentEncoding: int32
        periodMonth:
          type: integer
          contentEncoding: int32
        form:
          type: string
        form_type:
          type: string
        interest:
          type: string
        interest_date:
          type: string
        penalty:
          type: string
        penalty_date:
          type: string
        filed_date:
          type: string
        balance:
          type: string
        tax_period_ending_date:
          type: string
        amount_filed:
          type: string
      examples:
        - periodYear: 2020
          periodMonth: 3
          form: '941'
          form_type: ACTR
          interest: '0'
          interest_date: ''
          penalty: '0'
          penalty_date: ''
          filed_date: ''
          balance: '0'
          tax_period_ending_date: ''
          amount_filed: '0'
  securitySchemes:
    bearer:
      type: http
      scheme: bearer

````