---
title: "GET /api/accounting-software-codes"
method: GET
path: "/api/accounting-software-codes"
tags: ["Accounting-Software-Codes"]
---

# GET /api/accounting-software-codes

`GET /api/accounting-software-codes`

## Query parameters

- `Type` string, nullable, required

## Response `200`

Success

- GetAccountingSoftwareCodesResponse
  - `itemCodes` ItemCodeDto[]
    - `id` string, guid
    - `accountingSoftwareId` string, guid
    - `value` string, required
  - `accountCodes` AccountCodeDto[]
    - `id` string, guid
    - `accountingSoftwareId` string, guid
    - `name` string, required
    - `value` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
