---
title: "List income items"
method: POST
path: "/accounting/incomeitems/list/"
tags: ["Accounting (IncomeItems)"]
---

# List income items

`POST /accounting/incomeitems/list/`

This API is currently marked as alpha, and may change in the future without notice.

## Headers

- `Content-Language` unknown

## Request body

- AccountingIncomeItemsListRequest
  - `Credentials` CoreAPICredentials, required
    - `CompanyID` integer, required — Company identifier
    - `APIKey` string, required — API key secret
  - `Paging` CoreTypedPaging
    - `StartIndex` integer, nullable — Paging start index
    - `PageSize` integer, nullable — Returned entities count. Defaults to 10, minimum of 10, maximum of 1000.

## Response `200`

OK

- ResponseAccountingIncomeItemsListResponse
  - `Status` 'Success (0)' | 'BusinessError (1)' | 'TechnicalError (2)'
  - `UserErrorMessage` string, nullable — Error message, in a user readable format
  - `TechnicalErrorDetails` string, nullable — Technical error details, let us know if you received this.
  - `Data` AccountingIncomeItemsListResponse
    - `IncomeItems` AccountingTypedListIncomeItem[], nullable
      - `ID` integer, nullable — SUMIT identifier
      - `Name` string, nullable — Item name
      - `Description` string, nullable — Item description
      - `Price` number, double, nullable — Item price
      - `Cost` number, double, nullable — Item cost
      - `ExternalIdentifier` string, nullable — Income item external identifier
      - `SKU` string, nullable
    - `HasNextPage` boolean

---

[API](https://skmtc.net/myofficeguy/apis/sumit-api-full.md) · [All operations](https://skmtc.net/myofficeguy/apis/sumit-api-full/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myofficeguy/sumit-api-full/versions/5bd7e67f2af4/schema)
