# Models

## The Response object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The ValidationError object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The StIndInfoLogRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StIndInfoLogRequest":{"type":"object","properties":{"pwd":{"type":"string"},"rednCausCont":{"type":"string"}}}}}}
```

## The ResponseStIndInfoLog object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseStIndInfoLog":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/StIndInfoLog","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"StIndInfoLog":{"type":"object","properties":{"qryGbCd":{"type":"string"},"indInfoQryCaus":{"type":"string"},"userId":{"type":"string"},"rtTgtSeq":{"type":"string"},"workDtm":{"type":"string","format":"date-time"},"scrnId":{"type":"string"},"ipAddr":{"type":"string"},"indInfoDealYn":{"type":"string"},"indInfoQryCont":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The StIndInfoLog object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StIndInfoLog":{"type":"object","properties":{"qryGbCd":{"type":"string"},"indInfoQryCaus":{"type":"string"},"userId":{"type":"string"},"rtTgtSeq":{"type":"string"},"workDtm":{"type":"string","format":"date-time"},"scrnId":{"type":"string"},"ipAddr":{"type":"string"},"indInfoDealYn":{"type":"string"},"indInfoQryCont":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"}}}}}}
```

## The StaffManyRegistResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StaffManyRegistResponse":{"type":"object","description":"임직원 일괄등록 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"loginId":{"type":"string","description":"회원ID"},"mbrNm":{"type":"string","description":"회원명"},"stafMgrNo":{"type":"string","description":"사번"},"comGbCd":{"type":"string","description":"회사구분코드(ME038)","enum":["P00"]},"comGbNm":{"type":"string","description":"회사명"},"errorMsg":{"type":"string","description":"에러 메시지"}}}}}}
```

## The DeleteStaffRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"DeleteStaffRequest":{"type":"object","description":"임직원 해제 Request","properties":{"mbrNoList":{"type":"array","description":"회원번호 리스트","items":{"type":"string"}}}}}}}
```

## The MemberBusinessAddressChgRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberBusinessAddressChgRequest":{"type":"object","description":"사업자 주소 저장 Request","properties":{"mbrNo":{"type":"string","description":"회원번호","minLength":1},"bplcZipNo":{"type":"string","description":"사업자 우편번호","minLength":1},"bplcZipAddr":{"type":"string","description":"사업자 우편주소","minLength":1},"bplcDtlAddr":{"type":"string","description":"사업장주소","minLength":1}},"required":["bplcDtlAddr","bplcZipAddr","bplcZipNo","mbrNo"]}}}}
```

## The MemberRefundActnRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberRefundActnRequest":{"type":"object","description":"환불계좌 등록 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"rfdBankCd":{"type":"string","description":"은행코드(OM026)"},"rfdActnNo":{"type":"string","description":"계좌번호"},"rfdActnDepositorNm":{"type":"string","description":"환불계좌 예금주"},"rfdActnCertiYn":{"type":"string","description":"계좌 인증 유무"}}}}}}
```

## The EtMbrDlvpInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtMbrDlvpInfo":{"type":"object","description":"회원배송지정보 Entity","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"이메일주소"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"userSortSeq":{"type":"string","description":"사용자정렬순서"}}}}}}
```

## The RealGridCUDRequestEtMbrDlvpInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestEtMbrDlvpInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}}}},"EtMbrDlvpInfo":{"type":"object","description":"회원배송지정보 Entity","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"이메일주소"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"userSortSeq":{"type":"string","description":"사용자정렬순서"}}}}}}
```

## The SaveMemberDelivery object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveMemberDelivery":{"type":"object","description":"회원 배송지 저장 및 삭제 Request","properties":{"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestEtMbrDlvpInfo"}}},"RealGridCUDRequestEtMbrDlvpInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/EtMbrDlvpInfo"}}}},"EtMbrDlvpInfo":{"type":"object","description":"회원배송지정보 Entity","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"이메일주소"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"userSortSeq":{"type":"string","description":"사용자정렬순서"}}}}}}
```

## The MemberStafRegReqeust object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberStafRegReqeust":{"type":"object","description":"임직원 등록 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"stafMgrNo":{"type":"string","description":"사번"},"comGbCd":{"type":"string","description":"회사구분코드"}}}}}}
```

## The EtMbrInfoChgHist object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtMbrInfoChgHist":{"type":"object","description":"회원정보변경이력 Entity","properties":{"mbrInfoChgSeq":{"type":"string","description":"회원정보변경순번"},"mbrNo":{"type":"string","description":"회원번호"},"chgTgtTypCd":{"type":"string","description":"변경대상유형코드(ME004)"},"chgCont":{"type":"string","description":"변경내용"}}}}}}
```

## The MemberContactChgRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberContactChgRequest":{"type":"object","description":"회원연락처 정보 저장 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"emailAddr":{"type":"string","description":"이메일주소"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"etMbrInfoChgHistList":{"type":"array","description":"회원 연락처 정보 목록","items":{"$ref":"#/components/schemas/EtMbrInfoChgHist"}}}},"EtMbrInfoChgHist":{"type":"object","description":"회원정보변경이력 Entity","properties":{"mbrInfoChgSeq":{"type":"string","description":"회원정보변경순번"},"mbrNo":{"type":"string","description":"회원번호"},"chgTgtTypCd":{"type":"string","description":"변경대상유형코드(ME004)"},"chgCont":{"type":"string","description":"변경내용"}}}}}}
```

## The MemberAddressChgRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberAddressChgRequest":{"type":"object","description":"회원 주소 저장 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"nafrGbCd":{"type":"string","description":"국내10,해외20"},"etMbrInfoChgHist":{"$ref":"#/components/schemas/EtMbrInfoChgHist","description":"회원 정보 변경 이력 Entity"}}},"EtMbrInfoChgHist":{"type":"object","description":"회원정보변경이력 Entity","properties":{"mbrInfoChgSeq":{"type":"string","description":"회원정보변경순번"},"mbrNo":{"type":"string","description":"회원번호"},"chgTgtTypCd":{"type":"string","description":"변경대상유형코드(ME004)"},"chgCont":{"type":"string","description":"변경내용"}}}}}}
```

## The MemberInitPwdRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberInitPwdRequest":{"type":"object","description":"비밀번호 초기화 Request","properties":{"loginId":{"type":"string","description":"로그인아이디"},"mbrNo":{"type":"string","description":"회원번호"},"pwdIniCausCont":{"type":"string","description":"패스워드초기화사유"}}}}}}
```

