계약의 해제 사유 수정발행은 작성일자 단일 항목만 전달되며, 기존 발행건이 상계처리되는 방식으로 동작합니다.
작성일자
{ "date": "2024-08-24" }
curl --location --request POST 'https://xapi.bolta.io/v1/taxInvoices//amend/termination' \ --header 'Authorization: Basic {Base64_Encoded_API_KEY}' \ --header 'Customer-Key: customer_bf8paz' \ --header 'Content-Type: application/json' \ --data-raw '{ "date": "2024-08-24" }'
{ "issuanceKey": "8D529FAD3EBAE050B79CE943CCC7CEDE" }