createB2bTaxInvoiceFileUploadLink

@JvmName(name = "createB2bTaxInvoiceFileUploadLinkSuspend")
suspend fun createB2bTaxInvoiceFileUploadLink(test: Boolean? = null, fileName: String): CreateB2bTaxInvoiceFileUploadLinkResponse

세금계산서 파일 업로드 링크 생성

세금계산서의 첨부파일를 업로드할 링크를 생성합니다.

Parameters

test

테스트 모드 여부

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

fileName

파일 이름

Throws

B2B 기능이 활성화되지 않은 경우

요청된 입력 정보가 유효하지 않은 경우

인증 정보가 올바르지 않은 경우

API 응답이 알 수 없는 형식인 경우