## The JoinApprovalMgmtRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"JoinApprovalMgmtRequest":{"type":"object","description":"회원가입 처리 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"mbrNo":{"type":"string","description":"회원번호"},"mbrMgrCd":{"type":"string","description":"회원관리코드"},"mbrMgrNm":{"type":"string","description":"회원관리명"},"mbrGradeCd":{"type":"string","description":"회원등급코드"},"mbrGradeNm":{"type":"string","description":"회원등급명"},"mbrStatCd":{"type":"string","description":"회원상태코드"},"mbrStatNm":{"type":"string","description":"회원상태명"},"mbrNm":{"type":"string","description":"회원명"},"loginId":{"type":"string","description":"로그인ID"},"siteNm":{"type":"string","description":"사이트명"},"cellNo":{"type":"string","description":"휴대폰번호"},"joinSgtStatCd":{"type":"string","description":"가입신청상태코드"},"joinSgtStatNm":{"type":"string","description":"가입신청상태명"},"bmanRegNo":{"type":"string","description":"사업자등록번호"},"bmanRegDt":{"type":"string","description":"사업자등록일자"},"rpstmnNm":{"type":"string","description":"대표자명"},"repTelNo":{"type":"string","description":"대표전화번호"},"bmanNm":{"type":"string","description":"사업체명"},"mbrJoinReqDtm":{"type":"string","format":"date-time","description":"회원가입요청일시"},"aprvRtrnCaus":{"type":"string","description":"승인반려사유"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"승인반려일시"},"mbrJoinDtm":{"type":"string","format":"date-time","description":"가입일시"}}}}}}
```

## The JoinProcessRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"JoinProcessRequest":{"type":"object","description":"회원가입회원 목록 (승인/반려)","properties":{"joinApprovalList":{"type":"array","description":"회원 정보 목록","items":{"$ref":"#/components/schemas/JoinApprovalMgmtRequest"}},"joinSgtStatCd":{"type":"string","description":"가입신청상태코드 (20: 승인, 30: 반려)","minLength":1},"mbrStatCd":{"type":"string","description":"회원상태코드 (10: 정상, 50: 반려)","minLength":1}},"required":["joinApprovalList","joinSgtStatCd","mbrStatCd"]},"JoinApprovalMgmtRequest":{"type":"object","description":"회원가입 처리 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"mbrNo":{"type":"string","description":"회원번호"},"mbrMgrCd":{"type":"string","description":"회원관리코드"},"mbrMgrNm":{"type":"string","description":"회원관리명"},"mbrGradeCd":{"type":"string","description":"회원등급코드"},"mbrGradeNm":{"type":"string","description":"회원등급명"},"mbrStatCd":{"type":"string","description":"회원상태코드"},"mbrStatNm":{"type":"string","description":"회원상태명"},"mbrNm":{"type":"string","description":"회원명"},"loginId":{"type":"string","description":"로그인ID"},"siteNm":{"type":"string","description":"사이트명"},"cellNo":{"type":"string","description":"휴대폰번호"},"joinSgtStatCd":{"type":"string","description":"가입신청상태코드"},"joinSgtStatNm":{"type":"string","description":"가입신청상태명"},"bmanRegNo":{"type":"string","description":"사업자등록번호"},"bmanRegDt":{"type":"string","description":"사업자등록일자"},"rpstmnNm":{"type":"string","description":"대표자명"},"repTelNo":{"type":"string","description":"대표전화번호"},"bmanNm":{"type":"string","description":"사업체명"},"mbrJoinReqDtm":{"type":"string","format":"date-time","description":"회원가입요청일시"},"aprvRtrnCaus":{"type":"string","description":"승인반려사유"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"승인반려일시"},"mbrJoinDtm":{"type":"string","format":"date-time","description":"가입일시"}}}}}}
```

## The ResponseString object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The InstCusRvcRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"InstCusRvcRequest":{"type":"object","description":"관심회원 해제 Request","properties":{"instMbrSeqList":{"type":"array","description":"관심회원순번 목록","items":{"type":"string"}}}}}}}
```

## The EtInstMbrInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtInstMbrInfo":{"type":"object","description":"관심회원정보 Entity","properties":{"instMbrSeq":{"type":"string","description":"관심회원순번"},"mbrNo":{"type":"string","description":"회원번호"},"mgrGbCd":{"type":"string","description":"관리구분코드(ME019)"},"mgrTypCd":{"type":"string","description":"관리유형코드(ME009)"},"ordNo":{"type":"string","description":"주문번호"},"regCausCont":{"type":"string","description":"등록사유"},"mgrMbrRegId":{"type":"string","description":"관리회원등록아이디"},"mgrMbrRegDtm":{"type":"string","format":"date-time","description":"관리회원등록일시"},"mgrMbrRvcId":{"type":"string","description":"관리회원해제아이디"},"mgrMbrRvcDtm":{"type":"string","format":"date-time","description":"관리회원해제일시"}}}}}}
```

## The StaffMgmtSearchRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StaffMgmtSearchRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"condxMbrOpt":{"type":"string","description":"조회 타입"},"condxMbrValue":{"type":"string","description":"입력 값"},"condxCompanyCd":{"type":"string","description":"회사구분코드"}}}}}}
```

## The RealGridListResponseStaffMgmtSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseStaffMgmtSearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/StaffMgmtSearchResponse"}}}},"StaffMgmtSearchResponse":{"type":"object","properties":{"sysRegDtm":{"type":"string"},"sysRegId":{"type":"string"},"sysModDtm":{"type":"string"},"sysModId":{"type":"string"},"rowsPerPage":{"type":"integer","format":"int32"},"pageIdx":{"type":"integer","format":"int32"},"endPage":{"type":"boolean"},"mbrNo":{"type":"string","description":"회원번호"},"mbrGbNm":{"type":"string","description":"회원분류"},"mbrNm":{"type":"string","description":"회원명"},"comGbNm":{"type":"string","description":"회사명"},"comGbCd":{"type":"string","description":"회사구분코드"},"mbrStatNm":{"type":"string","description":"회원상태"},"loginId":{"type":"string","description":"회원아이디"},"emailAddr":{"type":"string","description":"이메일"},"cellNo":{"type":"string","description":"휴대폰번호"},"stafMgrNo":{"type":"string","description":"사번"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The StaffMgmtSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StaffMgmtSearchResponse":{"type":"object","properties":{"sysRegDtm":{"type":"string"},"sysRegId":{"type":"string"},"sysModDtm":{"type":"string"},"sysModId":{"type":"string"},"rowsPerPage":{"type":"integer","format":"int32"},"pageIdx":{"type":"integer","format":"int32"},"endPage":{"type":"boolean"},"mbrNo":{"type":"string","description":"회원번호"},"mbrGbNm":{"type":"string","description":"회원분류"},"mbrNm":{"type":"string","description":"회원명"},"comGbNm":{"type":"string","description":"회사명"},"comGbCd":{"type":"string","description":"회사구분코드"},"mbrStatNm":{"type":"string","description":"회원상태"},"loginId":{"type":"string","description":"회원아이디"},"emailAddr":{"type":"string","description":"이메일"},"cellNo":{"type":"string","description":"휴대폰번호"},"stafMgrNo":{"type":"string","description":"사번"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The StaffDcLimUseHistRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StaffDcLimUseHistRequest":{"type":"object","description":"임직원할인상세이력 Request","properties":{"langCd":{"type":"string","description":"언어코드"},"mbrNo":{"type":"string","description":"회원번호"},"comGbCd":{"type":"string","description":"회사구분코드(ME016)"},"rsrvUseYear":{"type":"string","description":"사용/적립 연도"}}}}}}
```

## The RealGridListResponseStaffDcLimUseHistResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseStaffDcLimUseHistResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/StaffDcLimUseHistResponse"}}}},"StaffDcLimUseHistResponse":{"type":"object","description":"임직원할인 상세 Response","properties":{"rsrvUseGbNm":{"type":"string","description":"구분"},"ocurAmt":{"type":"number","description":"발생금액"},"ordNo":{"type":"string","description":"주문번호"},"claimNo":{"type":"string","description":"클레임번호"},"useDtm":{"type":"string","format":"date-time","description":"사용일시"}}}}}}
```

## The StaffDcLimUseHistResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StaffDcLimUseHistResponse":{"type":"object","description":"임직원할인 상세 Response","properties":{"rsrvUseGbNm":{"type":"string","description":"구분"},"ocurAmt":{"type":"number","description":"발생금액"},"ordNo":{"type":"string","description":"주문번호"},"claimNo":{"type":"string","description":"클레임번호"},"useDtm":{"type":"string","format":"date-time","description":"사용일시"}}}}}}
```

