---
title: "전자(세금)계산서 수정발행 - 공급가액 변동"
method: POST
path: "/v1/taxInvoices/{issuanceKey}/amend/changeSupplyCost"
tags: ["세금계산서"]
---

# 전자(세금)계산서 수정발행 - 공급가액 변동

`POST /v1/taxInvoices/{issuanceKey}/amend/changeSupplyCost`

기존 대비 얼마나 (+) 또는 (-) 되었는지를 품목으로 전달합니다. `taxType`에 따라 품목의 세액(`tax`)을 전달해주세요.

자세한 계산 예시는 [수정발행 유형 가이드](/docs/api-introduction/amendment-guide#공급가액-변동)를 참고하세요.

## Path parameters

- `issuanceKey` string, required

## Headers

- `Supplier-Key` string, required

## Request body

- object
  - `date` string, date, required
  - `taxType` 'TAXABLE' | 'ZERO_RATE' | 'TAX_FREE', required — TAXABLE: 과세(전자세금계산서), ZERO_RATE: 영세율(전자세금계산서), TAX_FREE: 면세(계산서). TAXABLE은 품목의 세액이 null일 수 없고, ZERO_RATE은 모든 품목의 세액이 0이어야 하며, TAX_FREE는 모든 품목의 세액이 null이어야 합니다.
  - `items` object[], required
    - `date` string, date, required
    - `name` string, required — 품목명
    - `unitPrice` integer, nullable — 단가
    - `quantity` integer, nullable — 수량
    - `supplyCost` integer, required — 공급가액
    - `tax` integer, nullable — 세액
    - `specification` string, nullable — 규격
    - `description` string, nullable — 품목 비고

## Response `200`

- object
  - `issuanceKey` string, required — 발행 요청에 대한 식별번호. 포맷과 길이는 바뀔 수 있으므로 유의하시기 바랍니다.

## Other responses

- `400` — 잘못된 요청
- `500` — 서버 내부 오류

---

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