API Reference 홈택스수집 PowerBuilder 홈택스수집 인증 관리
3.2. GetCertificateExpireDate - 인증서 만료일자 확인
function string getcertificateexpiredate(string corpnum, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
string - 팝빌에 등록된 인증서 만료일자 (형식 : yyyyMMdd)
Throws
PopbillException
3.3. CheckCertValidation - 인증서 로그인 테스트
- 팝빌에 등록된 인증서로 홈택스 로그인 가능 여부를 확인합니다.
function response checkcertvalidation(string corpnum, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
Response
Throws
PopbillException
3.4. RegistDeptUser - 부서사용자 계정등록
- 홈택스수집 인증을 위해 팝빌에 현금영수증 자료조회 부서사용자 계정을 등록합니다.
function response registdeptuser(string corpnum, string deptuserid, string deptuserpwd, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
deptuserid |
string |
50 |
Y |
현금영수증 전용 부서사용자 계정 아이디 |
|
deptUserPWD |
string |
50 |
Y |
현금영수증 전용 부서사용자 계정 비밀번호 |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
Response
Throws
PopbillException
3.5. CheckDeptUser - 부서사용자 등록정보 확인
- 홈택스수집 인증을 위해 팝빌에 등록된 현금영수증 자료조회 부서사용자 계정을 확인합니다.
function response checkdeptuser(string corpnum, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
Response
Throws
PopbillException
3.6. CheckLoginDeptUser - 부서사용자 로그인 테스트
- 팝빌에 등록된 현금영수증 자료조회 부서사용자 계정 정보로 홈택스 로그인 가능 여부를 확인합니다.
function response checklogindeptuser(string corpnum, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
ㄱㅇㄹ
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
Response
Throws
PopbillException
3.7. DeleteDeptUser - 부서사용자 등록정보 삭제
- 팝빌에 등록된 홈택스 현금영수증 자료조회 부서사용자 계정을 삭제합니다.
function response deletedeptuser(string corpnum, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
Response
Throws
PopbillException