## The StaffDcLimRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StaffDcLimRequest":{"type":"object","description":"임직원할인한도관리 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"condxMbrOpt":{"type":"string","description":"찾을대상:사번,회원명,회원번호"},"condxMbrValue":{"type":"string","description":"해당입력값"},"condxCompanyCd":{"type":"string","description":"회사구분코드(ME038)"},"useYn":{"type":"string","description":"사용여부"}}}}}}
```

## The RealGridListResponseStaffDcLimResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseStaffDcLimResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/StaffDcLimResponse"}}}},"StaffDcLimResponse":{"type":"object","description":"임직원할인한도관리 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"loginId":{"type":"string","description":"회원ID"},"mbrNm":{"type":"string","description":"회원명"},"stafMgrNo":{"type":"string","description":"사번"},"mbrMgrNm":{"type":"string","description":"회원분류"},"comGbCd":{"type":"string","description":"회사구분코드(ME038)"},"comGbNm":{"type":"string","description":"회사명"},"rmndAmt":{"type":"number","description":"잔여금액"},"limAmt":{"type":"number","description":"한도금액"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"등록자"},"sysRegDtm":{"type":"string","format":"date-time","description":"등록일시"},"sysModId":{"type":"string","description":"수정자"},"sysModDtm":{"type":"string","format":"date-time","description":"수정일시"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The StaffDcLimResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StaffDcLimResponse":{"type":"object","description":"임직원할인한도관리 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"loginId":{"type":"string","description":"회원ID"},"mbrNm":{"type":"string","description":"회원명"},"stafMgrNo":{"type":"string","description":"사번"},"mbrMgrNm":{"type":"string","description":"회원분류"},"comGbCd":{"type":"string","description":"회사구분코드(ME038)"},"comGbNm":{"type":"string","description":"회사명"},"rmndAmt":{"type":"number","description":"잔여금액"},"limAmt":{"type":"number","description":"한도금액"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"등록자"},"sysRegDtm":{"type":"string","format":"date-time","description":"등록일시"},"sysModId":{"type":"string","description":"수정자"},"sysModDtm":{"type":"string","format":"date-time","description":"수정일시"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The MemberDetailRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberDetailRequest":{"type":"object","description":"회원상세 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrNoList":{"type":"array","description":"회원번호 리스트","items":{"type":"string"}},"mbrNm":{"type":"string","description":"회원이름"},"loginId":{"type":"string","description":"회원 로그인 ID"},"svcAgrTypCd":{"type":"string","description":"서비스 동의 유형 코드(ME025)"},"lgcMbrNo":{"type":"string","description":"기간계회원번호"},"authCheck":{"type":"boolean","description":"조건부 마스킹 여부"},"authYn":{"type":"string","description":"마스킹 여부"},"authTotalYn":{"type":"string","description":"마스킹 데이터 전체 마스킹 여부"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"ordNo":{"type":"string","description":"주문번호"}}}}}}
```

## The AgreeHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"AgreeHistoryResponse":{"type":"object","description":"동의이력 목록 조회 Response","properties":{"siteNm":{"type":"string","description":"사이트명"},"svcAgrTypNm":{"type":"string","description":"동의유형"},"agrYn":{"type":"string","description":"동의여부"},"sysRegDtm":{"type":"string","description":"변경일시"}}}}}}
```

## The RealGridListResponseAgreeHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseAgreeHistoryResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/AgreeHistoryResponse"}}}},"AgreeHistoryResponse":{"type":"object","description":"동의이력 목록 조회 Response","properties":{"siteNm":{"type":"string","description":"사이트명"},"svcAgrTypNm":{"type":"string","description":"동의유형"},"agrYn":{"type":"string","description":"동의여부"},"sysRegDtm":{"type":"string","description":"변경일시"}}}}}}
```

## The InstCusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"InstCusRequest":{"type":"object","description":"관심고객조회 Request","properties":{"sysRegDtm":{"type":"string"},"sysRegId":{"type":"string"},"sysModDtm":{"type":"string"},"sysModId":{"type":"string"},"rowsPerPage":{"type":"integer","format":"int32"},"pageIdx":{"type":"integer","format":"int32"},"endPage":{"type":"boolean"},"mbrOpt":{"type":"string","description":"요청타입 (NAME, ID, mbrNo)"},"mbrValue":{"type":"string","description":"회원 이름 or 아이디 or 번호"},"dateSelect":{"type":"string","description":"전체기간 조회여부"},"regStrDt":{"type":"string","format":"date","description":"등록 시작 일자"},"regEndDt":{"type":"string","format":"date","description":"등록 종료 일자"},"instMbrYn":{"type":"string","description":"관심 고객 여부"},"mgrGbCd":{"type":"string","description":"관리구분"},"mgrTypCd":{"type":"string","description":"관리유형"},"ordLmtYn":{"type":"string","description":"구매 제한 여부"},"cellSctNo":{"type":"string","description":"휴대폰 국번"},"cellTxnoNo":{"type":"string","description":"휴대폰 중간번호"},"cellEndNo":{"type":"string","description":"휴대폰 끝번호"},"langCd":{"type":"string","description":"언어코드(CM009)"},"regDt":{"type":"string","description":"조회기간 버튼"},"siteNo":{"type":"string","description":"사이트번호"}}}}}}
```

## The InstCusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"InstCusResponse":{"type":"object","description":"관심고객 조회 Response","properties":{"instMbrSeq":{"type":"string","description":"관심회원순번"},"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원이름"},"cellNo":{"type":"string","description":"휴대폰번호"},"loginId":{"type":"string","description":"회원아이디"},"instMbrYn":{"type":"string","description":"관심고객여부"},"mgrGbNm":{"type":"string","description":"관리구분명(ME019)"},"mgrTypNm":{"type":"string","description":"관리유형명(ME009)"},"ordLmtYn":{"type":"string","description":"구매제한여부"},"regCausCont":{"type":"string","description":"등록사유"},"ordNo":{"type":"string","description":"주문번호"},"mgrMbrRegDt":{"type":"string","format":"date","description":"관리회원등록일자"},"mgrMbrRegId":{"type":"string","description":"관리회원등록아이디"},"mgrMbrRvcDt":{"type":"string","format":"date","description":"관리회원해제일자"},"mgrMbrRvcId":{"type":"string","description":"관리회원해제아이디"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The RealGridListResponseInstCusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseInstCusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/InstCusResponse"}}}},"InstCusResponse":{"type":"object","description":"관심고객 조회 Response","properties":{"instMbrSeq":{"type":"string","description":"관심회원순번"},"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원이름"},"cellNo":{"type":"string","description":"휴대폰번호"},"loginId":{"type":"string","description":"회원아이디"},"instMbrYn":{"type":"string","description":"관심고객여부"},"mgrGbNm":{"type":"string","description":"관리구분명(ME019)"},"mgrTypNm":{"type":"string","description":"관리유형명(ME009)"},"ordLmtYn":{"type":"string","description":"구매제한여부"},"regCausCont":{"type":"string","description":"등록사유"},"ordNo":{"type":"string","description":"주문번호"},"mgrMbrRegDt":{"type":"string","format":"date","description":"관리회원등록일자"},"mgrMbrRegId":{"type":"string","description":"관리회원등록아이디"},"mgrMbrRvcDt":{"type":"string","format":"date","description":"관리회원해제일자"},"mgrMbrRvcId":{"type":"string","description":"관리회원해제아이디"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The ServiceAgreeHistRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ServiceAgreeHistRequest":{"type":"object","description":"마케팅/서비스 동의목록 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"loginId":{"type":"string","description":"회원아이디"},"mbrNm":{"type":"string","description":"회원명"}}}}}}
```

