public interface HTCashbillService extends BaseService
| Modifier and Type | Method and Description |
|---|---|
Response |
checkCertValidation(String CorpNum)
홈택스 공인인증서 로그인 테스트
|
Response |
checkDeptUser(String CorpNum)
부서사용자 등록정보 확인
|
Response |
checkLoginDeptUser(String CorpNum)
부서사용자 로그인 테스트
|
Response |
deleteDeptUser(String CorpNum)
부서사용자 등록정보 삭제
|
Date |
getCertificateExpireDate(String CorpNum)
홈택스연계 공인인증서 만료일시 확인
|
String |
getCertificatePopUpURL(String CorpNum)
홈택스 현금영수증 공인인증서 등록 URL
|
String |
getCertificatePopUpURL(String CorpNum,
String UserID)
홈택스 현금영수증 공인인증서 등록 URL
|
ChargeInfo |
getChargeInfo(String CorpNum)
과금정보 확인
|
String |
getFlatRatePopUpURL(String CorpNum)
정액제 신청 URL
|
String |
getFlatRatePopUpURL(String CorpNum,
String UserID)
정액제 신청 URL
|
FlatRateState |
getFlatRateState(String CorpNum)
정액제 서비스 상태 확인
|
FlatRateState |
getFlatRateState(String CorpNum,
String UserID)
정액제 서비스 상태 확인
|
HTCashbillJobState |
getJobState(String CorpNum,
String JobID)
수집 상태 확인
|
HTCashbillJobState |
getJobState(String CorpNum,
String JobID,
String UserID)
수집 상태 확인
|
HTCashbillJobState[] |
listActiveJob(String CorpNum)
수집 상태 목록 확인
|
HTCashbillJobState[] |
listActiveJob(String CorpNum,
String UserID)
수집 상태 목록 확인
|
Response |
registDeptUser(String CorpNum,
String DeptUserID,
String DeptUserPWD)
부서사용자 계정등록
|
String |
requestJob(String CorpNum,
QueryType queryType,
String SDate,
String EDate)
수집 요청
|
String |
requestJob(String CorpNum,
QueryType queryType,
String SDate,
String EDate,
String UserID)
수집 요청
|
HTCashbillSearchResult |
search(String CorpNum,
String JobID,
String[] TradeUsage,
String[] TradeType,
Integer Page,
Integer PerPage,
String Order)
수집 결과 조회
|
HTCashbillSearchResult |
search(String CorpNum,
String JobID,
String[] TradeUsage,
String[] TradeType,
Integer Page,
Integer PerPage,
String Order,
String UserID)
수집 결과 조회
|
HTCashbillSummary |
summary(String CorpNum,
String JobID,
String[] TradeUsage,
String[] TradeType)
수집 결과 요약정보 조회
|
HTCashbillSummary |
summary(String CorpNum,
String JobID,
String[] TradeUsage,
String[] TradeType,
String UserID)
수집 결과 요약정보 조회
|
checkID, 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, updateCorpInfoChargeInfo getChargeInfo(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionString requestJob(String CorpNum, QueryType queryType, String SDate, String EDate) throws PopbillException
CorpNum - 연동회원 사업자번호queryType - 현금영수증 유형, SELL-매출 현금영수증, BUY-매입 현금영수증SDate - 시작일자 (yyyyMMdd)EDate - 종료일자 (yyyyMMdd)PopbillExceptionString requestJob(String CorpNum, QueryType queryType, String SDate, String EDate, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호queryType - 현금영수증 유형, SELL-매출 현금영수증, BUY-매입 현금영수증SDate - 시작일자 (yyyyMMdd)EDate - 종료일자 (yyyyMMdd)UserID - 연동회원 아이디PopbillExceptionHTCashbillJobState getJobState(String CorpNum, String JobID) throws PopbillException
CorpNum - 연동회원 사업자번호JobID - 수집요청시 반환받은 작업아이디PopbillExceptionHTCashbillJobState getJobState(String CorpNum, String JobID, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호JobID - 수집요청시 반환받은 작업아이디UserID - 연동회원 아이디PopbillExceptionHTCashbillJobState[] listActiveJob(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionHTCashbillJobState[] listActiveJob(String CorpNum, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호UserID - 연동회원 아이디PopbillExceptionHTCashbillSearchResult search(String CorpNum, String JobID, String[] TradeUsage, String[] TradeType, Integer Page, Integer PerPage, String Order) throws PopbillException
CorpNum - 연동회원 사업자번호JobID - 작업 아이디TradeUsage - 거래용도 배열, P-소득공제용, C-지출증빙용TradeType - 현금영수증 형태 배열, N-일반현금영수증, C-취소현금영수증Page - 페이지 번호PerPage - 페이지당 검색개수Order - 정렬방향PopbillExceptionHTCashbillSearchResult search(String CorpNum, String JobID, String[] TradeUsage, String[] TradeType, Integer Page, Integer PerPage, String Order, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호JobID - 작업 아이디TradeUsage - 거래용도 배열, P-소득공제용, C-지출증빙용TradeType - 현금영수증 형태 배열, N-일반현금영수증, C-취소현금영수증Page - 페이지 번호PerPage - 페이지당 검색개수Order - 정렬방향UserID - 연동회원 아이디PopbillExceptionHTCashbillSummary summary(String CorpNum, String JobID, String[] TradeUsage, String[] TradeType) throws PopbillException
CorpNum - 연동회원 사업자번호JobID - 작업 아이디TradeUsage - 거래용도 배열, P-소득공제용, C-지출증빙용TradeType - 현금영수증 형태 배열, N-일반현금영수증, C-취소현금영수증PopbillExceptionHTCashbillSummary summary(String CorpNum, String JobID, String[] TradeUsage, String[] TradeType, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호JobID - 작업 아이디TradeUsage - 거래용도 배열, P-소득공제용, C-지출증빙용TradeType - 현금영수증 형태 배열, N-일반현금영수증, C-취소현금영수증UserID - 연동회원 아이디PopbillExceptionString getFlatRatePopUpURL(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionString getFlatRatePopUpURL(String CorpNum, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호UserID - 연동회원 아이디PopbillExceptionString getCertificatePopUpURL(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionString getCertificatePopUpURL(String CorpNum, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호UserID - 연동회원 아이디PopbillExceptionFlatRateState getFlatRateState(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionFlatRateState getFlatRateState(String CorpNum, String UserID) throws PopbillException
CorpNum - 연동회원 사업자번호UserID - 연동회원 아이디PopbillExceptionDate getCertificateExpireDate(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionResponse checkCertValidation(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionResponse registDeptUser(String CorpNum, String DeptUserID, String DeptUserPWD) throws PopbillException
CorpNum - 연동회원 사업자번호HTUserID - 홈택스 부서사용자 계정 아이디HTUserPW - 홈택스 부서사용자 계정 비밀번호PopbillExceptionResponse checkDeptUser(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionResponse checkLoginDeptUser(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionResponse deleteDeptUser(String CorpNum) throws PopbillException
CorpNum - 연동회원 사업자번호PopbillExceptionCopyright © 2023. All rights reserved.