# 전자명세서 API

기업에서 자주 사용하는 명세서를 수기로 작성하여 팩스나 메일로 전달하던 기존 방식에서 벗어나 고객사의 시스템에 전자적으로 연계하여 명세서를 작성ㆍ전달ㆍ관리하는 API 입니다.

> 전자명세서는 재화와 용역을 거래한 사업자 사이에 발생하는 부속문서로 국세청에 신고되지 않습니다.

## API 목록

### 발행

- [1. RegistIssue - 즉시 발행](https://developers.popbill.com/reference/statement/vb/api/issue#RegistIssue)
- [2. Register - 임시저장](https://developers.popbill.com/reference/statement/vb/api/issue#Register)
- [3. Update - 수정](https://developers.popbill.com/reference/statement/vb/api/issue#Update)
- [4. Issue - 발행](https://developers.popbill.com/reference/statement/vb/api/issue#Issue)
- [5. Cancel - 발행취소](https://developers.popbill.com/reference/statement/vb/api/issue#Cancel)
- [6. Delete - 삭제](https://developers.popbill.com/reference/statement/vb/api/issue#Delete)

### 정보확인

- [1. GetInfo - 상태 확인](https://developers.popbill.com/reference/statement/vb/api/info#GetInfo)
- [2. GetInfos - 다수건 상태 확인](https://developers.popbill.com/reference/statement/vb/api/info#GetInfos)
- [3. GetDetailInfo - 상세정보 확인](https://developers.popbill.com/reference/statement/vb/api/info#GetDetailInfo)
- [4. CheckMgtKeyInUse - 문서번호 사용 여부 확인](https://developers.popbill.com/reference/statement/vb/api/info#CheckMgtKeyInUse)
- [5. Search - 목록 조회](https://developers.popbill.com/reference/statement/vb/api/info#Search)
- [6. GetLogs - 상태 변경이력 확인](https://developers.popbill.com/reference/statement/vb/api/info#GetLogs)
- [7. GetURL - 문서함 팝업 URL](https://developers.popbill.com/reference/statement/vb/api/info#GetURL)

### 보기/인쇄

- [1. GetPopUpURL - 전자명세서 팝업 URL](https://developers.popbill.com/reference/statement/vb/api/view#GetPopUpURL)
- [2. GetViewURL - 전자명세서 팝업 URL \[보기 전용\]](https://developers.popbill.com/reference/statement/vb/api/view#GetViewURL)
- [3. GetPrintURL - 공급자 인쇄 팝업 URL](https://developers.popbill.com/reference/statement/vb/api/view#GetPrintURL)
- [4. GetEPrintURL - 공급받는자 인쇄 팝업 URL](https://developers.popbill.com/reference/statement/vb/api/view#GetEPrintURL)
- [5. GetMassPrintURL - 다건 인쇄 팝업 URL](https://developers.popbill.com/reference/statement/vb/api/view#GetMassPrintURL)
- [6. GetMailURL - 메일 보기 팝업 URL](https://developers.popbill.com/reference/statement/vb/api/view#GetMailURL)

### 부가기능

- [1. GetSealURL - 인감 및 첨부문서 등록 팝업 URL](https://developers.popbill.com/reference/statement/vb/api/etc#GetSealURL)
- [2. AttachFile - 파일 첨부](https://developers.popbill.com/reference/statement/vb/api/etc#AttachFile)
- [3. DeleteFile - 첨부파일 삭제](https://developers.popbill.com/reference/statement/vb/api/etc#DeleteFile)
- [4. GetFiles - 첨부파일 목록 확인](https://developers.popbill.com/reference/statement/vb/api/etc#GetFiles)
- [5. SendEmail - 메일 재전송](https://developers.popbill.com/reference/statement/vb/api/etc#SendEmail)
- [6. SendSMS - 문자 재전송](https://developers.popbill.com/reference/statement/vb/api/etc#SendSMS)
- [7. SendFax - 팩스 전송](https://developers.popbill.com/reference/statement/vb/api/etc#SendFAX)
- [8. FAXSend - 선팩스 전송](https://developers.popbill.com/reference/statement/vb/api/etc#FAXSend)
- [9. AttachStatement - 전자명세서 첨부](https://developers.popbill.com/reference/statement/vb/api/etc#AttachStatement)
- [10. DetachStatement - 전자명세서 첨부해제](https://developers.popbill.com/reference/statement/vb/api/etc#DetachStatement)
- [11. ListEmailConfig - 알림메일 발송설정 조회](https://developers.popbill.com/reference/statement/vb/api/etc#ListEmailConfig)
- [12. UpdateEmailConfig - 알림메일 발송설정 수정](https://developers.popbill.com/reference/statement/vb/api/etc#UpdateEmailConfig)