## The ServiceAgreeHistResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ServiceAgreeHistResponse":{"type":"object","description":"마케팅/서비스 동의목록 Response","properties":{"siteNm":{"type":"string","description":"사이트명"},"smsRecvAgrYn":{"type":"string","description":"SMS수신동의"},"emailRecvAgrYn":{"type":"string","description":"이메일수신동의"},"appPushAgrYn":{"type":"string","description":"PUSH수신동의"},"kakaoRecvAgrYn":{"type":"string","description":"KAKAO수신동의"}}}}}}
```

## The GoodsReviewRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsReviewRequest":{"type":"object","description":"상품평 Request DTO","properties":{"mbrNo":{"type":"string","description":"회원번호"},"loginId":{"type":"string","description":"회원ID"},"mbrNm":{"type":"string","description":"회원명"},"joinDt":{"type":"string","description":"회원가입일자"}}}}}}
```

## The GoodsReviewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsReviewResponse":{"type":"object","description":"상품평 목록 조회 API Response DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revCont":{"type":"string","description":"리뷰내용"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"revGbNm":{"type":"string","description":"리뷰구분명"},"ansCont":{"type":"string","description":"답변내용"},"revContCnt":{"type":"string","description":"리뷰컨텐츠 수"},"reco":{"type":"string","description":"추천 수"},"replyCnt":{"type":"string","description":"댓글 수"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"revScrVal":{"type":"string","description":"리뷰별점"},"ansCnt":{"type":"integer","format":"int32","description":"평가항목 답변 수"}}}}}}
```

## The RealGridListResponseGoodsReviewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseGoodsReviewResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsReviewResponse"}}}},"GoodsReviewResponse":{"type":"object","description":"상품평 목록 조회 API Response DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revCont":{"type":"string","description":"리뷰내용"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"revGbNm":{"type":"string","description":"리뷰구분명"},"ansCont":{"type":"string","description":"답변내용"},"revContCnt":{"type":"string","description":"리뷰컨텐츠 수"},"reco":{"type":"string","description":"추천 수"},"replyCnt":{"type":"string","description":"댓글 수"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"revScrVal":{"type":"string","description":"리뷰별점"},"ansCnt":{"type":"integer","format":"int32","description":"평가항목 답변 수"}}}}}}
```

## The GoodsQaRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsQaRequest":{"type":"object","description":"상품QnA Request DTO","properties":{"mbrNo":{"type":"string","description":"회원번호"},"loginId":{"type":"string","description":"회원ID"},"mbrNm":{"type":"string","description":"회원명"},"joinDt":{"type":"string","description":"회원가입일자"}}}}}}
```

## The GoodsQaResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsQaResponse":{"type":"object","description":"상품Q&A 질문정보 조회 API Response DTO","properties":{"questNo":{"type":"string","description":"질문번호"},"questTypCdNm":{"type":"string","description":"질문유형코드명"},"procStatCdNm":{"type":"string","description":"처리상태코드명"},"questCont":{"type":"string","description":"질문내용"},"mdId":{"type":"string","description":"담당MD"}}}}}}
```

## The RealGridListResponseGoodsQaResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseGoodsQaResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsQaResponse"}}}},"GoodsQaResponse":{"type":"object","description":"상품Q&A 질문정보 조회 API Response DTO","properties":{"questNo":{"type":"string","description":"질문번호"},"questTypCdNm":{"type":"string","description":"질문유형코드명"},"procStatCdNm":{"type":"string","description":"처리상태코드명"},"questCont":{"type":"string","description":"질문내용"},"mdId":{"type":"string","description":"담당MD"}}}}}}
```

## The ParticipationEventRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ParticipationEventRequest":{"type":"object","properties":{"mbrNo":{"type":"string"},"loginId":{"type":"string"},"mbrNm":{"type":"string"},"joinDt":{"type":"string"}}}}}}
```

## The ParticipationEventResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ParticipationEventResponse":{"type":"object","properties":{"evtNo":{"type":"string"},"evtNm":{"type":"string"},"aplyDt":{"type":"string"},"strDt":{"type":"string"},"endDt":{"type":"string"},"evtPrgsStatCd":{"type":"string"},"evtPrgsStatNm":{"type":"string"},"winDt":{"type":"string"},"winYn":{"type":"string"}}}}}}
```

## The RealGridListResponseParticipationEventResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseParticipationEventResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/ParticipationEventResponse"}}}},"ParticipationEventResponse":{"type":"object","properties":{"evtNo":{"type":"string"},"evtNm":{"type":"string"},"aplyDt":{"type":"string"},"strDt":{"type":"string"},"endDt":{"type":"string"},"evtPrgsStatCd":{"type":"string"},"evtPrgsStatNm":{"type":"string"},"winDt":{"type":"string"},"winYn":{"type":"string"}}}}}}
```

## The MemberMilgRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberMilgRequest":{"type":"object","description":"마일리지 목록 조회 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"frDt":{"type":"string","description":"조회기간-시작"},"toDt":{"type":"string","description":"조회기간-종료"},"mlgExtcSchdDt":{"type":"string","description":"소멸예정일자"},"type":{"type":"string","description":"조회타입"},"langCd":{"type":"string","description":"언어코드(CM009)"}}}}}}
```

## The MemberMilgResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberMilgResponse":{"type":"object","description":"마일리지 목록 조회 Response","properties":{"astRsrvUseGbNm":{"type":"string","description":"구분"},"astRsrvUseCausNm":{"type":"string","description":"사유"},"ocurDtm":{"type":"string","format":"date-time","description":"처리일시"},"ocurAmt":{"type":"number","description":"발생/사용금액"},"balAmt":{"type":"number","description":"잔액"},"astMgrNo":{"type":"string","description":"관련번호"},"valiEndDt":{"type":"string","description":"사용종료일시"},"astMgrMemo":{"type":"string","description":"메모"}}}}}}
```

## The MemberRefundAccountPopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberRefundAccountPopupResponse":{"type":"object","description":"환불 계좌 정보 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"rfdActnNo":{"type":"string","description":"환불계좌번호"},"rfdActnDepositorNm":{"type":"string","description":"환불계좌 예금주"},"rfdActnCertiYn":{"type":"string","description":"환불계좌 인증여부"},"rfdBankCd":{"type":"string","description":"환불계좌 은행코드"},"loginId":{"type":"string","description":"회원아이디"}}}}}}
```

## The MemberCustomsInquiryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberCustomsInquiryResponse":{"type":"object","description":"회원 통관번호 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"rcvmnNm":{"type":"string","description":"수령인명"},"cellPhone":{"type":"string","description":"휴대폰번호"},"zipNo":{"type":"string","description":"우편번호"},"persCstmCd":{"type":"string","description":"개인통관고유부호"},"sysRegId":{"type":"string","description":"등록자ID"},"sysRegDtm":{"type":"string","description":"등록일시"},"sysModId":{"type":"string","description":"수정자ID"},"sysModDtm":{"type":"string","description":"수정일시"}}}}}}
```

