---
title: "Get a list of deposit adjustment lines items for an invoice"
method: POST
path: "/api/invoices/{invoiceId}/deposit-adjustment-line-items/list"
tags: ["Invoice Deposit Adjustment Line Item"]
---

# Get a list of deposit adjustment lines items for an invoice

`POST /api/invoices/{invoiceId}/deposit-adjustment-line-items/list`

## Path parameters

- `invoiceId` string, required

## Response `200`

List of deposit adjustment line items for the given invoice id

- InvoiceDepositAdjustmentLineItemDto[]
  - `id` string, required — Unique id associated to this entity.
  - `name` string, nullable — Verbose name for this entity.
  - `description` string, nullable — Verbose description for this entity.
  - `price` number, double, required — The line item price.
  - `accountingCodeId` string, nullable — Accounting code key identifier. Please reference /api/accounting-codes endpoint.
  - `externalReferences` object, nullable — Arbitrary key-value-pair like data that can be used to later on search for this line item.
  - `salesOrderLineItemId` string, nullable — Related sales order line item id.
  - `accountingDetails` CommonAccountingDetailsDto, required — An object that contains all accounting details.
    - `classId` string, nullable — Item class identifier. Please reference /api/item-classes endpoint.
    - `incomeAccountId` string, nullable — Income account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.
    - `assetAccountId` string, nullable — Asset account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.
    - `expenseAccountId` string, nullable — Expense account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.
    - `cogsAccountId` string, nullable — COGS account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.

## Other responses

- `404` — The invoice did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/a41e60b375bc/schema)
