Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 사업자 조회 API #36

Merged
merged 4 commits into from
Aug 3, 2023
Merged

[feat] 사업자 조회 API #36

merged 4 commits into from
Aug 3, 2023

Conversation

chaerlo127
Copy link
Collaborator

🌱 이슈 번호

close #27


💬 기타 사항

  • 호락호락 하지 않은 open api,,,

@chaerlo127 chaerlo127 added 🔮 feat 기능을 생성해요 ! 🐣 chae-eun 채은이가 만든 기능이에요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 ! labels Aug 2, 2023
@chaerlo127 chaerlo127 self-assigned this Aug 2, 2023
@chaerlo127 chaerlo127 changed the title [feat] 사업자 조회 api [feat] 사업자 조회 API Aug 2, 2023
@@ -20,6 +20,8 @@ enum class BaseResponseCode(status: HttpStatus, message: String) {
NOT_EXIST_EMAIL(HttpStatus.BAD_REQUEST, "해당 이메일로 가입한 사용자를 찾을 수 없습니다."),
INVALID_PASSWORD(HttpStatus.BAD_REQUEST, "사용자의 비밀번호가 일치하지 않습니다."),
NOT_FOUND_USER(HttpStatus.NOT_FOUND, "사용자를 찾을 수 없습니다."),
NOT_FOUND_EID(HttpStatus.NOT_FOUND, "사업자를 찾을 수 없습니다."),
INVALID_EID(HttpStatus.BAD_REQUEST, "정상 사업자가 아닙니다. (휴업자 or 폐업자)"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

스크린샷 2023-08-02 오후 5 48 02

다음과 같이 01이 아니면 에러가 나도록 생성해뒀서요옴!

출처 클릭 !

Copy link
Member

@psyeon1120 psyeon1120 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오우... 사업자 디게 복잡하네여ㅜㅜ 최고오 👍🏻

Comment on lines +4 to +14
val b_no: String, // 사업자 등록번호
val b_stt: String, // 납세자 상태
val b_stt_cd: String, // 납세자 코드
val tax_type: String, // 과세 유형 메시지
val tax_type_cd: String, // 과세 유형 코드
val end_dt: String, // 폐업일 (YYYYMMDD)
val utcc_yn: String, // 단위 과세 전환 폐업 여부 (Y, N)
val tax_type_change_dt: String, // 최근 과세 유형 전환 일자
val invoice_apply_dt: String, // 세금 계산서 적용 일자
val rbf_tax_type: String, // 직전 과세 유형 메시지
val rbf_tax_type_cd: String // 직전 과세 유형 메시지
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥹

Copy link
Member

@sojungpp sojungpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넘 수고했으요 !!! 나중에 이것도 우리 아티클 남겨놓자 체고

@chaerlo127 chaerlo127 merged commit a5e76f0 into develop Aug 3, 2023
1 check passed
@chaerlo127 chaerlo127 deleted the feat/#27-validateEid branch August 3, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐣 chae-eun 채은이가 만든 기능이에요 ! 🔮 feat 기능을 생성해요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 사업자 등록 조회 Open API
3 participants