attachB2bTaxInvoiceFile

@JvmName(name = "attachB2bTaxInvoiceFileSuspend")
suspend fun attachB2bTaxInvoiceFile(taxInvoiceKey: String, brn: String? = null, taxInvoiceKeyType: B2bTaxInvoiceKeyType? = null, test: Boolean? = null, fileId: String)

세금계산서 파일 첨부

세금계산서에 파일을 첨부합니다.

Parameters

taxInvoiceKey

세금계산서 문서 번호

brn

사업자등록번호

taxInvoiceKeyType

문서 번호 유형

query 파라미터로 전달된 문서번호 유형. 기본 값은 TAX_INVOICE_ID이며 SUPPLIER, RECIPIENT, TAX_INVOICE_ID을 지원합니다.

test

테스트 모드 여부

true 이면 테스트 모드로 실행되며, false 이거나 주어지지 않은 경우 테스트 모드를 사용하지 않습니다.

fileId

파일 아이디

Throws