send To Nts B2b Tax Invoice
suspend fun sendToNtsB2bTaxInvoice(taxInvoiceKey: String, brn: String? = null, taxInvoiceKeyType: B2bTaxInvoiceKeyType? = null, test: Boolean? = null): SendToNtsB2bTaxInvoiceResponse
세금계산서 국세청 즉시 전송
발행이 완료된 세금계산서를 국세청에 즉시 전송합니다.
Parameters
tax Invoice Key
세금계산서 문서 번호
brn
사업자등록번호
tax Invoice Key Type
문서 번호 유형
query 파라미터로 전달된 문서번호 유형. 기본 값은 TAX_INVOICE_ID이며 SUPPLIER, RECIPIENT, TAX_INVOICE_ID을 지원합니다.
test
테스트 모드 여부
true 이면 테스트 모드로 실행되며, false 이거나 주어지지 않은 경우 테스트 모드를 사용하지 않습니다.