---
title: "Retrieve creditNote positions"
method: GET
path: "/CreditNotePos"
tags: ["CreditNotePos"]
---

# Retrieve creditNote positions

`GET /CreditNotePos`

Retrieve all creditNote positions depending on the filters defined in the query.

## Query parameters

- `creditNote[id]` integer
- `creditNote[objectName]` string

## Response `200`

Successful operation

- object
  - `objects` ModelCreditNotePosResponse[]
    - `id` string — The creditNote position id
    - `objectName` string — The creditNote position object name
    - `create` string — Date of creditNote position creation
    - `update` string — Date of last creditNote position update
    - `creditNote` object, required — The creditNote to which the position belongs.
      - `id` string, required — Unique identifier of the creditNote
      - `objectName` string, required — Model name, which is 'creditNote'
    - `part` object — Part from your inventory which is used in the position.
      - `id` string, required — Unique identifier of the part
      - `objectName` string, required — Model name, which is 'Part'
    - `quantity` string, required — Quantity of the article/part
    - `price` string, nullable — Price of the article/part. Is either gross or net, depending on the sevdesk account setting.
    - `priceNet` string, nullable — Net price of the part
    - `priceTax` string, nullable — Tax on the price of the part
    - `priceGross` string, nullable — Gross price of the part
    - `name` string, nullable — Name of the article/part.
    - `unity` object, required — The unit in which the positions part is measured
      - `id` string, required — Unique identifier of the unit
      - `objectName` string, required — Model name, which is 'Unity'
    - `sevClient` object — Client to which creditNote position belongs. Will be filled automatically
      - `id` string, required — Unique identifier of the client
      - `objectName` string, required — Model name, which is 'SevClient'
    - `positionNumber` string, nullable — Position number of your position. Can be used to creditNote multiple positions.
    - `text` string, nullable — A text describing your position.
    - `discount` string, nullable — An optional discount of the position.
    - `optional` boolean, nullable — Defines if the position is optional.
    - `taxRate` string, required — Tax rate of the position.
    - `sumDiscount` string, nullable — Discount sum of the position

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `500` — Server Error

---

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