## The MemberMgmtSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberMgmtSearchResponse":{"type":"object","description":"회원 목록 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"socialNm":{"type":"string","description":"간편계정연동구분코드명(ME052)"},"mbrNm":{"type":"string","description":"회원명"},"mbrStatCd":{"type":"string","description":"회원상태코드(ME003)"},"loginId":{"type":"string","description":"로그인아이디"},"emailAddr":{"type":"string","description":"이메일주소"},"cellNo":{"type":"string","description":"휴대폰번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"mbrJoinDtm":{"type":"string","description":"회원가입일시"},"sysModId":{"type":"string","description":"시스템수정자id"},"sysModDtm":{"type":"string","format":"date-time","description":"시스템수정일시"},"joinGbCd":{"type":"string","description":"가입구분코드(ME029)"},"mbrMgrCd":{"type":"string","description":"회원관리코드(ME002)"},"mbrMgrNm":{"type":"string","description":"회원관리코드명(ME002)"},"mbrGradeNm":{"type":"string","description":"회원등급코드명(ME008)"},"mbrStatNm":{"type":"string","description":"회원상태코드명(ME003)"},"stafYn":{"type":"string","description":"임직원 여부"},"mbrCareConsumeYn":{"type":"string","description":"관심고객 여부"},"siteNm":{"type":"string","description":"사이트명"},"smsRecvAgrYn":{"type":"string","description":"SMS 수신동의 여부"},"emailRecvAgrYn":{"type":"string","description":"이메일 수신동의 여부"},"appPushAgrYn":{"type":"string","description":"APP PUSH 동의 여부"},"kakaoRecvAgrYn":{"type":"string","description":"카카오톡 수신동의 여부"}}}}}}
```

## The RealGridListResponseMemberMgmtSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberMgmtSearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberMgmtSearchResponse"}}}},"MemberMgmtSearchResponse":{"type":"object","description":"회원 목록 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"socialNm":{"type":"string","description":"간편계정연동구분코드명(ME052)"},"mbrNm":{"type":"string","description":"회원명"},"mbrStatCd":{"type":"string","description":"회원상태코드(ME003)"},"loginId":{"type":"string","description":"로그인아이디"},"emailAddr":{"type":"string","description":"이메일주소"},"cellNo":{"type":"string","description":"휴대폰번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"mbrJoinDtm":{"type":"string","description":"회원가입일시"},"sysModId":{"type":"string","description":"시스템수정자id"},"sysModDtm":{"type":"string","format":"date-time","description":"시스템수정일시"},"joinGbCd":{"type":"string","description":"가입구분코드(ME029)"},"mbrMgrCd":{"type":"string","description":"회원관리코드(ME002)"},"mbrMgrNm":{"type":"string","description":"회원관리코드명(ME002)"},"mbrGradeNm":{"type":"string","description":"회원등급코드명(ME008)"},"mbrStatNm":{"type":"string","description":"회원상태코드명(ME003)"},"stafYn":{"type":"string","description":"임직원 여부"},"mbrCareConsumeYn":{"type":"string","description":"관심고객 여부"},"siteNm":{"type":"string","description":"사이트명"},"smsRecvAgrYn":{"type":"string","description":"SMS 수신동의 여부"},"emailRecvAgrYn":{"type":"string","description":"이메일 수신동의 여부"},"appPushAgrYn":{"type":"string","description":"APP PUSH 동의 여부"},"kakaoRecvAgrYn":{"type":"string","description":"카카오톡 수신동의 여부"}}}}}}
```

## The EtLoginSnsLinkInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtLoginSnsLinkInfo":{"type":"object","description":"로그인 SNS 연동정보","properties":{"mbrNo":{"type":"string","description":"회원번호"},"smpctAcctLinkGbCd":{"type":"string","description":"간편계정연동구분코드(ME052)"},"smpctAcctLinkGbCdNm":{"type":"string","description":"간편계정연동구분코드명(ME052)"},"snsLinkYn":{"type":"string","description":"SNS 연동여부"},"snsLinkStrDtm":{"type":"string","format":"date-time","description":"SNS 연동시작일시"},"snsLinkEndDtm":{"type":"string","format":"date-time","description":"SNS 연동종료일시"},"snsLinkId":{"type":"string","description":"SNS 연동ID"},"snsMbrNo":{"type":"string","description":"SNS 회원번호"},"rmkConts":{"type":"string","description":"비고내용"}}}}}}
```

## The MemberJoinInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberJoinInfoResponse":{"type":"object","description":"회원부가정보 Response","properties":{"mbrJoinDtm":{"type":"string","format":"date-time","description":"회원가입일시"},"lstLoginDtm":{"type":"string","format":"date-time","description":"최종로그인일시"},"lstOrdDtm":{"type":"string","format":"date-time","description":"최종주문일시"},"snsLinkYn":{"type":"string","description":"SNS연동여부"},"snsLinkStrDtm":{"type":"string","format":"date-time","description":"SNS연동일시"},"siteNo":{"type":"string","description":"가입사이트번호"},"siteNm":{"type":"string","description":"가입사이트명"},"pwdChgDtm":{"type":"string","description":"비밀번호변경일시"},"stpRvcDt":{"type":"string","description":"휴면해제일자"},"lgcMbrNo":{"type":"string","description":"기간계회원번호"},"mbrNo":{"type":"string","description":"회원번호"},"snsLinkInfoList":{"type":"array","description":"SNS 연동계정 리스트","items":{"$ref":"#/components/schemas/EtLoginSnsLinkInfo"}}}},"EtLoginSnsLinkInfo":{"type":"object","description":"로그인 SNS 연동정보","properties":{"mbrNo":{"type":"string","description":"회원번호"},"smpctAcctLinkGbCd":{"type":"string","description":"간편계정연동구분코드(ME052)"},"smpctAcctLinkGbCdNm":{"type":"string","description":"간편계정연동구분코드명(ME052)"},"snsLinkYn":{"type":"string","description":"SNS 연동여부"},"snsLinkStrDtm":{"type":"string","format":"date-time","description":"SNS 연동시작일시"},"snsLinkEndDtm":{"type":"string","format":"date-time","description":"SNS 연동종료일시"},"snsLinkId":{"type":"string","description":"SNS 연동ID"},"snsMbrNo":{"type":"string","description":"SNS 회원번호"},"rmkConts":{"type":"string","description":"비고내용"}}}}}}
```

