메인 콘텐츠로 건너뛰기
POST
/
v1
/
taxInvoices
/
{issuanceKey}
/
amend
/
termination
전자(세금)계산서 수정발행 - 계약의 해제
curl --request POST \
  --url https://xapi.bolta.io/v1/taxInvoices/{issuanceKey}/amend/termination \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --header 'Customer-Key: <customer-key>' \
  --data '
{
  "date": "2023-12-25"
}
'
{
  "issuanceKey": "<string>"
}

인증

Authorization
string
header
필수

API 키를 Base64 인코딩하여 전달합니다. Username에 API 키를 입력하고 Password는 비워두세요.

헤더

Customer-Key
string
필수

고객 식별 키. 고객 생성 API로 발급받은 customerKey를 사용합니다. API 키 단위로 독립 관리됩니다. 인증 가이드

경로 매개변수

issuanceKey
string
필수

발행 요청 식별번호

본문

application/json
date
string<date>
필수

계약 해제 날짜

예시:

"2024-08-24"

응답

issuanceKey
string
필수

수정발행 세금계산서의 IssuanceKey

예시:

"8D529FAD3EBAE050B79CE943CCC7CEDE"