public class TaxinvoiceServiceImp extends BaseServiceImp implements TaxinvoiceService
TaxinvoiceService| Modifier and Type | Class and Description |
|---|---|
protected class |
TaxinvoiceServiceImp.CertResponse |
protected class |
TaxinvoiceServiceImp.DocRequest |
protected class |
TaxinvoiceServiceImp.IssueRequest |
protected class |
TaxinvoiceServiceImp.MemoRequest |
protected class |
TaxinvoiceServiceImp.ResendRequest |
protected class |
TaxinvoiceServiceImp.SendRequest |
BaseServiceImp.UnitCostResponse, BaseServiceImp.UploadFile, BaseServiceImp.URLResponse| Constructor and Description |
|---|
TaxinvoiceServiceImp() |
| Modifier and Type | Method and Description |
|---|---|
Response |
accept(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
발행예정 세금계산서의 공급받는자의 승인 처리.
|
Response |
accept(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
발행예정 세금계산서의 공급받는자의 승인 처리.
|
Response |
assignMgtKey(String corpNum,
MgtKeyType keyType,
String itemKey,
String mgtKey)
문서번호 할당
|
Response |
assignMgtKey(String corpNum,
MgtKeyType keyType,
String itemKey,
String mgtKey,
String userID)
문서번호 할당
|
Response |
attachFile(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String DisplayName,
InputStream FileData)
임시저장 세금계산서에 첨부파일 추가.
|
Response |
attachFile(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String DisplayName,
InputStream FileData,
String UserID)
임시저장 세금계산서에 첨부파일 추가.
|
Response |
attachStatement(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
int SubItemCode,
String SubMgtKey)
전자명세서 첨부
|
BulkResponse |
bulkSubmit(String CorpNum,
String SubmitID,
List<Taxinvoice> taxinvoiceList,
boolean ForceIssue) |
BulkResponse |
bulkSubmit(String CorpNum,
String SubmitID,
List<Taxinvoice> taxinvoiceList,
boolean ForceIssue,
String UserID) |
Response |
cancelIssue(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
세금계산서 발행취소 처리.
|
Response |
cancelIssue(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
세금계산서 발행취소 처리.
|
Response |
cancelRequest(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
역발행 세금계산서의 역)발행요청 취소 처리.
|
Response |
cancelRequest(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
역발행 세금계산서의 역)발행요청 취소 처리.
|
Response |
cancelSend(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
발행예정 세금계산서의 취소 처리.
|
Response |
cancelSend(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
발행예정 세금계산서의 취소 처리.
|
Response |
checkCertValidation(String CorpNum)
공인인증서 만료일 확인
|
boolean |
checkMgtKeyInUse(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
문서번호 사용여부 확인.
|
Response |
delete(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 삭제.
|
Response |
delete(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 삭제.
|
Response |
deleteFile(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String FileID)
첨부파일 삭제.
|
Response |
deleteFile(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String FileID,
String UserID)
첨부파일 삭제.
|
Response |
deny(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
발행예정 세금계산서의 공급받는자의 거부 처리.
|
Response |
deny(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
발행예정 세금계산서의 공급받는자의 거부 처리.
|
Response |
detachStatement(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
int SubItemCode,
String SubMgtKey)
전자명세서 첨부해제
|
BulkTaxinvoiceResult |
getBulkResult(String CorpNum,
String SubmitID) |
BulkTaxinvoiceResult |
getBulkResult(String CorpNum,
String SubmitID,
String UserID) |
Date |
getCertificateExpireDate(String CorpNum)
연동회원이 등록한 공인인증서의 만료일시 확인.
|
ChargeInfo |
getChargeInfo(String CorpNum)
과금정보 확인
|
Taxinvoice |
getDetailInfo(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 상세정보 확인.
|
EmailPublicKey[] |
getEmailPublicKeys(String CorpNum)
대량사업자간 Email 유통을 위한 국세청인증번호와 이메일 주소 반환.
|
String |
getEPrintURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 팝빌 인쇄화면(공급받는자용) URL 확인.
|
String |
getEPrintURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 팝빌 인쇄화면(공급받는자용) URL 확인.
|
AttachedFile[] |
getFiles(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
첨부파일 목록 확인.
|
TaxinvoiceInfo |
getInfo(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 상태정보 확인.
|
TaxinvoiceInfo[] |
getInfos(String CorpNum,
MgtKeyType KeyType,
String[] MgtKeyList)
세금계산서 상태정보 대량(최대 1000건) 확인.
|
TaxinvoiceLog[] |
getLogs(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 문서이력 확인.
|
String |
getMailURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 이메일의 링크 URL 확인.
|
String |
getMailURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 이메일의 링크 URL 확인.
|
String |
getMassPrintURL(String CorpNum,
MgtKeyType KeyType,
String[] MgtKeyList)
다량 인쇄 URL 확인.
|
String |
getMassPrintURL(String CorpNum,
MgtKeyType KeyType,
String[] MgtKeyList,
String UserID)
다량 인쇄 URL 확인.
|
String |
getOldPrintURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 팝빌 (구)인쇄화면 URL 확인.
|
String |
getOldPrintURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 팝빌 (구)인쇄화면 URL 확인.
|
byte[] |
getPDF(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 PDF파일 다운로드
|
byte[] |
getPDF(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 PDF파일 다운로드
|
String |
getPDFURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey) |
String |
getPDFURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID) |
String |
getPopUpURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 팝빌화면 팝업 URL 확인.
|
String |
getPopUpURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 팝빌화면 팝업 URL 확인.
|
String |
getPrintURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 팝빌 인쇄화면 URL 확인.
|
String |
getPrintURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 팝빌 인쇄화면 URL 확인.
|
protected List<String> |
getScopes() |
String |
getSealURL(String CorpNum,
String UserID)
팝빌 인감 및 첨부문서 등록 URL
|
boolean |
getSendToNTSConfig(String CorpNum)
연동회원 국세청 전송 설정 확인
|
boolean |
getSendToNTSConfig(String CorpNum,
String UserID)
연동회원 국세청 전송 설정 확인
|
TaxinvoiceCertificate |
getTaxCertInfo(String CorpNum)
전세금 공동인증서 정보 확인
|
TaxinvoiceCertificate |
getTaxCertInfo(String CorpNum,
String UserID)
전세금 공동인증서 정보 확인
|
String |
getTaxCertURL(String CorpNum,
String UserID)
공인인증서 등록 URL
|
float |
getUnitCost(String CorpNum)
회원의 세금계산서 발행단가 확인
|
String |
getURL(String CorpNum,
String TOGO)
팝빌 세금계산서 관련 URL 확인.
|
String |
getURL(String CorpNum,
String UserID,
String TOGO)
팝빌 세금계산서 관련 URL 확인.
|
String |
getViewURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 뷰 팝업 URL
|
String |
getViewURL(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 뷰 팝업 URL
|
TaxinvoiceXML |
getXML(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
세금계산서 상세정보(XML) 확인.
|
TaxinvoiceXML |
getXML(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
세금계산서 상세정보(XML) 확인.
|
IssueResponse |
issue(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
세금계산서 발행.
|
IssueResponse |
issue(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
boolean ForceIssue,
String UserID)
세금계산서 발행.
|
IssueResponse |
issue(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
세금계산서 발행.
|
IssueResponse |
issue(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String EmailSubject,
boolean ForceIssue,
String UserID)
세금계산서 발행.
|
EmailSendConfig[] |
listEmailConfig(String CorpNum)
알림메일 전송목록 조회
|
EmailSendConfig[] |
listEmailConfig(String CorpNum,
String UserID)
알림메일 전송목록 조회
|
Response |
refuse(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
역발행 세금계산서의 공급자의 발행거부 처리.
|
Response |
refuse(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
역발행 세금계산서의 공급자의 발행거부 처리.
|
Response |
register(String CorpNum,
Taxinvoice taxinvoice)
세금계산서 1건 임시저장.
|
Response |
register(String CorpNum,
Taxinvoice taxinvoice,
String UserID)
세금계산서 1건 임시저장.
|
Response |
register(String CorpNum,
Taxinvoice taxinvoice,
String UserID,
boolean writeSpecification)
세금계산서 1건 임시저장.
|
IssueResponse |
registIssue(String CorpNum,
Taxinvoice taxinvoice,
Boolean WriteSpecification)
세금계산서 즉시발행
|
IssueResponse |
registIssue(String CorpNum,
Taxinvoice taxinvoice,
Boolean WriteSpecification,
String Memo,
Boolean ForceIssue,
String DealInvoiceKey)
세금계산서 즉시발행
|
IssueResponse |
registIssue(String CorpNum,
Taxinvoice taxinvoice,
Boolean WriteSpecification,
String Memo,
Boolean ForceIssue,
String DealInvoiceKey,
String EmailSubject,
String UserID)
세금계산서 즉시발행
|
IssueResponse |
registIssue(String CorpNum,
Taxinvoice taxinvoice,
String Memo,
Boolean ForceIssue)
세금계산서 즉시발행
|
Response |
registRequest(String CorpNum,
Taxinvoice taxinvoice,
String Memo)
역발행 즉시 요청
|
Response |
registRequest(String CorpNum,
Taxinvoice taxinvoice,
String Memo,
String UserID)
역발행 즉시 요청
|
Response |
request(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
역발행 세금계산서의 역)발행요청 처리.
|
Response |
request(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
역발행 세금계산서의 역)발행요청 처리.
|
TISearchResult |
Search(String CorpNum,
MgtKeyType KeyType,
String DType,
String SDate,
String EDate,
String[] State,
String[] Type,
String[] TaxType,
Boolean LateOnly,
Integer Page,
Integer PerPage,
String Order)
세금계산서 목록조회
|
TISearchResult |
Search(String CorpNum,
MgtKeyType KeyType,
String DType,
String SDate,
String EDate,
String[] State,
String[] Type,
String[] TaxType,
Boolean LateOnly,
String TaxRegIDType,
String TaxRegID,
String TaxRegIDYN,
Integer Page,
Integer PerPage,
String Order)
세금계산서 목록조회
|
TISearchResult |
Search(String CorpNum,
MgtKeyType KeyType,
String DType,
String SDate,
String EDate,
String[] State,
String[] Type,
String[] TaxType,
Boolean LateOnly,
String TaxRegIDType,
String TaxRegID,
String TaxRegIDYN,
String QString,
Integer Page,
Integer PerPage,
String Order)
세금계산서 목록조회
|
TISearchResult |
Search(String CorpNum,
MgtKeyType KeyType,
String DType,
String SDate,
String EDate,
String[] State,
String[] Type,
String[] TaxType,
Boolean LateOnly,
String TaxRegIDType,
String TaxRegID,
String TaxRegIDYN,
String QString,
Integer Page,
Integer PerPage,
String Order,
String InterOPYN)
세금계산서 목록조회
|
TISearchResult |
Search(String CorpNum,
MgtKeyType KeyType,
String DType,
String SDate,
String EDate,
String[] State,
String[] Type,
String[] TaxType,
String[] IssueType,
Boolean LateOnly,
String TaxRegIDType,
String TaxRegID,
String TaxRegIDYN,
String QString,
Integer Page,
Integer PerPage,
String Order,
String InterOPYN)
세금계산서 목록조회
|
TISearchResult |
Search(String CorpNum,
MgtKeyType KeyType,
String DType,
String SDate,
String EDate,
String[] State,
String[] Type,
String[] TaxType,
String[] IssueType,
Boolean LateOnly,
String TaxRegIDType,
String TaxRegID,
String TaxRegIDYN,
String QString,
Integer Page,
Integer PerPage,
String Order,
String InterOPYN,
String[] RegType)
세금계산서 목록조회
|
TISearchResult |
Search(String CorpNum,
MgtKeyType KeyType,
String DType,
String SDate,
String EDate,
String[] State,
String[] Type,
String[] TaxType,
String[] IssueType,
Boolean LateOnly,
String TaxRegIDType,
String TaxRegID,
String TaxRegIDYN,
String QString,
Integer Page,
Integer PerPage,
String Order,
String InterOPYN,
String[] RegType,
String[] CloseDownState,
String MgtKey,
String UserID) |
Response |
send(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo)
정발행 세금계산서 발행예정 처리.
|
Response |
send(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String UserID)
정발행 세금계산서 발행예정 처리.
|
Response |
send(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Memo,
String EmailSubject,
String UserID)
정발행 세금계산서 발행예정 처리.
|
Response |
sendEmail(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Receiver)
이메일 재전송 요청.
|
Response |
sendEmail(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Receiver,
String UserID)
이메일 재전송 요청.
|
Response |
sendFAX(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Sender,
String Receiver)
팩스 전송 요청
|
Response |
sendFAX(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Sender,
String Receiver,
String UserID)
팩스 전송 요청
|
Response |
sendSMS(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Sender,
String Receiver,
String Contents)
문자 재전송 요청
|
Response |
sendSMS(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String Sender,
String Receiver,
String Contents,
String UserID)
문자 재전송 요청
|
Response |
sendToNTS(String CorpNum,
MgtKeyType KeyType,
String MgtKey)
발행된 세금계산서의 국세청 즉시 전송 요청.
|
Response |
sendToNTS(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
String UserID)
발행된 세금계산서의 국세청 즉시 전송 요청.
|
Response |
update(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
Taxinvoice taxinvoice)
임시저장된 세금계산서 정보 수정.
|
Response |
update(String CorpNum,
MgtKeyType KeyType,
String MgtKey,
Taxinvoice taxinvoice,
String UserID)
임시저장된 세금계산서 정보 수정.
|
Response |
updateEmailConfig(String CorpNum,
String EmailType,
Boolean SendYN)
알림메일 전송설정 수정
|
Response |
updateEmailConfig(String CorpNum,
String EmailType,
Boolean SendYN,
String UserID)
알림메일 전송설정 수정
|
checkID, checkIsMember, fromJsonString, getAccessURL, getBalance, getChargeURL, getContactInfo, getContactInfo, getCorpInfo, getCorpInfo, getLinkID, getPartnerBalance, getPartnerURL, getPaymentHistory, getPaymentHistory, getPaymentURL, getPointInfo, getPopbillURL, getPopbillURL, getRefundableBalance, getRefundableBalance, getRefundHistory, getRefundHistory, getRefundInfo, getRefundInfo, getSecretKey, getServiceID, getServiceURL, getSettleResult, getSettleResult, getUseHistory, getUseHistory, getUseHistoryURL, httpBulkPost, httpget, httppost, httppost, httppost, httppostFiles, isIPRestrictOnOff, isTest, isUseGAIP, isUseLocalTimeYN, isUseStaticIP, joinMember, listContact, listContact, paymentRequest, paymentRequest, quitMember, quitMember, refund, refund, registContact, registContact, setAuthURL, setIPRestrictOnOff, setLinkID, setProxyIP, setProxyPort, setSecretKey, setServiceURL, setTest, setTestServiceURL, setUseGAIP, setUseLocalTimeYN, setUseStaticIP, toJsonString, updateContact, updateCorpInfo, updateCorpInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckID, checkIsMember, getAccessURL, getBalance, getChargeURL, getContactInfo, getContactInfo, getCorpInfo, getCorpInfo, getPartnerBalance, getPartnerURL, getPaymentHistory, getPaymentHistory, getPaymentURL, getPointInfo, getPopbillURL, getPopbillURL, getRefundableBalance, getRefundableBalance, getRefundHistory, getRefundHistory, getRefundInfo, getRefundInfo, getSettleResult, getSettleResult, getUseHistory, getUseHistory, getUseHistoryURL, joinMember, listContact, listContact, paymentRequest, paymentRequest, quitMember, quitMember, refund, refund, registContact, registContact, updateContact, updateCorpInfo, updateCorpInfoprotected List<String> getScopes()
getScopes in class BaseServiceImppublic boolean checkMgtKeyInUse(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicecheckMgtKeyInUse in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic IssueResponse registIssue(String CorpNum, Taxinvoice taxinvoice, Boolean WriteSpecification) throws PopbillException
TaxinvoiceServiceregistIssue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 객체 (see. com.popbill.api.taxinvoice.Taxinvoice)WriteSpecification - 거래명세서 동시작성 여부PopbillExceptionpublic IssueResponse registIssue(String CorpNum, Taxinvoice taxinvoice, String Memo, Boolean ForceIssue) throws PopbillException
TaxinvoiceServiceregistIssue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 객체 (see. com.popbill.api.taxinvoice.Taxinvoice)Memo - 즉시발행 메모, 최대 200자ForceIssue - 지연발행 강제여부PopbillExceptionpublic IssueResponse registIssue(String CorpNum, Taxinvoice taxinvoice, Boolean WriteSpecification, String Memo, Boolean ForceIssue, String DealInvoiceKey) throws PopbillException
TaxinvoiceServiceregistIssue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 객체 (see. com.popbill.api.taxinvoice.Taxinvoice)WriteSpecification - 거래명세서 동시작성 여부Memo - 즉시발행 메모, 최대 200자ForceIssue - 지연발행 강제여부DealInvoiceKey - 거래명세서 문서번호, 최대 24자PopbillExceptionpublic IssueResponse registIssue(String CorpNum, Taxinvoice taxinvoice, Boolean WriteSpecification, String Memo, Boolean ForceIssue, String DealInvoiceKey, String EmailSubject, String UserID) throws PopbillException
TaxinvoiceServiceregistIssue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 객체 (see. com.popbill.api.taxinvoice.Taxinvoice)WriteSpecification - 거래명세서 동시작성 여부Memo - 즉시발행 메모, 최대 200자ForceIssue - 지연발행 강제여부DealInvoiceKey - 거래명세서 문서번호, 최대 24자EmailSubject - 안내메일 제목, 최대 300자UserID - 팝빌회원 아이디PopbillExceptionpublic BulkResponse bulkSubmit(String CorpNum, String SubmitID, List<Taxinvoice> taxinvoiceList, boolean ForceIssue) throws PopbillException
bulkSubmit in interface TaxinvoiceServicePopbillExceptionpublic BulkResponse bulkSubmit(String CorpNum, String SubmitID, List<Taxinvoice> taxinvoiceList, boolean ForceIssue, String UserID) throws PopbillException
bulkSubmit in interface TaxinvoiceServicePopbillExceptionpublic BulkTaxinvoiceResult getBulkResult(String CorpNum, String SubmitID) throws PopbillException
getBulkResult in interface TaxinvoiceServicePopbillExceptionpublic BulkTaxinvoiceResult getBulkResult(String CorpNum, String SubmitID, String UserID) throws PopbillException
getBulkResult in interface TaxinvoiceServicePopbillExceptionpublic Response register(String CorpNum, Taxinvoice taxinvoice) throws PopbillException
TaxinvoiceServiceregister in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 정보.(see com.popbill.api.taxinvoice.Taxinvoice)PopbillExceptionpublic Response register(String CorpNum, Taxinvoice taxinvoice, String UserID) throws PopbillException
TaxinvoiceServiceregister in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 정보. (see com.popbill.api.taxinvoice.Taxinvoice)UserID - 회원아이디PopbillExceptionpublic Response register(String CorpNum, Taxinvoice taxinvoice, String UserID, boolean writeSpecification) throws PopbillException
TaxinvoiceServiceregister in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 정보. (see com.popbill.api.taxinvoice.Taxinvoice)UserID - 회원아이디writeSpecification - 거래명세서 동시작성여부. 기본값 : falsePopbillExceptionpublic Response update(String CorpNum, MgtKeyType KeyType, String MgtKey, Taxinvoice taxinvoice) throws PopbillException
TaxinvoiceServiceupdate in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호.KeyType - 세금계산서 유형.MgtKey - 문서번호taxinvoice - 세금계산서 정보. (see com.popbill.api.taxinvoice.Taxinvoice)PopbillExceptionpublic Response update(String CorpNum, MgtKeyType KeyType, String MgtKey, Taxinvoice taxinvoice, String UserID) throws PopbillException
TaxinvoiceServiceupdate in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호.KeyType - 세금계산서 유형.MgtKey - 문서번호taxinvoice - 세금계산서 정보. (see com.popbill.api.taxinvoice.Taxinvoice)UserID - 회원 아이디.PopbillExceptionpublic IssueResponse issue(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServiceissue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic IssueResponse issue(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServiceissue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic IssueResponse issue(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, boolean ForceIssue, String UserID) throws PopbillException
TaxinvoiceServiceissue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모ForceIssue - 지연발행시 강재발행.UserID - 회원 아이디PopbillExceptionpublic IssueResponse issue(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String EmailSubject, boolean ForceIssue, String UserID) throws PopbillException
TaxinvoiceServiceissue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모EmailSubject - 발행시 전달 이메일의 제목설정.ForceIssue - 지연발행시 강재발행.UserID - 회원 아이디PopbillExceptionpublic Response cancelIssue(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServicecancelIssue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response cancelIssue(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServicecancelIssue in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원아이디PopbillExceptionpublic Response registRequest(String CorpNum, Taxinvoice taxinvoice, String Memo) throws PopbillException
TaxinvoiceServiceregistRequest in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 정보.(see com.popbill.api.taxinvoice.Taxinvoice)Memo - 처리 메모PopbillExceptionpublic Response registRequest(String CorpNum, Taxinvoice taxinvoice, String Memo, String UserID) throws PopbillException
TaxinvoiceServiceregistRequest in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호taxinvoice - 세금계산서 정보.(see com.popbill.api.taxinvoice.Taxinvoice)Memo - 처리 메모UserID - 연동회원 유저아이디PopbillExceptionpublic Response request(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServicerequest in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response request(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServicerequest in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic Response cancelRequest(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServicecancelRequest in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response cancelRequest(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServicecancelRequest in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic Response refuse(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServicerefuse in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response refuse(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServicerefuse in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic Response delete(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicedelete in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic Response delete(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicedelete in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 회원아이디PopbillExceptionpublic Response sendToNTS(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicesendToNTS in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic Response sendToNTS(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicesendToNTS in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 회원 아이PopbillExceptionpublic TaxinvoiceInfo getInfo(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetInfo in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic TaxinvoiceInfo[] getInfos(String CorpNum, MgtKeyType KeyType, String[] MgtKeyList) throws PopbillException
TaxinvoiceServicegetInfos in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKeyList - 문서번호 목록PopbillExceptionpublic Taxinvoice getDetailInfo(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetDetailInfo in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic TaxinvoiceXML getXML(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetXML in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic TaxinvoiceXML getXML(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetXML in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 팝빌회원 아이디PopbillExceptionpublic TISearchResult Search(String CorpNum, MgtKeyType KeyType, String DType, String SDate, String EDate, String[] State, String[] Type, String[] TaxType, Boolean LateOnly, Integer Page, Integer PerPage, String Order) throws PopbillException
TaxinvoiceServiceSearch in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 연동문서 종류DType - 검색일자 유형, R-등록일자, W-작성일자, I-발행일자SDate - 시작일자(yyyyMMdd)EDate - 종료일자(yyyyMMdd)State - 상태코드 배열Type - 문서유형 배열, N-일반세금계산서, M-수정세금계산서TaxType - 과세형태 배열, T-과세, N-면세, Z-영세LateOnly - 지연발행 여부, null-전체조회, 0:정상발행분 조회, 1:지연발행분 조회Page - 페이지 번호PerPage - 페이지당 검색갯수, 기본값 500, 최대값 1000Order - 정렬방향, D-내림차순, A-오름차순PopbillExceptionpublic TISearchResult Search(String CorpNum, MgtKeyType KeyType, String DType, String SDate, String EDate, String[] State, String[] Type, String[] TaxType, Boolean LateOnly, String TaxRegIDType, String TaxRegID, String TaxRegIDYN, Integer Page, Integer PerPage, String Order) throws PopbillException
TaxinvoiceServiceSearch in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 연동문서 종류DType - 검색일자 유형, R-등록일자, W-작성일자, I-발행일자SDate - 시작일자(yyyyMMdd)EDate - 종료일자(yyyyMMdd)State - 상태코드 배열Type - 문서유형 배열, N-일반세금계산서, M-수정세금계산서TaxType - 과세형태 배열, T-과세, N-면세, Z-영세LateOnly - 지연발행 여부, null-전체조회, 0:정상발행분 조회, 1:지연발행분 조회TaxRegIDType - 식별번호 유형, 미기재 or S-공급자, B-공급받는자, T-수탁자TaxRegID - 종사업장번호 배열TaxRegIDYN - 종사업장 유무, false-식별번호 없는것 검색, true-식별번호 검색PopbillExceptionpublic TISearchResult Search(String CorpNum, MgtKeyType KeyType, String DType, String SDate, String EDate, String[] State, String[] Type, String[] TaxType, Boolean LateOnly, String TaxRegIDType, String TaxRegID, String TaxRegIDYN, String QString, Integer Page, Integer PerPage, String Order) throws PopbillException
TaxinvoiceServiceSearch in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 연동문서 종류DType - 검색일자 유형, R-등록일자, W-작성일자, I-발행일자SDate - 시작일자(yyyyMMdd)EDate - 종료일자(yyyyMMdd)State - 상태코드 배열Type - 문서유형 배열, N-일반세금계산서, M-수정세금계산서TaxType - 과세형태 배열, T-과세, N-면세, Z-영세LateOnly - 지연발행 여부, null-전체조회, 0:정상발행분 조회, 1:지연발행분 조회TaxRegIDType - 식별번호 유형, 미기재 or S-공급자, B-공급받는자, T-수탁자TaxRegID - 종사업장번호 배열TaxRegIDYN - 종사업장 유무, false-식별번호 없는것 검색, true-식별번호 검색QString - 통합검색 키워드, (거래처명, 거래처 사업자번호 조회)Page - 페이지번호PerPage - 페이지당 목록개수Order - 정렬방향, D-오름차순, A-내림차순PopbillExceptionpublic TISearchResult Search(String CorpNum, MgtKeyType KeyType, String DType, String SDate, String EDate, String[] State, String[] Type, String[] TaxType, Boolean LateOnly, String TaxRegIDType, String TaxRegID, String TaxRegIDYN, String QString, Integer Page, Integer PerPage, String Order, String InterOPYN) throws PopbillException
TaxinvoiceServiceSearch in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 연동문서 종류DType - 검색일자 유형, R-등록일자, W-작성일자, I-발행일자SDate - 시작일자(yyyyMMdd)EDate - 종료일자(yyyyMMdd)State - 상태코드 배열Type - 문서유형 배열, N-일반세금계산서, M-수정세금계산서TaxType - 과세형태 배열, T-과세, N-면세, Z-영세LateOnly - 지연발행 여부, null-전체조회, 0:정상발행분 조회, 1:지연발행분 조회TaxRegIDType - 식별번호 유형, 미기재 or S-공급자, B-공급받는자, T-수탁자TaxRegID - 종사업장번호 배열TaxRegIDYN - 종사업장 유무, false-식별번호 없는것 검색, true-식별번호 검색QString - 통합검색 키워드, (거래처명, 거래처 사업자번호 조회)Page - 페이지번호PerPage - 페이지당 목록개수Order - 정렬방향, D-오름차순, A-내림차순InterOPYN - 연동문서 여부 null-전체조회, 0:일반문서, 1-연동문서PopbillExceptionpublic TISearchResult Search(String CorpNum, MgtKeyType KeyType, String DType, String SDate, String EDate, String[] State, String[] Type, String[] TaxType, String[] IssueType, Boolean LateOnly, String TaxRegIDType, String TaxRegID, String TaxRegIDYN, String QString, Integer Page, Integer PerPage, String Order, String InterOPYN) throws PopbillException
TaxinvoiceServiceSearch in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 연동문서 종류DType - 검색일자 유형, R-등록일자, W-작성일자, I-발행일자SDate - 시작일자(yyyyMMdd)EDate - 종료일자(yyyyMMdd)State - 상태코드 배열Type - 문서유형 배열, N-일반세금계산서, M-수정세금계산서TaxType - 과세형태 배열, T-과세, N-면세, Z-영세IssueType - 발행형태 배열, N-정발행, R-역발행, T-위수탁LateOnly - 지연발행 여부, null-전체조회, 0:정상발행분 조회, 1:지연발행분 조회TaxRegIDType - 식별번호 유형, 미기재 or S-공급자, B-공급받는자, T-수탁자TaxRegID - 종사업장번호 배열TaxRegIDYN - 종사업장 유무, false-식별번호 없는것 검색, true-식별번호 검색QString - 통합검색 키워드, (거래처명, 거래처 사업자번호 조회)Page - 페이지번호PerPage - 페이지당 목록개수Order - 정렬방향, D-오름차순, A-내림차순InterOPYN - 연동문서 여부 null-전체조회, 0:일반문서, 1-연동문서PopbillExceptionpublic TISearchResult Search(String CorpNum, MgtKeyType KeyType, String DType, String SDate, String EDate, String[] State, String[] Type, String[] TaxType, String[] IssueType, Boolean LateOnly, String TaxRegIDType, String TaxRegID, String TaxRegIDYN, String QString, Integer Page, Integer PerPage, String Order, String InterOPYN, String[] RegType) throws PopbillException
TaxinvoiceServiceSearch in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 연동문서 종류DType - 검색일자 유형, R-등록일자, W-작성일자, I-발행일자SDate - 시작일자(yyyyMMdd)EDate - 종료일자(yyyyMMdd)State - 상태코드 배열Type - 문서유형 배열, N-일반세금계산서, M-수정세금계산서TaxType - 과세형태 배열, T-과세, N-면세, Z-영세IssueType - 발행형태 배열, N-정발행, R-역발행, T-위수탁LateOnly - 지연발행 여부, null-전체조회, 0:정상발행분 조회, 1:지연발행분 조회TaxRegIDType - 식별번호 유형, 미기재 or S-공급자, B-공급받는자, T-수탁자TaxRegID - 종사업장번호 배열TaxRegIDYN - 종사업장 유무, false-식별번호 없는것 검색, true-식별번호 검색QString - 통합검색 키워드, (거래처명, 거래처 사업자번호 조회)Page - 페이지번호PerPage - 페이지당 목록개수Order - 정렬방향, D-오름차순, A-내림차순InterOPYN - 연동문서 여부 null-전체조회, 0:일반문서, 1-연동문서RegType - 등록유형, P-팝빌 등록, H: 홈택스, 외부ASPPopbillExceptionpublic TISearchResult Search(String CorpNum, MgtKeyType KeyType, String DType, String SDate, String EDate, String[] State, String[] Type, String[] TaxType, String[] IssueType, Boolean LateOnly, String TaxRegIDType, String TaxRegID, String TaxRegIDYN, String QString, Integer Page, Integer PerPage, String Order, String InterOPYN, String[] RegType, String[] CloseDownState, String MgtKey, String UserID) throws PopbillException
Search in interface TaxinvoiceServicePopbillExceptionpublic TaxinvoiceLog[] getLogs(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetLogs in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic String getURL(String CorpNum, String TOGO) throws PopbillException
TaxinvoiceServicegetURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호.TOGO - 지정값. (TBOX: 임시문서함, SWBOX: 매출 발행 대기함, PWBOX: 매입 발행 대기함, SBOX: 매출 문서함, PBOX: 매입 문서함, WRITE: 매출 문서작성)PopbillExceptionpublic String getURL(String CorpNum, String UserID, String TOGO) throws PopbillException
TaxinvoiceServicegetURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호.UserID - 연동회원의 회원아이디TOGO - 지정값. (TBOX: 임시문서함, SWBOX: 매출 발행 대기함, PWBOX: 매입 발행 대기함, SBOX: 매출 문서함, PBOX: 매입 문서함, WRITE: 매출 문서작성)PopbillExceptionpublic String getPopUpURL(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetPopUpURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic String getPopUpURL(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetPopUpURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 회원 아이디PopbillExceptionpublic String getViewURL(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetViewURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 발행유형MgtKey - 문서번호PopbillExceptionpublic String getViewURL(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetViewURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 발행유형MgtKey - 문서번호UserID - 연동회원 유저아이디PopbillExceptionpublic String getPrintURL(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic String getPrintURL(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 회원 아이디PopbillExceptionpublic String getOldPrintURL(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetOldPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic String getOldPrintURL(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetOldPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 회원 아이디PopbillExceptionpublic String getEPrintURL(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetEPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic String getEPrintURL(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetEPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 회원 아이디PopbillExceptionpublic String getMassPrintURL(String CorpNum, MgtKeyType KeyType, String[] MgtKeyList) throws PopbillException
TaxinvoiceServicegetMassPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKeyList - 문서번호 목록PopbillExceptionpublic String getMassPrintURL(String CorpNum, MgtKeyType KeyType, String[] MgtKeyList, String UserID) throws PopbillException
TaxinvoiceServicegetMassPrintURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKeyList - 문서번호 목록UserID - 회원 아이디PopbillExceptionpublic String getMailURL(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetMailURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic String getMailURL(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetMailURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호UserID - 회원 아이디PopbillExceptionpublic String getPDFURL(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
getPDFURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자 번호KeyType - 발행유형MgtKey - 문서번호PopbillExceptionpublic String getPDFURL(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
getPDFURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자 번호KeyType - 발행유형MgtKey - 문서번호UserID - 연동회원 유저아이디PopbillExceptionpublic String getSealURL(String CorpNum, String UserID) throws PopbillException
TaxinvoiceServicegetSealURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호UserID - 연동회원 유저아이디PopbillExceptionpublic Response attachFile(String CorpNum, MgtKeyType KeyType, String MgtKey, String DisplayName, InputStream FileData) throws PopbillException
TaxinvoiceServiceattachFile in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호DisplayName - 파일 표시명(ex. "통장사본.jpg")FileData - 파일 스트림.PopbillExceptionpublic Response attachFile(String CorpNum, MgtKeyType KeyType, String MgtKey, String DisplayName, InputStream FileData, String UserID) throws PopbillException
TaxinvoiceServiceattachFile in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호DisplayName - 파일 표시명(ex. "통장사본.jpg")FileData - 파일 스트림.UserID - 회원 아이디PopbillExceptionpublic Response deleteFile(String CorpNum, MgtKeyType KeyType, String MgtKey, String FileID) throws PopbillException
TaxinvoiceServicedeleteFile in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호FileID - 파일아이디. (AttachedFile.getAttachedFile() 로 확인된 문자열)PopbillExceptionpublic Response deleteFile(String CorpNum, MgtKeyType KeyType, String MgtKey, String FileID, String UserID) throws PopbillException
TaxinvoiceServicedeleteFile in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호FileID - 파일아이디. (AttachedFile.getAttachedFile() 로 확인된 문자열)UserID - 회원 아이디PopbillExceptionpublic AttachedFile[] getFiles(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetFiles in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호PopbillExceptionpublic Response sendEmail(String CorpNum, MgtKeyType KeyType, String MgtKey, String Receiver) throws PopbillException
TaxinvoiceServicesendEmail in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Receiver - 수신이메일 주소PopbillExceptionpublic Response sendEmail(String CorpNum, MgtKeyType KeyType, String MgtKey, String Receiver, String UserID) throws PopbillException
TaxinvoiceServicesendEmail in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Receiver - 수신이메일 주소UserID - 회원 아이디PopbillExceptionpublic Response sendSMS(String CorpNum, MgtKeyType KeyType, String MgtKey, String Sender, String Receiver, String Contents) throws PopbillException
TaxinvoiceServicesendSMS in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Sender - 발신자번호Receiver - 수신자번호Contents - 문자메시지 내용PopbillExceptionpublic Response sendSMS(String CorpNum, MgtKeyType KeyType, String MgtKey, String Sender, String Receiver, String Contents, String UserID) throws PopbillException
TaxinvoiceServicesendSMS in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Sender - 발신자번호Receiver - 수신자번호Contents - 문자메시지 내용UserID - 회원 아이디PopbillExceptionpublic Response sendFAX(String CorpNum, MgtKeyType KeyType, String MgtKey, String Sender, String Receiver) throws PopbillException
TaxinvoiceServicesendFAX in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Sender - 발신자 번호Receiver - 수신자 번호PopbillExceptionpublic Response sendFAX(String CorpNum, MgtKeyType KeyType, String MgtKey, String Sender, String Receiver, String UserID) throws PopbillException
TaxinvoiceServicesendFAX in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Sender - 발신자 번호Receiver - 수신자 번호UserID - 회원 아이디PopbillExceptionpublic Response attachStatement(String CorpNum, MgtKeyType KeyType, String MgtKey, int SubItemCode, String SubMgtKey) throws PopbillException
TaxinvoiceServiceattachStatement in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 발행유형MgtKey - 세금계산서 문서번호SubItemCode - 첨부할 명세서 코드, 121-명세서, 122-청구서, 123-견적서, 124-발주서, 125-입금표, 126-영수증SubMgtKey - 첨부할 명세서 문서번호PopbillExceptionpublic Response detachStatement(String CorpNum, MgtKeyType KeyType, String MgtKey, int SubItemCode, String SubMgtKey) throws PopbillException
TaxinvoiceServicedetachStatement in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 발행유형MgtKey - 세금계산서 문서번호SubItemCode - 첨부해제할 명세서 코드, 121-명세서, 122-청구서, 123-견적서, 124-발주서, 125-입금표, 126-영수증SubMgtKey - 첨부해제할 명세서 문서번호PopbillExceptionpublic EmailPublicKey[] getEmailPublicKeys(String CorpNum) throws PopbillException
TaxinvoiceServicegetEmailPublicKeys in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic Response assignMgtKey(String corpNum, MgtKeyType keyType, String itemKey, String mgtKey) throws PopbillException
TaxinvoiceServiceassignMgtKey in interface TaxinvoiceServicecorpNum - 연동회원 사업자번호keyType - 발행유형itemKey - 세금계산서 팝빌번호mgtKey - 세금계산서 문서번호PopbillExceptionpublic Response assignMgtKey(String corpNum, MgtKeyType keyType, String itemKey, String mgtKey, String userID) throws PopbillException
TaxinvoiceServiceassignMgtKey in interface TaxinvoiceServicecorpNum - 연동회원 사업자번호keyType - 발행유형itemKey - 세금계산서 팝빌번호mgtKey - 세금계산서 문서번호userID - 팝빌회원 아이디PopbillExceptionpublic EmailSendConfig[] listEmailConfig(String CorpNum) throws PopbillException
TaxinvoiceServicelistEmailConfig in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic EmailSendConfig[] listEmailConfig(String CorpNum, String UserID) throws PopbillException
TaxinvoiceServicelistEmailConfig in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호UserID - 팝빌회원 아이디PopbillExceptionpublic Response updateEmailConfig(String CorpNum, String EmailType, Boolean SendYN) throws PopbillException
TaxinvoiceServiceupdateEmailConfig in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호EmailType - 메일전송유형SendYN - 전송 여부 (True = 전송, False = 미전송)PopbillExceptionpublic Response updateEmailConfig(String CorpNum, String EmailType, Boolean SendYN, String UserID) throws PopbillException
TaxinvoiceServiceupdateEmailConfig in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호EmailType - 메일전송유형SendYN - 전송 여부 (True = 전송, False = 미전송)UserID - 팝빌회원 아이디PopbillExceptionpublic boolean getSendToNTSConfig(String CorpNum) throws PopbillException
TaxinvoiceServicegetSendToNTSConfig in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic boolean getSendToNTSConfig(String CorpNum, String UserID) throws PopbillException
TaxinvoiceServicegetSendToNTSConfig in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호UserID - 연동회원 유저아이디PopbillExceptionpublic String getTaxCertURL(String CorpNum, String UserID) throws PopbillException
TaxinvoiceServicegetTaxCertURL in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호UserID - 연동회원 유저아이디PopbillExceptionpublic Date getCertificateExpireDate(String CorpNum) throws PopbillException
TaxinvoiceServicegetCertificateExpireDate in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic Response checkCertValidation(String CorpNum) throws PopbillException
TaxinvoiceServicecheckCertValidation in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic TaxinvoiceCertificate getTaxCertInfo(String CorpNum) throws PopbillException
TaxinvoiceServicegetTaxCertInfo in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic TaxinvoiceCertificate getTaxCertInfo(String CorpNum, String UserID) throws PopbillException
TaxinvoiceServicegetTaxCertInfo in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호UserID - 연동회원 유저아이디PopbillExceptionpublic float getUnitCost(String CorpNum) throws PopbillException
TaxinvoiceServicegetUnitCost in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic ChargeInfo getChargeInfo(String CorpNum) throws PopbillException
TaxinvoiceServicegetChargeInfo in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호PopbillExceptionpublic Response send(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServicesend in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response send(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServicesend in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic Response send(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String EmailSubject, String UserID) throws PopbillException
TaxinvoiceServicesend in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모EmailSubject - 이메일 제목UserID - 회원 아이디PopbillExceptionpublic Response cancelSend(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServicecancelSend in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response cancelSend(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServicecancelSend in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic Response accept(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServiceaccept in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response accept(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServiceaccept in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic Response deny(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo) throws PopbillException
TaxinvoiceServicedeny in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모PopbillExceptionpublic Response deny(String CorpNum, MgtKeyType KeyType, String MgtKey, String Memo, String UserID) throws PopbillException
TaxinvoiceServicedeny in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 세금계산서 유형MgtKey - 문서번호Memo - 처리 메모UserID - 회원 아이디PopbillExceptionpublic byte[] getPDF(String CorpNum, MgtKeyType KeyType, String MgtKey) throws PopbillException
TaxinvoiceServicegetPDF in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 발행유형MgtKey - 문서번호PopbillExceptionpublic byte[] getPDF(String CorpNum, MgtKeyType KeyType, String MgtKey, String UserID) throws PopbillException
TaxinvoiceServicegetPDF in interface TaxinvoiceServiceCorpNum - 연동회원 사업자번호KeyType - 발행유형MgtKey - 문서번호UserID - 연동회원 유저아이디PopbillExceptionCopyright © 2023. All rights reserved.