## The MemberDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberDetailResponse":{"type":"object","description":"회원상세 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"loginId":{"type":"string","description":"로그인아이디"},"id":{"type":"string","description":"로그인아이디 noMasking"},"mbrMgrCd":{"type":"string","description":"회원관리코드(ME002)"},"mbrGbNm":{"type":"string","description":"회원구분코드명(ME001)"},"mbrMgrNm":{"type":"string","description":"회원관리코드명(ME002)"},"stafMgrNo":{"type":"string","description":"임직원관리번호"},"instMbrYn":{"type":"string","description":"관심고객여부"},"instMbrGb":{"type":"string","description":"관심고객구분"},"ordLmtYn":{"type":"string","description":"구매제한여부"},"stafYn":{"type":"string","description":"임직원여부"},"mbrStatCd":{"type":"string","description":"회원상태코드(ME003)"},"mbrStatNm":{"type":"string","description":"회원상태코드명(ME003)"},"mbrGradeNm":{"type":"string","description":"회원등급코드명(ME008)"},"solarYn":{"type":"string","description":"양력여부"},"brth":{"type":"string","description":"생년월일"},"sexGbNm":{"type":"string","description":"성별구분코드명(ME017)"},"nafrGbNm":{"type":"string","description":"내외국인여부"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"emailAddr":{"type":"string","description":"이메일주소"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"dtlAddr":{"type":"string","description":"상세주소"},"zipAddr":{"type":"string","description":"우편주소"},"siteNo":{"type":"string","description":"가입사이트번호"},"joinGbNm":{"type":"string","description":"가입구분코드명(ME029)"},"adlCertiYn":{"type":"string","description":"성인인증여부"},"adlCertiDtm":{"type":"string","format":"date-time","description":"성인인증일시"},"mbrJoinDtm":{"type":"string","format":"date-time","description":"회원가입일시"},"frstOrdDtm":{"type":"string","format":"date-time","description":"최초주문일시"},"lstOrdDtm":{"type":"string","format":"date-time","description":"최종주문일시"},"frstLoginDtm":{"type":"string","format":"date-time","description":"최초로그인일시"},"lstLoginDtm":{"type":"string","format":"date-time","description":"최종로그인일시"},"mbrCertiGbNm":{"type":"string","description":"회원인증구분코드명(ME005)"},"pwdQuestCont":{"type":"string","description":"비밀번호질문내용"},"pwdAnsCont":{"type":"string","description":"비밀번호답변내용"},"pwdFailCnt":{"type":"integer","format":"int64","description":"비밀번호실패횟수"},"pwdIniYn":{"type":"string","description":"비밀번호초기화여부"},"pwdChgDtm":{"type":"string","format":"date-time","description":"비밀번호변경일시"},"pwdIniCausCont":{"type":"string","description":"비밀번호초기화사유내용"},"ciCtacVal":{"type":"string","description":"CI연계값"},"stpProcDt":{"type":"string","description":"휴면처리일자"},"stpRvcDt":{"type":"string","description":"휴면해제일자"},"mbrWdraDtm":{"type":"string","format":"date-time","description":"회원탈퇴일시"},"mbrWdraCausCont":{"type":"string","description":"회원탈퇴사유내용"},"comGbNm":{"type":"string","description":"임직원-회사구분코드명(ME038)"},"smpctAcctLinkGbCd":{"type":"string","description":"간편계정연동구분코드(ME052)"},"smpctAcctLinkGbNm":{"type":"string","description":"간편계정연동구분코드이름"},"bmanRegNo":{"type":"string","description":"사업자번호"},"bmanRegDt":{"type":"string","description":"사업자등록일시"},"rpstmnNm":{"type":"string","description":"대표자명"},"repTelSctNo":{"type":"string","description":"대표전화번호"},"repTelTxnoNo":{"type":"string","description":"대표전화국번번호"},"repTelEndNo":{"type":"string","description":"대표전화끝번호"},"repTelNo":{"type":"string","description":"대표전화"},"bmanNm":{"type":"string","description":"사업자명"},"bplcZipNo":{"type":"string","description":"사업자우편번호"},"bplcZipAddr":{"type":"string","description":"사업자주소"},"bplcDtlAddr":{"type":"string","description":"사업자상세주소"},"atchFilePathNm":{"type":"string","description":"사업자 첨부파일 경로"},"aempNm":{"type":"string","description":"담당자명"},"aempCellSctNo":{"type":"string","description":"담당자 휴대폰구분번호"},"aempCellTxnoNo":{"type":"string","description":"담당자 휴대폰국번번호"},"aempCellEndNo":{"type":"string","description":"담당자 휴대폰끝번호"}}}}}}
```

## The MemberDetailResponseVO object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberDetailResponseVO":{"type":"object","properties":{"memberInfo":{"$ref":"#/components/schemas/MemberDetailResponse"},"realGridList":{"$ref":"#/components/schemas/RealGridListResponseMemberDlvpResponse"}}},"MemberDetailResponse":{"type":"object","description":"회원상세 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"loginId":{"type":"string","description":"로그인아이디"},"id":{"type":"string","description":"로그인아이디 noMasking"},"mbrMgrCd":{"type":"string","description":"회원관리코드(ME002)"},"mbrGbNm":{"type":"string","description":"회원구분코드명(ME001)"},"mbrMgrNm":{"type":"string","description":"회원관리코드명(ME002)"},"stafMgrNo":{"type":"string","description":"임직원관리번호"},"instMbrYn":{"type":"string","description":"관심고객여부"},"instMbrGb":{"type":"string","description":"관심고객구분"},"ordLmtYn":{"type":"string","description":"구매제한여부"},"stafYn":{"type":"string","description":"임직원여부"},"mbrStatCd":{"type":"string","description":"회원상태코드(ME003)"},"mbrStatNm":{"type":"string","description":"회원상태코드명(ME003)"},"mbrGradeNm":{"type":"string","description":"회원등급코드명(ME008)"},"solarYn":{"type":"string","description":"양력여부"},"brth":{"type":"string","description":"생년월일"},"sexGbNm":{"type":"string","description":"성별구분코드명(ME017)"},"nafrGbNm":{"type":"string","description":"내외국인여부"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"emailAddr":{"type":"string","description":"이메일주소"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"dtlAddr":{"type":"string","description":"상세주소"},"zipAddr":{"type":"string","description":"우편주소"},"siteNo":{"type":"string","description":"가입사이트번호"},"joinGbNm":{"type":"string","description":"가입구분코드명(ME029)"},"adlCertiYn":{"type":"string","description":"성인인증여부"},"adlCertiDtm":{"type":"string","format":"date-time","description":"성인인증일시"},"mbrJoinDtm":{"type":"string","format":"date-time","description":"회원가입일시"},"frstOrdDtm":{"type":"string","format":"date-time","description":"최초주문일시"},"lstOrdDtm":{"type":"string","format":"date-time","description":"최종주문일시"},"frstLoginDtm":{"type":"string","format":"date-time","description":"최초로그인일시"},"lstLoginDtm":{"type":"string","format":"date-time","description":"최종로그인일시"},"mbrCertiGbNm":{"type":"string","description":"회원인증구분코드명(ME005)"},"pwdQuestCont":{"type":"string","description":"비밀번호질문내용"},"pwdAnsCont":{"type":"string","description":"비밀번호답변내용"},"pwdFailCnt":{"type":"integer","format":"int64","description":"비밀번호실패횟수"},"pwdIniYn":{"type":"string","description":"비밀번호초기화여부"},"pwdChgDtm":{"type":"string","format":"date-time","description":"비밀번호변경일시"},"pwdIniCausCont":{"type":"string","description":"비밀번호초기화사유내용"},"ciCtacVal":{"type":"string","description":"CI연계값"},"stpProcDt":{"type":"string","description":"휴면처리일자"},"stpRvcDt":{"type":"string","description":"휴면해제일자"},"mbrWdraDtm":{"type":"string","format":"date-time","description":"회원탈퇴일시"},"mbrWdraCausCont":{"type":"string","description":"회원탈퇴사유내용"},"comGbNm":{"type":"string","description":"임직원-회사구분코드명(ME038)"},"smpctAcctLinkGbCd":{"type":"string","description":"간편계정연동구분코드(ME052)"},"smpctAcctLinkGbNm":{"type":"string","description":"간편계정연동구분코드이름"},"bmanRegNo":{"type":"string","description":"사업자번호"},"bmanRegDt":{"type":"string","description":"사업자등록일시"},"rpstmnNm":{"type":"string","description":"대표자명"},"repTelSctNo":{"type":"string","description":"대표전화번호"},"repTelTxnoNo":{"type":"string","description":"대표전화국번번호"},"repTelEndNo":{"type":"string","description":"대표전화끝번호"},"repTelNo":{"type":"string","description":"대표전화"},"bmanNm":{"type":"string","description":"사업자명"},"bplcZipNo":{"type":"string","description":"사업자우편번호"},"bplcZipAddr":{"type":"string","description":"사업자주소"},"bplcDtlAddr":{"type":"string","description":"사업자상세주소"},"atchFilePathNm":{"type":"string","description":"사업자 첨부파일 경로"},"aempNm":{"type":"string","description":"담당자명"},"aempCellSctNo":{"type":"string","description":"담당자 휴대폰구분번호"},"aempCellTxnoNo":{"type":"string","description":"담당자 휴대폰국번번호"},"aempCellEndNo":{"type":"string","description":"담당자 휴대폰끝번호"}}},"RealGridListResponseMemberDlvpResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberDlvpResponse"}}}},"MemberDlvpResponse":{"type":"object","description":"회원 배송지 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"nafrGbNmYn":{"type":"string","description":"내국인/외국인여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"email주소"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsgNm":{"type":"string","description":"배송메시지코드명(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrCogoMethodNm":{"type":"string","description":"공동현관출입방법코드명(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRedDtm":{"type":"string","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","description":"시스템수정일시"}}}}}}
```

## The MemberDlvpResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberDlvpResponse":{"type":"object","description":"회원 배송지 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"nafrGbNmYn":{"type":"string","description":"내국인/외국인여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"email주소"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsgNm":{"type":"string","description":"배송메시지코드명(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrCogoMethodNm":{"type":"string","description":"공동현관출입방법코드명(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRedDtm":{"type":"string","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","description":"시스템수정일시"}}}}}}
```

## The RealGridListResponseMemberDlvpResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberDlvpResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberDlvpResponse"}}}},"MemberDlvpResponse":{"type":"object","description":"회원 배송지 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"nafrGbNmYn":{"type":"string","description":"내국인/외국인여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"email주소"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsgNm":{"type":"string","description":"배송메시지코드명(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrCogoMethodNm":{"type":"string","description":"공동현관출입방법코드명(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRedDtm":{"type":"string","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","description":"시스템수정일시"}}}}}}
```

## The MemberHistoryRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberHistoryRequest":{"type":"object","description":"회원 이력 조회 Request","properties":{"indInfoQryCaus":{"type":"string","description":"개인정보 조회 사유"},"mbrNo":{"type":"string","description":"회원번호"},"historyTypes":{"type":"array","description":"이력 유형 코드 리스트 (ME004)","items":{"type":"string"}},"authYn":{"type":"string","description":"마스킹 여부"},"authTotalYn":{"type":"string","description":"마스킹 전체 여부"}}}}}}
```

## The MemberHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberHistoryResponse":{"type":"object","description":"회원 이력 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"chgTgtTypCd":{"type":"string","description":"변경대상유형코드(ME004)"},"chgTgtTypNm":{"type":"string","description":"변경대상유형코드명(ME004)"},"chgCont":{"type":"string","description":"변경내용"},"sysRegId":{"type":"string","description":"등록자"},"sysRegDtm":{"type":"string","description":"등록일시"},"mbrInfoChgSeq":{"type":"string","description":"회원정보변경순번"}}}}}}
```

## The RealGridListResponseMemberHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberHistoryResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberHistoryResponse"}}}},"MemberHistoryResponse":{"type":"object","description":"회원 이력 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"chgTgtTypCd":{"type":"string","description":"변경대상유형코드(ME004)"},"chgTgtTypNm":{"type":"string","description":"변경대상유형코드명(ME004)"},"chgCont":{"type":"string","description":"변경내용"},"sysRegId":{"type":"string","description":"등록자"},"sysRegDtm":{"type":"string","description":"등록일시"},"mbrInfoChgSeq":{"type":"string","description":"회원정보변경순번"}}}}}}
```

## The MemberGradeHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberGradeHistoryResponse":{"type":"object","description":"회원등급이력조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrGradeCd":{"type":"string","description":"회원등급코드(ME008)"},"mbrGradeNm":{"type":"string","description":"회원등급명(ME008)"},"histStrDtm":{"type":"string","description":"이력시작일시"},"histEndDtm":{"type":"string","description":"이력종료일시"}}}}}}
```

## The MemberDlvpNoMaskingResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberDlvpNoMaskingResponse":{"type":"object","description":"회원 배송지 개인정보 미마스킹 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"nafrGbNmYn":{"type":"string","description":"내국인/외국인여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"email주소"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsgNm":{"type":"string","description":"배송메시지코드명(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrCogoMethodNm":{"type":"string","description":"공동현관출입방법코드명(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRedDtm":{"type":"string","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","description":"시스템수정일시"}}}}}}
```

## The MemberDlvpMaskingResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberDlvpMaskingResponse":{"type":"object","description":"회원 배송지 개인정보 마스킹 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"nafrGbNmYn":{"type":"string","description":"내국인/외국인여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"email주소"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsgNm":{"type":"string","description":"배송메시지코드명(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrCogoMethodNm":{"type":"string","description":"공동현관출입방법코드명(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRedDtm":{"type":"string","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","description":"시스템수정일시"}}}}}}
```

## The RealGridListResponseMemberDlvpMaskingResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberDlvpMaskingResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberDlvpMaskingResponse"}}}},"MemberDlvpMaskingResponse":{"type":"object","description":"회원 배송지 개인정보 마스킹 조회 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrDlvpSeq":{"type":"string","description":"회원배송지순번"},"dlvpNm":{"type":"string","description":"배송지명"},"rcvmnNm":{"type":"string","description":"수취인명"},"baseDlvpYn":{"type":"string","description":"기본배송지여부"},"nafrGbNmYn":{"type":"string","description":"내국인/외국인여부"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"emailAddr":{"type":"string","description":"email주소"},"telNo":{"type":"string","description":"전화번호"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellNo":{"type":"string","description":"휴대폰번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"deliMsgCd":{"type":"string","description":"배송메시지코드(ME039)"},"deliMsgNm":{"type":"string","description":"배송메시지코드명(ME039)"},"deliMsg":{"type":"string","description":"배송메시지"},"comnFrdrCogoMethodCd":{"type":"string","description":"공동현관출입방법코드(ME040)"},"comnFrdrCogoMethodNm":{"type":"string","description":"공동현관출입방법코드명(ME040)"},"comnFrdrEtcMethod":{"type":"string","description":"공동현관기타방법"},"comnFrdrPwd":{"type":"string","description":"공동현관비밀번호"},"useYn":{"type":"string","description":"사용여부"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRedDtm":{"type":"string","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","description":"시스템수정일시"}}}}}}
```

## The MemberContactHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberContactHistoryResponse":{"type":"object","description":"회원 연락처 정보 이력 조회 Response","properties":{"chgTgtTypNm":{"type":"string","description":"변경대상유형코드명(ME004)"},"chgTgtTypCd":{"type":"string","description":"변경대상유형코드(ME004)"},"chgCellNo":{"type":"string","description":"휴대폰번호 변경 내용"},"chgTelNo":{"type":"string","description":"전화번호 변경 내용"},"chgEmail":{"type":"string","description":"이메일 변경 내용"},"sysRegId":{"type":"string","description":"등록자 > 수정자"},"sysRegDtm":{"type":"string","description":"등록일시 > 수정일시"}}}}}}
```

## The MemberAempHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberAempHistoryResponse":{"type":"object","description":"사업자 담당자 정보 변경 이력 조회 Response","properties":{"aempNm":{"type":"string","description":"담당자명"},"aempCellNo":{"type":"string","description":"담당자 휴대폰번호"},"sysRegId":{"type":"string","description":"등록자"},"sysRegDtm":{"type":"string","description":"등록일시"}}}}}}
```

## The RealGridListResponseMemberAempHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberAempHistoryResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberAempHistoryResponse"}}}},"MemberAempHistoryResponse":{"type":"object","description":"사업자 담당자 정보 변경 이력 조회 Response","properties":{"aempNm":{"type":"string","description":"담당자명"},"aempCellNo":{"type":"string","description":"담당자 휴대폰번호"},"sysRegId":{"type":"string","description":"등록자"},"sysRegDtm":{"type":"string","description":"등록일시"}}}}}}
```

## The MemberAddressHistoryResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberAddressHistoryResponse":{"type":"object","description":"주소 변경 이력 조회 Response","properties":{"chgTgtTypNm":{"type":"string","description":"변경대상유형코드명(ME004)"},"chgCont":{"type":"string","description":"변경내용"},"sysRegId":{"type":"string","description":"등록자 > 수정자"},"sysRegDtm":{"type":"string","description":"등록일시 > 수정일시"}}}}}}
```

## The MbrCouponResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MbrCouponResponse":{"type":"object","description":"쿠폰 개수 조회 Response","properties":{"freeCnt":{"type":"string","description":"무료배송쿠폰건수"},"gnrCnt":{"type":"string","description":"일반쿠폰건수"},"cpstCnt":{"type":"string","description":"보상쿠폰건수"}}}}}}
```

## The CustomerCenterRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CustomerCenterRequest":{"type":"object","description":"고객센터 조회 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"loginId":{"type":"string","description":"회원아이디"},"mbrNm":{"type":"string","description":"회원명"},"joinDt":{"type":"string","description":"가입일자"}}}}}}
```

## The CustomerCenterResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CustomerCenterResponse":{"type":"object","description":"고객센터 조회 Response","properties":{"ccnNo":{"type":"string","description":"상담번호"},"mbrNo":{"type":"string","description":"회원번호"},"reqCtg":{"type":"string","description":"문의유형"},"ccnPrgsStatCd":{"type":"string","description":"처리상태코드"},"ccnPrgsStatNm":{"type":"string","description":"처리상태"},"accpDtm":{"type":"string","description":"상담접수일시"},"ansDtm":{"type":"string"},"accpTitle":{"type":"string","description":"접수제목"},"hierarchyCustInqTypNm":{"type":"string","description":"상담유형"}}}}}}
```

## The RealGridListResponseCustomerCenterResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCustomerCenterResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CustomerCenterResponse"}}}},"CustomerCenterResponse":{"type":"object","description":"고객센터 조회 Response","properties":{"ccnNo":{"type":"string","description":"상담번호"},"mbrNo":{"type":"string","description":"회원번호"},"reqCtg":{"type":"string","description":"문의유형"},"ccnPrgsStatCd":{"type":"string","description":"처리상태코드"},"ccnPrgsStatNm":{"type":"string","description":"처리상태"},"accpDtm":{"type":"string","description":"상담접수일시"},"ansDtm":{"type":"string"},"accpTitle":{"type":"string","description":"접수제목"},"hierarchyCustInqTypNm":{"type":"string","description":"상담유형"}}}}}}
```

## The JoinApprovalMgmtResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"JoinApprovalMgmtResponse":{"type":"object","description":"회원 가입 승인 정보 관리 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrMgrCd":{"type":"string","description":"회원관리코드"},"mbrMgrNm":{"type":"string","description":"회원관리명"},"mbrGradeCd":{"type":"string","description":"회원등급코드"},"mbrGradeNm":{"type":"string","description":"회원등급명"},"mbrStatCd":{"type":"string","description":"회원상태코드"},"mbrStatNm":{"type":"string","description":"회원상태명"},"mbrNm":{"type":"string","description":"회원명"},"loginId":{"type":"string","description":"로그인ID"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"cellNo":{"type":"string","description":"휴대폰번호"},"joinSgtStatCd":{"type":"string","description":"가입신청상태코드"},"joinSgtStatNm":{"type":"string","description":"가입신청상태명"},"bmanRegNo":{"type":"string","description":"사업자등록번호"},"bmanRegDt":{"type":"string","description":"사업자등록일자"},"rpstmnNm":{"type":"string","description":"대표자명"},"repTelNo":{"type":"string","description":"대표전화번호"},"bmanNm":{"type":"string","description":"사업체명"},"mbrJoinReqDtm":{"type":"string","format":"date-time","description":"회원가입요청일시"},"aprvRtrnCaus":{"type":"string","description":"승인반려사유"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"승인반려일시"},"atchFilePathNm":{"type":"string","description":"첨부파일경로명"},"mbrJoinDtm":{"type":"string","format":"date-time","description":"가입일시"},"sysProcId":{"type":"string","description":"시스템처리자ID"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRegDtm":{"type":"string","format":"date-time","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","format":"date-time","description":"시스템수정일시"}}}}}}
```

## The RealGridListResponseJoinApprovalMgmtResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseJoinApprovalMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/JoinApprovalMgmtResponse"}}}},"JoinApprovalMgmtResponse":{"type":"object","description":"회원 가입 승인 정보 관리 Response","properties":{"mbrNo":{"type":"string","description":"회원번호"},"mbrMgrCd":{"type":"string","description":"회원관리코드"},"mbrMgrNm":{"type":"string","description":"회원관리명"},"mbrGradeCd":{"type":"string","description":"회원등급코드"},"mbrGradeNm":{"type":"string","description":"회원등급명"},"mbrStatCd":{"type":"string","description":"회원상태코드"},"mbrStatNm":{"type":"string","description":"회원상태명"},"mbrNm":{"type":"string","description":"회원명"},"loginId":{"type":"string","description":"로그인ID"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"cellNo":{"type":"string","description":"휴대폰번호"},"joinSgtStatCd":{"type":"string","description":"가입신청상태코드"},"joinSgtStatNm":{"type":"string","description":"가입신청상태명"},"bmanRegNo":{"type":"string","description":"사업자등록번호"},"bmanRegDt":{"type":"string","description":"사업자등록일자"},"rpstmnNm":{"type":"string","description":"대표자명"},"repTelNo":{"type":"string","description":"대표전화번호"},"bmanNm":{"type":"string","description":"사업체명"},"mbrJoinReqDtm":{"type":"string","format":"date-time","description":"회원가입요청일시"},"aprvRtrnCaus":{"type":"string","description":"승인반려사유"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"승인반려일시"},"atchFilePathNm":{"type":"string","description":"첨부파일경로명"},"mbrJoinDtm":{"type":"string","format":"date-time","description":"가입일시"},"sysProcId":{"type":"string","description":"시스템처리자ID"},"sysRegId":{"type":"string","description":"시스템등록자ID"},"sysRegDtm":{"type":"string","format":"date-time","description":"시스템등록일시"},"sysModId":{"type":"string","description":"시스템수정자ID"},"sysModDtm":{"type":"string","format":"date-time","description":"시스템수정일시"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/members-bo-api/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
