# Models

## The CsCpnsTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCpnsTypCd":{"type":"object","properties":{"cpnsTypNo":{"type":"string","description":"보상유형번호"},"cpnsTypNm":{"type":"string","description":"보상유형명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"cpnsSubCd":{"type":"string","description":"보상주체코드(CS017)","enum":["COMPANY","PARTNER","DELIVERY"]},"cpnsStdCd":{"type":"string","description":"보상기준코드(CS018)","enum":["PRICE","PAYMENT_PRICE","ETC"]},"cpnsStdRate":{"type":"string","description":"보상기준율"},"maxPayLim":{"type":"integer","format":"int32","description":"최대지급한도"},"cpnsStdDesc":{"type":"string","description":"보상기준설명"},"uprCpnsTypCd":{"type":"string","description":"상위보상유형"}}}}}}
```

## The RealGridCUDRequestCsCpnsTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestCsCpnsTypCd":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsCpnsTypCd"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsCpnsTypCd"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsCpnsTypCd"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsCpnsTypCd"}}}},"CsCpnsTypCd":{"type":"object","properties":{"cpnsTypNo":{"type":"string","description":"보상유형번호"},"cpnsTypNm":{"type":"string","description":"보상유형명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"cpnsSubCd":{"type":"string","description":"보상주체코드(CS017)","enum":["COMPANY","PARTNER","DELIVERY"]},"cpnsStdCd":{"type":"string","description":"보상기준코드(CS018)","enum":["PRICE","PAYMENT_PRICE","ETC"]},"cpnsStdRate":{"type":"string","description":"보상기준율"},"maxPayLim":{"type":"integer","format":"int32","description":"최대지급한도"},"cpnsStdDesc":{"type":"string","description":"보상기준설명"},"uprCpnsTypCd":{"type":"string","description":"상위보상유형"}}}}}}
```

## 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 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 ApprovalAuthorityUser object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ApprovalAuthorityUser":{"type":"object","description":"보상승인 권한 정보 수정(등록, 수정, 삭제) 요청 DTO","properties":{"cpnsAprmnGbCd":{"type":"string","description":"보상승인자구분코드(CS024)","enum":["REWARD_APPROVAL_AUTHORITY","REWARD_PAY_APPROVAL_AUTHORITY"]},"userId":{"type":"string","description":"사용자ID"},"userNm":{"type":"string","description":"사용자명"}}}}}}
```

## The RealGridCUDRequestApprovalAuthorityUser object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestApprovalAuthorityUser":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/ApprovalAuthorityUser"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/ApprovalAuthorityUser"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/ApprovalAuthorityUser"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/ApprovalAuthorityUser"}}}},"ApprovalAuthorityUser":{"type":"object","description":"보상승인 권한 정보 수정(등록, 수정, 삭제) 요청 DTO","properties":{"cpnsAprmnGbCd":{"type":"string","description":"보상승인자구분코드(CS024)","enum":["REWARD_APPROVAL_AUTHORITY","REWARD_PAY_APPROVAL_AUTHORITY"]},"userId":{"type":"string","description":"사용자ID"},"userNm":{"type":"string","description":"사용자명"}}}}}}
```

## The ChangeCompensationAmountLimitRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ChangeCompensationAmountLimitRequest":{"type":"object","description":"권한별 보상금액한도 수정 요청 DTO","properties":{"grpCd":{"type":"string","description":"그룹코드"},"authCd":{"type":"string","description":"코드"},"limitAmount":{"type":"string","description":"금액한도"},"newLimitAmount":{"type":"string","description":"새로운금액한도"}}}}}}
```

## The RealGridCUDRequestChangeCompensationAmountLimitRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestChangeCompensationAmountLimitRequest":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/ChangeCompensationAmountLimitRequest"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/ChangeCompensationAmountLimitRequest"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/ChangeCompensationAmountLimitRequest"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/ChangeCompensationAmountLimitRequest"}}}},"ChangeCompensationAmountLimitRequest":{"type":"object","description":"권한별 보상금액한도 수정 요청 DTO","properties":{"grpCd":{"type":"string","description":"그룹코드"},"authCd":{"type":"string","description":"코드"},"limitAmount":{"type":"string","description":"금액한도"},"newLimitAmount":{"type":"string","description":"새로운금액한도"}}}}}}
```

## The PhoneAppointmentPopupRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PhoneAppointmentPopupRequest":{"type":"object","properties":{"ccnNo":{"type":"string","description":"상담번호"},"cnslProcSeq":{"type":"string","description":"상담처리순번"},"telPrmsSeq":{"type":"string","description":"전화약속순번"},"savegub":{"type":"string","description":"저장구분(0:변경, 1:처리완료)"},"prmsDtm":{"type":"string","description":"약속일시"},"notiTmCd":{"type":"string","description":"알림시간코드(CS013)","enum":["ALIM_MIN_1","ALIM_MIN_3","ALIM_MIN_5","ALIM_MIN_10","ALIM_MIN_15","ALIM_MIN_20","ALIM_MIN_30"]},"prmsMethCd":{"type":"string","description":"약속방식코드(CS008)","enum":["CALL"]},"prmsStatCd":{"type":"string","description":"약속상태코드(CS009)","enum":["APPOINTMENT","COMPLETE"]},"cnslMemo":{"type":"string","description":"상담메모"},"aempConfDtm":{"type":"string","description":"담당자확인일시"},"telTryCnt":{"type":"string","description":"전화시도수"},"cnslindInfoMemo":{"type":"string","description":"상담개인정보메모"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"}}}}}}
```

## The CsObTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsObTypCd":{"type":"object","description":"OB유형 저장 등록/수정 요청 DTO","properties":{"obTypNo":{"type":"string","description":"OB유형번호"},"obTypNm":{"type":"string","description":"OB유형명"},"obTypDesc":{"type":"string","description":"OB유형설명"},"useYn":{"type":"string","description":"사용여부"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"}}}}}}
```

## The RealGridCUDRequestCsObTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestCsObTypCd":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsObTypCd"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsObTypCd"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsObTypCd"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsObTypCd"}}}},"CsObTypCd":{"type":"object","description":"OB유형 저장 등록/수정 요청 DTO","properties":{"obTypNo":{"type":"string","description":"OB유형번호"},"obTypNm":{"type":"string","description":"OB유형명"},"obTypDesc":{"type":"string","description":"OB유형설명"},"useYn":{"type":"string","description":"사용여부"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"}}}}}}
```

## The SaveCustomerCounselProcessInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveCustomerCounselProcessInfoRequest":{"type":"object","description":"처리내역 등록/수정 요청 DTO","properties":{"afterCall":{"type":"string","description":"전화약속여부"},"ccnNo":{"type":"string","description":"상담번호"},"ccnPrgsStatCd":{"type":"string","description":"고객상담진행상태코드(CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"cellNoYn":{"type":"string","description":"휴대폰번호여부"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cnslProcCont":{"type":"string","description":"상담처리내용"},"prmsDtm":{"type":"string","description":"prmsDtm"},"notiTmCd":{"type":"string","description":"알림시간코드(CS013)","enum":["ALIM_MIN_1","ALIM_MIN_3","ALIM_MIN_5","ALIM_MIN_10","ALIM_MIN_15","ALIM_MIN_20","ALIM_MIN_30"]},"prmsMethCd":{"type":"string","description":"약속방식코드(CS008)","enum":["CALL"]},"cnslMemo":{"type":"string","description":"상담메모"}}}}}}
```

## The SaveCustomerCounselInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveCustomerCounselInfoRequest":{"type":"object","description":"상담정보 등록 요청 DTO","properties":{"afterCall":{"type":"string","description":"전화약속여부"},"custCnslGbCd":{"type":"string","description":"상담구분코드(CS001)","enum":["IB","OB"]},"accpMediaCd":{"type":"string","description":"접수매체코드(CS002)","enum":["CALL","WEB"]},"accpTypCd":{"type":"string","description":"접수유형코드(CS003)","enum":["CALL","ONE_TO_ONE","QNA","CHAT","OB"]},"cnslSubCd":{"type":"string","description":"상담주체코드(CS004)","enum":["HEAD_QUARTER","CALL_CENTER","ENTR"]},"ccnPrgsStatCd":{"type":"string","description":"고객상담진행상태코드(CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"mbrNo":{"type":"string","description":"회원번호"},"inqmnNm":{"type":"string","description":"문의자명"},"cnslLrgTypNo":{"type":"string","description":"상담대유형번호"},"cnslMidTypNo":{"type":"string","description":"상담중유형번호"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"cellNoYn":{"type":"string","description":"휴대폰번호여부"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"accpTitle":{"type":"string","description":"접수제목"},"accpCont":{"type":"string","description":"접수내용"},"cnslProcCont":{"type":"string","description":"상담처리내용"},"cnslindInfoMemo":{"type":"string","description":"개인정보메모"},"ordNo":{"type":"string","description":"주문번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNo":{"type":"string","description":"단품번호"},"itmNm":{"type":"string","description":"단품명"},"entrNo":{"type":"string","description":"협력사번호"},"prmsDtm":{"type":"string","description":"prmsDtm"},"notiTmCd":{"type":"string","description":"알림시간코드(CS013)","enum":["ALIM_MIN_1","ALIM_MIN_3","ALIM_MIN_5","ALIM_MIN_10","ALIM_MIN_15","ALIM_MIN_20","ALIM_MIN_30"]},"prmsMethCd":{"type":"string","description":"약속방식코드(CS008)","enum":["CALL"]},"cnslMemo":{"type":"string","description":"상담메모"},"obTypNo":{"type":"string","description":"OB유형번호"},"obProcTypCd":{"type":"string","description":"OB처리유형코드(CS014)","enum":["NOT_NUMBER","UNANSWERED_CALL","SNS_SEND","OTHERS","TEL_COMPLETE","TEL_NOT_COMPLETE","SMS_COMPLETE","COMPULSION_COMPLETE"]}}}}}}
```

## The CsCustomerCompensAcceptInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCustomerCompensAcceptInfoRequest":{"type":"object","description":"고객보상접수정보 요청 DTO","properties":{"custCpnsAplyNo":{"type":"string","description":"10000911"},"ccnNo":{"type":"string","description":"10004891"},"cpnsTypNo":{"type":"string"},"cpnsMeanCd":{"type":"string","description":"20"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string","description":"30"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string","description":"100000513"},"mbrNm":{"type":"string"},"loginId":{"type":"string","description":"kdh9110"},"accpDtm":{"type":"string","description":"승인 바랍니다."},"accpCont":{"type":"string"},"acptmnId":{"type":"string","description":"x2beecc"},"cpnsAmtNo":{"type":"string","description":"100000"},"promoNm":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string","description":"승인 요청합니다."},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string","description":"110999988888"},"noEncryptPayActnNo":{"type":"string","description":"110999988888"},"payDepositorNm":{"type":"string","description":"홍길동"},"ordNo":{"type":"string","description":"20230718O002626"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"couponNo":{"type":"string"},"mileage":{"type":"string"},"request":{"$ref":"#/components/schemas/CsCustomerCompensAcceptInfoRequest"},"custCpnsAplyNoList":{"type":"array","items":{"type":"string"}}}}}}}
```

## The PostOneToOneInquiryRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PostOneToOneInquiryRequest":{"type":"object","description":"1:1문의 답변등록 요청 DTO","properties":{"ccnNo":{"type":"string","description":"상담번호"},"ccnPrgsStatCd":{"type":"string","description":"고객상담진행상태코드(CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"ansCont":{"type":"string","description":"답변내용"},"preProcYn":{"type":"string","description":"기처리여부"}}}}}}
```

## The CsCustInqTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCustInqTypCd":{"type":"object","description":"1:1문의유형 등록/수정 요청 DTO","properties":{"custInqTypCd":{"type":"string","description":"고객문의유형코드"},"custInqTypNm":{"type":"string","description":"고개문의유형명"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"ordGoodsMdtyYn":{"type":"string","description":"주문상품필수여부"},"ansSubCd":{"type":"string","description":"답변주체코드(CS012)","enum":["CUSTOMER_CENTER","PARTNER"]},"cnslTypNo":{"type":"string","description":"상담유형번호"},"uprCustInqTypCd":{"type":"string","description":"고객문의 상위유형코드"}}}}}}
```

## The RealGridCUDRequestCsCustInqTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestCsCustInqTypCd":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}}}},"CsCustInqTypCd":{"type":"object","description":"1:1문의유형 등록/수정 요청 DTO","properties":{"custInqTypCd":{"type":"string","description":"고객문의유형코드"},"custInqTypNm":{"type":"string","description":"고개문의유형명"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"ordGoodsMdtyYn":{"type":"string","description":"주문상품필수여부"},"ansSubCd":{"type":"string","description":"답변주체코드(CS012)","enum":["CUSTOMER_CENTER","PARTNER"]},"cnslTypNo":{"type":"string","description":"상담유형번호"},"uprCustInqTypCd":{"type":"string","description":"고객문의 상위유형코드"}}}}}}
```

## The UpdateCustomerCompensDetailRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"UpdateCustomerCompensDetailRequest":{"type":"object","description":"고객보상 상세정보 수정 요청 DTO","properties":{"cpnsMeanCd":{"type":"string","description":"20"},"mbrNo":{"type":"string","description":"100000513"},"custCpnsAplyNo":{"type":"string","description":"고객보상신청번호"},"cpnsAmtNo":{"type":"string","description":"보상금액번호"},"promoNm":{"type":"string","description":"쿠폰명"},"accpCont":{"type":"string","description":"접수내용"},"payReqMemo":{"type":"string","description":"지급요청메모"},"payBankCd":{"type":"string","description":"지급은행코드"},"payActnNo":{"type":"string","description":"지급계좌번호"},"payDepositorNm":{"type":"string","description":"지급예금주명"}}}}}}
```

## The CsCompensReturnRequestV2 object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCompensReturnRequestV2":{"type":"object","properties":{"type":{"type":"string","description":"접수취소/반려 분류타입"},"custCpnsAplyNo":{"type":"array","description":"고객보상신청번호","items":{"type":"string"}},"memo":{"type":"string","description":"반려사유"}}}}}}
```

## The GetCustomerCompensInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GetCustomerCompensInfoRequest":{"type":"object","description":"고객보상 지급승인위한 상세정보 조회 요청 DTO","properties":{"custCpnsAplyNoList":{"type":"array","description":"고객보상신청번호 목록","items":{"type":"string"}},"type":{"type":"string","description":"고객보상분류타입"}}}}}}
```

## The CsCustomerCompensAcceptInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCustomerCompensAcceptInfo":{"type":"object","properties":{"payActnNo":{"type":"string"},"custCpnsAplyNo":{"type":"string"},"ccnNo":{"type":"string"},"cpnsTypNo":{"type":"string"},"cpnsMeanCd":{"type":"string"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"acptmnId":{"type":"string"},"cpnsAmtNo":{"type":"string"},"promoNm":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payDepositorNm":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"couponNo":{"type":"string"},"mileage":{"type":"string"},"giftNo":{"type":"string"},"getUserNm":{"type":"string"},"getUserCellNo":{"type":"string"},"zipcode":{"type":"string"},"zipcodeD":{"type":"string"},"zipNo":{"type":"string"},"payCpnsNo":{"type":"string"}}}}}}
```

## The ResponseListCsCustomerCompensAcceptInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListCsCustomerCompensAcceptInfo":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/CsCustomerCompensAcceptInfo"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsCustomerCompensAcceptInfo":{"type":"object","properties":{"payActnNo":{"type":"string"},"custCpnsAplyNo":{"type":"string"},"ccnNo":{"type":"string"},"cpnsTypNo":{"type":"string"},"cpnsMeanCd":{"type":"string"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"acptmnId":{"type":"string"},"cpnsAmtNo":{"type":"string"},"promoNm":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payDepositorNm":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"couponNo":{"type":"string"},"mileage":{"type":"string"},"giftNo":{"type":"string"},"getUserNm":{"type":"string"},"getUserCellNo":{"type":"string"},"zipcode":{"type":"string"},"zipcodeD":{"type":"string"},"zipNo":{"type":"string"},"payCpnsNo":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The ApproveCustomerCompensDetailRequestV2 object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ApproveCustomerCompensDetailRequestV2":{"type":"object","description":"고객보상 승인처리 요청 DTO","properties":{"request":{"type":"array","description":"고객보상접수정보","items":{"$ref":"#/components/schemas/CsCustomerCompensAcceptInfoRequest"}}}},"CsCustomerCompensAcceptInfoRequest":{"type":"object","description":"고객보상접수정보 요청 DTO","properties":{"custCpnsAplyNo":{"type":"string","description":"10000911"},"ccnNo":{"type":"string","description":"10004891"},"cpnsTypNo":{"type":"string"},"cpnsMeanCd":{"type":"string","description":"20"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string","description":"30"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string","description":"100000513"},"mbrNm":{"type":"string"},"loginId":{"type":"string","description":"kdh9110"},"accpDtm":{"type":"string","description":"승인 바랍니다."},"accpCont":{"type":"string"},"acptmnId":{"type":"string","description":"x2beecc"},"cpnsAmtNo":{"type":"string","description":"100000"},"promoNm":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string","description":"승인 요청합니다."},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string","description":"110999988888"},"noEncryptPayActnNo":{"type":"string","description":"110999988888"},"payDepositorNm":{"type":"string","description":"홍길동"},"ordNo":{"type":"string","description":"20230718O002626"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"couponNo":{"type":"string"},"mileage":{"type":"string"},"request":{"$ref":"#/components/schemas/CsCustomerCompensAcceptInfoRequest"},"custCpnsAplyNoList":{"type":"array","items":{"type":"string"}}}}}}}
```

## The GetCsNoticeListRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GetCsNoticeListRequest":{"type":"object","description":"고객서비스 공지사항 조회 요청 DTO","properties":{"bbGbCd":{"type":"string","description":"게시구분"},"ntcGbCd":{"type":"string","description":"공지구분"},"title":{"type":"string","description":"제목"},"sregId":{"type":"string"}}}}}}
```

## The CsDashboardNoticeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsDashboardNoticeResponse":{"type":"object","properties":{"bbcNo":{"type":"string"},"sysGbNm":{"type":"string"},"bbGbNm":{"type":"string"},"ntcGbNm":{"type":"string"},"ntcTypNm":{"type":"string"},"title":{"type":"string"},"bbcCont":{"type":"string"},"bbYn":{"type":"string"},"bbStrDtm":{"type":"string","format":"date-time"},"bbEndDtm":{"type":"string","format":"date-time"},"fxdcYn":{"type":"string"},"popYn":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"},"sysRegNm":{"type":"string"},"fileCount":{"type":"integer","format":"int32"}}}}}}
```

## The RealGridListResponseCsDashboardNoticeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsDashboardNoticeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsDashboardNoticeResponse"}}}},"CsDashboardNoticeResponse":{"type":"object","properties":{"bbcNo":{"type":"string"},"sysGbNm":{"type":"string"},"bbGbNm":{"type":"string"},"ntcGbNm":{"type":"string"},"ntcTypNm":{"type":"string"},"title":{"type":"string"},"bbcCont":{"type":"string"},"bbYn":{"type":"string"},"bbStrDtm":{"type":"string","format":"date-time"},"bbEndDtm":{"type":"string","format":"date-time"},"fxdcYn":{"type":"string"},"popYn":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"},"sysRegNm":{"type":"string"},"fileCount":{"type":"integer","format":"int32"}}}}}}
```

## The CsObCounselInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsObCounselInfoRequest":{"type":"object","properties":{"mbrNo":{"type":"string","description":"회원번호"},"ordNo":{"type":"string","description":"주문번호"},"accpCont":{"type":"string","description":"접수내용"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"obTypNo":{"type":"string","description":"OB유형번호"}}}}}}
```

## The RealGridCUDRequestCsObCounselInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestCsObCounselInfoRequest":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsObCounselInfoRequest"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsObCounselInfoRequest"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsObCounselInfoRequest"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsObCounselInfoRequest"}}}},"CsObCounselInfoRequest":{"type":"object","properties":{"mbrNo":{"type":"string","description":"회원번호"},"ordNo":{"type":"string","description":"주문번호"},"accpCont":{"type":"string","description":"접수내용"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"obTypNo":{"type":"string","description":"OB유형번호"}}}}}}
```

## The CsObCounselInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsObCounselInfoResponse":{"type":"object","properties":{"mbrNo":{"type":"string"},"ordNo":{"type":"string"},"accpCont":{"type":"string"},"yn":{"type":"string"},"failCont":{"type":"string"},"cnslTypNo":{"type":"string"},"obTypNo":{"type":"string"}}}}}}
```

## The RealGridListResponseCsObCounselInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsObCounselInfoResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsObCounselInfoResponse"}}}},"CsObCounselInfoResponse":{"type":"object","properties":{"mbrNo":{"type":"string"},"ordNo":{"type":"string"},"accpCont":{"type":"string"},"yn":{"type":"string"},"failCont":{"type":"string"},"cnslTypNo":{"type":"string"},"obTypNo":{"type":"string"}}}}}}
```

## The CsAssignPopup object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAssignPopup":{"type":"object","properties":{"ccnNo":{"type":"string","description":"상담번호"},"ccnPrgsStatCd":{"type":"string","description":"고객상담진행상태코드(CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"procmnId":{"type":"string","description":"처리자ID"}}}}}}
```

## The RealGridCUDRequestCsAssignPopup object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestCsAssignPopup":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsAssignPopup"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsAssignPopup"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsAssignPopup"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsAssignPopup"}}}},"CsAssignPopup":{"type":"object","properties":{"ccnNo":{"type":"string","description":"상담번호"},"ccnPrgsStatCd":{"type":"string","description":"고객상담진행상태코드(CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"procmnId":{"type":"string","description":"처리자ID"}}}}}}
```

## The CsAutoDivideAempInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAutoDivideAempInfo":{"type":"object","description":"자동배분설정 등록/수정/삭제 요청 DTO","properties":{"autoDivNo":{"type":"string","description":"자동배분번호"},"aempId":{"type":"string","description":"담당자ID"},"autoDivGbCd":{"type":"string","description":"자동배분구분코드(CS023)","enum":["ONE_TO_ONE","GOODS_QNA","OB"]},"autoDivDtlNo":{"type":"string","description":"자동배분상세번호"},"dayclQuotQty":{"type":"integer","format":"int32","description":"일별할당량"},"autoDivPsbYn":{"type":"string","description":"자동배분가능여부"}}}}}}
```

## The RealGridCUDRequestCsAutoDivideAempInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestCsAutoDivideAempInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsAutoDivideAempInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsAutoDivideAempInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsAutoDivideAempInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsAutoDivideAempInfo"}}}},"CsAutoDivideAempInfo":{"type":"object","description":"자동배분설정 등록/수정/삭제 요청 DTO","properties":{"autoDivNo":{"type":"string","description":"자동배분번호"},"aempId":{"type":"string","description":"담당자ID"},"autoDivGbCd":{"type":"string","description":"자동배분구분코드(CS023)","enum":["ONE_TO_ONE","GOODS_QNA","OB"]},"autoDivDtlNo":{"type":"string","description":"자동배분상세번호"},"dayclQuotQty":{"type":"integer","format":"int32","description":"일별할당량"},"autoDivPsbYn":{"type":"string","description":"자동배분가능여부"}}}}}}
```

## The RealGridListResponseCsObCounselInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsObCounselInfoRequest":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsObCounselInfoRequest"}}}},"CsObCounselInfoRequest":{"type":"object","properties":{"mbrNo":{"type":"string","description":"회원번호"},"ordNo":{"type":"string","description":"주문번호"},"accpCont":{"type":"string","description":"접수내용"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"obTypNo":{"type":"string","description":"OB유형번호"}}}}}}
```

## The CsAutoMangersRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAutoMangersRequest":{"type":"object","description":"자동배분 담당자 할당 진행상태 변경 요청 DTO","properties":{"state":{"type":"string","description":"할당진행상태"},"autoDivNoList":{"type":"array","description":"자동배분번호목록","items":{"type":"string"}}}}}}}
```

## The ConsultTypeCuRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ConsultTypeCuRequest":{"type":"object","description":"상담유형 등록/수정 요청 DTO","properties":{"cnslTypNo":{"type":"string","description":"상담유형"},"cnslTypNm":{"type":"string","description":"상담유형명"},"useYn":{"type":"string","description":"사용여부"},"level":{"type":"integer","format":"int32","description":"레벨"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"custCnslGbCd":{"type":"string","description":"상담구분코드"},"goodsSelMdtyYn":{"type":"string","description":"상품선택필수여부"},"respBaseMemo":{"type":"string","description":"응대기본메모"},"cnslLrgTypNo":{"type":"string","description":"상담대유형번호"},"cnslMidTypNo":{"type":"string","description":"상담중유형번호"},"cnslSmlTypNo":{"type":"string","description":"상담소유형번호"},"uprCnslTypNo":{"type":"string","description":"상위상담유형번호"},"respBaseMemoData":{"type":"string","description":"응대기본메모내용"}}}}}}
```

## The RealGridCUDRequestConsultTypeCuRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestConsultTypeCuRequest":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/ConsultTypeCuRequest"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/ConsultTypeCuRequest"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/ConsultTypeCuRequest"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/ConsultTypeCuRequest"}}}},"ConsultTypeCuRequest":{"type":"object","description":"상담유형 등록/수정 요청 DTO","properties":{"cnslTypNo":{"type":"string","description":"상담유형"},"cnslTypNm":{"type":"string","description":"상담유형명"},"useYn":{"type":"string","description":"사용여부"},"level":{"type":"integer","format":"int32","description":"레벨"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"custCnslGbCd":{"type":"string","description":"상담구분코드"},"goodsSelMdtyYn":{"type":"string","description":"상품선택필수여부"},"respBaseMemo":{"type":"string","description":"응대기본메모"},"cnslLrgTypNo":{"type":"string","description":"상담대유형번호"},"cnslMidTypNo":{"type":"string","description":"상담중유형번호"},"cnslSmlTypNo":{"type":"string","description":"상담소유형번호"},"uprCnslTypNo":{"type":"string","description":"상위상담유형번호"},"respBaseMemoData":{"type":"string","description":"응대기본메모내용"}}}}}}
```

## The CsCnslTmplInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCnslTmplInfo":{"type":"object","description":"상담템플릿 등록/수정 요청 DTO","properties":{"typeCode":{"type":"string","description":"탭 구분(공통:common, 개인:alone)"},"cnslAempId":{"type":"string","description":"사용자ID"},"cnslTmplNo":{"type":"string","description":"상담템플릿번호"},"cnslGbCd":{"type":"string","description":"상담구분코드"},"cnslTypCd":{"type":"string","description":"상담유형코드"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplCont":{"type":"string","description":"템플릿내용"},"useYn":{"type":"string","description":"사용여부"}}}}}}
```

## The RealGridCUDRequestCsCnslTmplInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridCUDRequestCsCnslTmplInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsCnslTmplInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsCnslTmplInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsCnslTmplInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsCnslTmplInfo"}}}},"CsCnslTmplInfo":{"type":"object","description":"상담템플릿 등록/수정 요청 DTO","properties":{"typeCode":{"type":"string","description":"탭 구분(공통:common, 개인:alone)"},"cnslAempId":{"type":"string","description":"사용자ID"},"cnslTmplNo":{"type":"string","description":"상담템플릿번호"},"cnslGbCd":{"type":"string","description":"상담구분코드"},"cnslTypCd":{"type":"string","description":"상담유형코드"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplCont":{"type":"string","description":"템플릿내용"},"useYn":{"type":"string","description":"사용여부"}}}}}}
```

## The CounselAIAnalysisRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselAIAnalysisRequest":{"type":"object","description":"고객 상담 AI 분석 요청 DTO","properties":{"ccnNo":{"type":"string","description":"상담 번호"},"counselGoodsInfo":{"$ref":"#/components/schemas/CounselGoodsInfo","description":"상담 상품"},"startAnalyDt":{"type":"string","description":"시작분석일"},"endAnalyDt":{"type":"string","description":"종료분석일"},"goodsAnalyIncYn":{"type":"string","description":"상품분석포함여부"}}},"CounselGoodsInfo":{"type":"object","description":"상담 대상 상품 정보 DTO","properties":{"custCnslSeq":{"type":"string","description":"고객상담순번"},"ordNo":{"type":"string","description":"주문번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNo":{"type":"string","description":"단품번호"},"itmNm":{"type":"string","description":"단품명"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"entrNm":{"type":"string","description":"협력사명"}}}}}}
```

## The CounselGoodsInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselGoodsInfo":{"type":"object","description":"상담 대상 상품 정보 DTO","properties":{"custCnslSeq":{"type":"string","description":"고객상담순번"},"ordNo":{"type":"string","description":"주문번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNo":{"type":"string","description":"단품번호"},"itmNm":{"type":"string","description":"단품명"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"entrNm":{"type":"string","description":"협력사명"}}}}}}
```

## The CounselAIAnalysisResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselAIAnalysisResponse":{"type":"object","description":"고객 상담 AI 분석 응답 DTO","properties":{"counselInfo":{"$ref":"#/components/schemas/CounselInfo","description":"상담 정보"},"analysisResult":{"$ref":"#/components/schemas/CounselAIAnalysisResult","description":"상담 AI 분석 결과"}}},"CounselInfo":{"type":"object","description":"상담 정보 DTO","properties":{"ccnNo":{"type":"string","description":"상담번호"},"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"brth":{"type":"string","description":"생년월일"},"sexGbCdNm":{"type":"string","description":"성별구분코드명(ME017)"},"accpTypCd":{"type":"string","description":"접수유형코드"},"custInqTyp":{"type":"string","description":"고객문의유형"},"accpCont":{"type":"string","description":"접수내용"},"counselGoodsList":{"type":"array","description":"상담 상품 목록","items":{"$ref":"#/components/schemas/CounselGoodsInfo"}},"startAnalyDt":{"type":"string","description":"시작분석일"},"endAnalyDt":{"type":"string","description":"종료분석일"}}},"CounselGoodsInfo":{"type":"object","description":"상담 대상 상품 정보 DTO","properties":{"custCnslSeq":{"type":"string","description":"고객상담순번"},"ordNo":{"type":"string","description":"주문번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNo":{"type":"string","description":"단품번호"},"itmNm":{"type":"string","description":"단품명"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"entrNm":{"type":"string","description":"협력사명"}}},"CounselAIAnalysisResult":{"type":"object","description":"상담 AI 분석 결과 DTO","properties":{"reviewPoint":{"type":"number","format":"float","description":"분석 리뷰 점수"},"reviewCount":{"type":"integer","format":"int32","description":"분석 리뷰 갯수"},"inquiryCount":{"type":"integer","format":"int32","description":"분석 1:1문의 갯수"},"goodsQnaCount":{"type":"integer","format":"int32","description":"분석 상품Q&A 갯수"},"orderCount":{"type":"integer","format":"int32","description":"분석 주문 갯수"},"aiAnalyNo":{"type":"string","description":"분석 번호"},"analyDtm":{"type":"string","description":"분석 일시"},"analyOrderResult":{"type":"string","description":"고객 구매 성향 분석내용"},"analyResultPositive":{"type":"string","description":"고객 긍정성향 생성"},"analyResultNegative":{"type":"string","description":"고객 부정성향 생성"},"analyResultResponse":{"type":"string","description":"고객 응대요령"},"analyGoodsResultPositive":{"type":"string","description":"고객 리뷰 긍정분석내용"},"analyGoodsResultNegative":{"type":"string","description":"고객 리뷰 부정분석내용"},"analyResultAnswer":{"type":"string","description":"제안 답변"},"analyOrderResultSumr":{"type":"string","description":"고객 구매 성향 분석내용 요약"},"analyGoodsReviewSumr":{"type":"string","description":"고객 리뷰 분석내용 요약"},"consultingContSumr":{"type":"string","description":"문의내용 요약"},"analyResultAnswerSumr":{"type":"string","description":"제안 답변"},"startAnalyDt":{"type":"string","description":"시작분석일"},"endAnalyDt":{"type":"string","description":"종료분석일"},"goodsAnalyIncYn":{"type":"string","description":"상품분석포함여부"},"writeReviewCount":{"type":"integer","format":"int32","description":"작성리뷰갯수"},"memberCount":{"type":"integer","format":"int32","description":"작성리뷰갯수"},"defaultResult":{"description":"상담 AI 분석 결과 DTO","writeOnly":true}}}}}}
```

## The CounselAIAnalysisResult object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselAIAnalysisResult":{"type":"object","description":"상담 AI 분석 결과 DTO","properties":{"reviewPoint":{"type":"number","format":"float","description":"분석 리뷰 점수"},"reviewCount":{"type":"integer","format":"int32","description":"분석 리뷰 갯수"},"inquiryCount":{"type":"integer","format":"int32","description":"분석 1:1문의 갯수"},"goodsQnaCount":{"type":"integer","format":"int32","description":"분석 상품Q&A 갯수"},"orderCount":{"type":"integer","format":"int32","description":"분석 주문 갯수"},"aiAnalyNo":{"type":"string","description":"분석 번호"},"analyDtm":{"type":"string","description":"분석 일시"},"analyOrderResult":{"type":"string","description":"고객 구매 성향 분석내용"},"analyResultPositive":{"type":"string","description":"고객 긍정성향 생성"},"analyResultNegative":{"type":"string","description":"고객 부정성향 생성"},"analyResultResponse":{"type":"string","description":"고객 응대요령"},"analyGoodsResultPositive":{"type":"string","description":"고객 리뷰 긍정분석내용"},"analyGoodsResultNegative":{"type":"string","description":"고객 리뷰 부정분석내용"},"analyResultAnswer":{"type":"string","description":"제안 답변"},"analyOrderResultSumr":{"type":"string","description":"고객 구매 성향 분석내용 요약"},"analyGoodsReviewSumr":{"type":"string","description":"고객 리뷰 분석내용 요약"},"consultingContSumr":{"type":"string","description":"문의내용 요약"},"analyResultAnswerSumr":{"type":"string","description":"제안 답변"},"startAnalyDt":{"type":"string","description":"시작분석일"},"endAnalyDt":{"type":"string","description":"종료분석일"},"goodsAnalyIncYn":{"type":"string","description":"상품분석포함여부"},"writeReviewCount":{"type":"integer","format":"int32","description":"작성리뷰갯수"},"memberCount":{"type":"integer","format":"int32","description":"작성리뷰갯수"},"defaultResult":{"description":"상담 AI 분석 결과 DTO","writeOnly":true}}}}}}
```

## The CounselInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselInfo":{"type":"object","description":"상담 정보 DTO","properties":{"ccnNo":{"type":"string","description":"상담번호"},"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"brth":{"type":"string","description":"생년월일"},"sexGbCdNm":{"type":"string","description":"성별구분코드명(ME017)"},"accpTypCd":{"type":"string","description":"접수유형코드"},"custInqTyp":{"type":"string","description":"고객문의유형"},"accpCont":{"type":"string","description":"접수내용"},"counselGoodsList":{"type":"array","description":"상담 상품 목록","items":{"$ref":"#/components/schemas/CounselGoodsInfo"}},"startAnalyDt":{"type":"string","description":"시작분석일"},"endAnalyDt":{"type":"string","description":"종료분석일"}}},"CounselGoodsInfo":{"type":"object","description":"상담 대상 상품 정보 DTO","properties":{"custCnslSeq":{"type":"string","description":"고객상담순번"},"ordNo":{"type":"string","description":"주문번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNo":{"type":"string","description":"단품번호"},"itmNm":{"type":"string","description":"단품명"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"entrNm":{"type":"string","description":"협력사명"}}}}}}
```

## The QnaInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"QnaInfo":{"type":"object","description":"상품Q&A 상담 고객센터로 이관 요청 DTO","properties":{"mbrNo":{"type":"string","description":"회원번호"},"goodsNo":{"type":"string","description":"상품번호"},"questNo":{"type":"string","description":"질문번호"},"inqmnNm":{"type":"string","description":"문의자명"},"cellNoYn":{"type":"string","description":"휴대폰번호여부"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"emailAddr":{"type":"string","description":"이메일주소"},"accpCont":{"type":"string","description":"접수내용"},"accpTitle":{"type":"string","description":"접수제목"},"accpDtm":{"type":"string","description":"접수일시"},"smsAnsNtcYn":{"type":"string","description":"SMS답변고지여부"},"emailAnsNtcYn":{"type":"string","description":"이메일답변고지여부"},"acptmnId":{"type":"string","description":"접수자ID"},"mvotYn":{"type":"string","description":"이관여부"},"mvotCaus":{"type":"string","description":"이관사유"},"csAutoQuotTgtYn":{"type":"string","description":"자동할당대상여부"},"goodsNm":{"type":"string","description":"상품명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"}}}}}}
```

## The CsCompensTypeCodeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCompensTypeCodeResponse":{"type":"object","properties":{"level":{"type":"integer","format":"int32"},"cpnsTypNo":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"cpnsTypSmlNm":{"type":"string"},"useYn":{"type":"string"},"sortSeq":{"type":"integer","format":"int32"},"cpnsSubCd":{"type":"string"},"cpnsSubNm":{"type":"string"},"cpnsStdCd":{"type":"string"},"cpnsStdNm":{"type":"string"},"cpnsStdRate":{"type":"string"},"maxPayLim":{"type":"integer","format":"int32"},"cpnsStdDesc":{"type":"string"},"cpnsStdDescYn":{"type":"string"},"uprCpnsTypCd":{"type":"string"},"hierarchy":{"type":"string"},"hierarchyText":{"type":"string"},"useCnt":{"type":"integer","format":"int32"}}}}}}
```

## The ResponseListCsCompensTypeCodeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListCsCompensTypeCodeResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/CsCompensTypeCodeResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsCompensTypeCodeResponse":{"type":"object","properties":{"level":{"type":"integer","format":"int32"},"cpnsTypNo":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"cpnsTypSmlNm":{"type":"string"},"useYn":{"type":"string"},"sortSeq":{"type":"integer","format":"int32"},"cpnsSubCd":{"type":"string"},"cpnsSubNm":{"type":"string"},"cpnsStdCd":{"type":"string"},"cpnsStdNm":{"type":"string"},"cpnsStdRate":{"type":"string"},"maxPayLim":{"type":"integer","format":"int32"},"cpnsStdDesc":{"type":"string"},"cpnsStdDescYn":{"type":"string"},"uprCpnsTypCd":{"type":"string"},"hierarchy":{"type":"string"},"hierarchyText":{"type":"string"},"useCnt":{"type":"integer","format":"int32"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RealGridListResponseCsCompensTypeCodeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsCompensTypeCodeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsCompensTypeCodeResponse"}}}},"CsCompensTypeCodeResponse":{"type":"object","properties":{"level":{"type":"integer","format":"int32"},"cpnsTypNo":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"cpnsTypSmlNm":{"type":"string"},"useYn":{"type":"string"},"sortSeq":{"type":"integer","format":"int32"},"cpnsSubCd":{"type":"string"},"cpnsSubNm":{"type":"string"},"cpnsStdCd":{"type":"string"},"cpnsStdNm":{"type":"string"},"cpnsStdRate":{"type":"string"},"maxPayLim":{"type":"integer","format":"int32"},"cpnsStdDesc":{"type":"string"},"cpnsStdDescYn":{"type":"string"},"uprCpnsTypCd":{"type":"string"},"hierarchy":{"type":"string"},"hierarchyText":{"type":"string"},"useCnt":{"type":"integer","format":"int32"}}}}}}
```

## The RealGridListResponseApprovalAuthorityUser object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseApprovalAuthorityUser":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/ApprovalAuthorityUser"}}}},"ApprovalAuthorityUser":{"type":"object","description":"보상승인 권한 정보 수정(등록, 수정, 삭제) 요청 DTO","properties":{"cpnsAprmnGbCd":{"type":"string","description":"보상승인자구분코드(CS024)","enum":["REWARD_APPROVAL_AUTHORITY","REWARD_PAY_APPROVAL_AUTHORITY"]},"userId":{"type":"string","description":"사용자ID"},"userNm":{"type":"string","description":"사용자명"}}}}}}
```

## The CompensationAmountLimitResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CompensationAmountLimitResponse":{"type":"object","description":"보상금액한도 응답 DTO","properties":{"grpCd":{"type":"string","description":"그룹코드"},"authCd":{"type":"string","description":"코드"},"authCdDesc":{"type":"string","description":"코드설명"},"limitAmount":{"type":"string","description":"금액한도"}}}}}}
```

## The RealGridListResponseCompensationAmountLimitResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCompensationAmountLimitResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CompensationAmountLimitResponse"}}}},"CompensationAmountLimitResponse":{"type":"object","description":"보상금액한도 응답 DTO","properties":{"grpCd":{"type":"string","description":"그룹코드"},"authCd":{"type":"string","description":"코드"},"authCdDesc":{"type":"string","description":"코드설명"},"limitAmount":{"type":"string","description":"금액한도"}}}}}}
```

## The PhoneAppointmentPopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PhoneAppointmentPopupResponse":{"type":"object","properties":{"procState":{"type":"string"},"procStateCd":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"cnslMemo":{"type":"string"},"mbrNo":{"type":"string"},"mbrId":{"type":"string"},"mbrNm":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"ordNo":{"type":"string"},"ccnNo":{"type":"string"},"acptmnNm":{"type":"string"},"acptmnId":{"type":"string"},"acpCont":{"type":"string"},"acptmnDept":{"type":"string"},"procmnNm":{"type":"string"},"procmnId":{"type":"string"},"procmnDept":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"cnslTypText":{"type":"string"}}}}}}
```

## The ResponsePhoneAppointmentPopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponsePhoneAppointmentPopupResponse":{"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/PhoneAppointmentPopupResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"PhoneAppointmentPopupResponse":{"type":"object","properties":{"procState":{"type":"string"},"procStateCd":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"cnslMemo":{"type":"string"},"mbrNo":{"type":"string"},"mbrId":{"type":"string"},"mbrNm":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"ordNo":{"type":"string"},"ccnNo":{"type":"string"},"acptmnNm":{"type":"string"},"acptmnId":{"type":"string"},"acpCont":{"type":"string"},"acptmnDept":{"type":"string"},"procmnNm":{"type":"string"},"procmnId":{"type":"string"},"procmnDept":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"cnslTypText":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The PhoneAppointmentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PhoneAppointmentResponse":{"type":"object","properties":{"procState":{"type":"string"},"procStateCd":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"cnslMemo":{"type":"string"},"mbrNo":{"type":"string"},"mbrId":{"type":"string"},"mbrNm":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telEndNo":{"type":"string"},"ordNo":{"type":"string"},"ccnNo":{"type":"string"},"acptmnNm":{"type":"string"},"accpCont":{"type":"string"},"accpDtm":{"type":"string"},"acptmnDept":{"type":"string"},"procmnId":{"type":"string"},"procmnNm":{"type":"string"},"procmnTel":{"type":"string"},"procmnEmpNo":{"type":"string"},"procmnDept":{"type":"string"},"aempProcDtm":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"procmnProcDtm":{"type":"string"},"acptmnId":{"type":"string"},"siteNm":{"type":"string"}}}}}}
```

## The RealGridListResponsePhoneAppointmentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponsePhoneAppointmentResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PhoneAppointmentResponse"}}}},"PhoneAppointmentResponse":{"type":"object","properties":{"procState":{"type":"string"},"procStateCd":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"cnslMemo":{"type":"string"},"mbrNo":{"type":"string"},"mbrId":{"type":"string"},"mbrNm":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telEndNo":{"type":"string"},"ordNo":{"type":"string"},"ccnNo":{"type":"string"},"acptmnNm":{"type":"string"},"accpCont":{"type":"string"},"accpDtm":{"type":"string"},"acptmnDept":{"type":"string"},"procmnId":{"type":"string"},"procmnNm":{"type":"string"},"procmnTel":{"type":"string"},"procmnEmpNo":{"type":"string"},"procmnDept":{"type":"string"},"aempProcDtm":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"procmnProcDtm":{"type":"string"},"acptmnId":{"type":"string"},"siteNm":{"type":"string"}}}}}}
```

## The ResponseListPhoneAppointmentResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListPhoneAppointmentResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/PhoneAppointmentResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"PhoneAppointmentResponse":{"type":"object","properties":{"procState":{"type":"string"},"procStateCd":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"cnslMemo":{"type":"string"},"mbrNo":{"type":"string"},"mbrId":{"type":"string"},"mbrNm":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telEndNo":{"type":"string"},"ordNo":{"type":"string"},"ccnNo":{"type":"string"},"acptmnNm":{"type":"string"},"accpCont":{"type":"string"},"accpDtm":{"type":"string"},"acptmnDept":{"type":"string"},"procmnId":{"type":"string"},"procmnNm":{"type":"string"},"procmnTel":{"type":"string"},"procmnEmpNo":{"type":"string"},"procmnDept":{"type":"string"},"aempProcDtm":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"procmnProcDtm":{"type":"string"},"acptmnId":{"type":"string"},"siteNm":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CsObTypCdResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsObTypCdResponse":{"type":"object","properties":{"obTypNo":{"type":"string"},"obTypNm":{"type":"string"},"obTypDesc":{"type":"string"},"useYn":{"type":"string"},"cnslTypNo":{"type":"string"},"cnslTypNm":{"type":"string"},"useCnt":{"type":"integer","format":"int32"},"sortSeq":{"type":"integer","format":"int32"}}}}}}
```

## The ResponseListCsObTypCdResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListCsObTypCdResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/CsObTypCdResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsObTypCdResponse":{"type":"object","properties":{"obTypNo":{"type":"string"},"obTypNm":{"type":"string"},"obTypDesc":{"type":"string"},"useYn":{"type":"string"},"cnslTypNo":{"type":"string"},"cnslTypNm":{"type":"string"},"useCnt":{"type":"integer","format":"int32"},"sortSeq":{"type":"integer","format":"int32"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RealGridListResponseCsObTypCdResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsObTypCdResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsObTypCdResponse"}}}},"CsObTypCdResponse":{"type":"object","properties":{"obTypNo":{"type":"string"},"obTypNm":{"type":"string"},"obTypDesc":{"type":"string"},"useYn":{"type":"string"},"cnslTypNo":{"type":"string"},"cnslTypNm":{"type":"string"},"useCnt":{"type":"integer","format":"int32"},"sortSeq":{"type":"integer","format":"int32"}}}}}}
```

## The ResponseBoolean object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseBoolean":{"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":"boolean","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 CsCcnAtchFileInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCcnAtchFileInfoResponse":{"type":"object","properties":{"jobClbtBbcNo":{"type":"string"},"fileSeq":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}}}}}
```

## The CsCcnGoodsResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}}}}}
```

## The CsCcnOrdGoodsResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCcnOrdGoodsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"csCcnGoodsResponse":{"$ref":"#/components/schemas/CsCcnGoodsResponse"},"csCcnOrdResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdResponse"}},"langCd":{"type":"string"}}},"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}}}}}
```

## The CsCcnOrdResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}}}}}
```

## The CsCcnProcInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}}}}}
```

## The CsTelPrmsResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}}}}}
```

## The IntegratedCsDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"IntegratedCsDetailResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"acpData":{"type":"string"},"accpData":{"type":"string"},"userNm":{"type":"string","description":"접수자명"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"userData":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"loginId":{"type":"string"},"getEmailAddr":{"type":"string"},"emailAddr":{"type":"string"},"gbcdMedia":{"type":"string"},"accpTypCd":{"type":"string"},"accpTypNm":{"type":"string"},"telNo":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"custInqLrgTypNm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"ccnPrgsStatNm":{"type":"string"},"cnslTypText":{"type":"string"},"cnslMidTypTextNm":{"type":"string"},"obTypNm":{"type":"string"},"accpTitle":{"type":"string"},"accpCont":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"mvotCaus":{"type":"string"},"smsAnsNtcYn":{"type":"string"},"emailAnsNtcYn":{"type":"string"},"preProcYn":{"type":"string"},"ansCont":{"type":"string"},"ansDtm":{"type":"string"},"ansText":{"type":"string"},"custCnslGbCd":{"type":"string"},"procmnId":{"type":"string"},"cellNoYn":{"type":"string"},"integrateOrdAndGoodsInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdGoodsResponse"}},"integrateProcInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnProcInfoResponse"}},"fileList":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnAtchFileInfoResponse"}},"telYn":{"type":"string"},"cpnsPayYn":{"type":"string"},"questNo":{"type":"string"},"goodsNo":{"type":"string"},"indInfoMemo":{"type":"string"},"langCode":{"type":"string"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"respBaseMemo":{"type":"string","description":"응대메모여부"},"instMbrYn":{"type":"string","description":"관심회원여부","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"구매제한여부","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"답변주체코드명"},"siteDom":{"type":"string","description":"사이트도메인"}}},"CsCcnOrdGoodsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"csCcnGoodsResponse":{"$ref":"#/components/schemas/CsCcnGoodsResponse"},"csCcnOrdResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdResponse"}},"langCd":{"type":"string"}}},"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}},"CsCcnAtchFileInfoResponse":{"type":"object","properties":{"jobClbtBbcNo":{"type":"string"},"fileSeq":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}}}}}
```

## The ResponseIntegratedCsDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseIntegratedCsDetailResponse":{"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/IntegratedCsDetailResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"IntegratedCsDetailResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"acpData":{"type":"string"},"accpData":{"type":"string"},"userNm":{"type":"string","description":"접수자명"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"userData":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"loginId":{"type":"string"},"getEmailAddr":{"type":"string"},"emailAddr":{"type":"string"},"gbcdMedia":{"type":"string"},"accpTypCd":{"type":"string"},"accpTypNm":{"type":"string"},"telNo":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"custInqLrgTypNm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"ccnPrgsStatNm":{"type":"string"},"cnslTypText":{"type":"string"},"cnslMidTypTextNm":{"type":"string"},"obTypNm":{"type":"string"},"accpTitle":{"type":"string"},"accpCont":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"mvotCaus":{"type":"string"},"smsAnsNtcYn":{"type":"string"},"emailAnsNtcYn":{"type":"string"},"preProcYn":{"type":"string"},"ansCont":{"type":"string"},"ansDtm":{"type":"string"},"ansText":{"type":"string"},"custCnslGbCd":{"type":"string"},"procmnId":{"type":"string"},"cellNoYn":{"type":"string"},"integrateOrdAndGoodsInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdGoodsResponse"}},"integrateProcInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnProcInfoResponse"}},"fileList":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnAtchFileInfoResponse"}},"telYn":{"type":"string"},"cpnsPayYn":{"type":"string"},"questNo":{"type":"string"},"goodsNo":{"type":"string"},"indInfoMemo":{"type":"string"},"langCode":{"type":"string"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"respBaseMemo":{"type":"string","description":"응대메모여부"},"instMbrYn":{"type":"string","description":"관심회원여부","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"구매제한여부","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"답변주체코드명"},"siteDom":{"type":"string","description":"사이트도메인"}}},"CsCcnOrdGoodsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"csCcnGoodsResponse":{"$ref":"#/components/schemas/CsCcnGoodsResponse"},"csCcnOrdResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdResponse"}},"langCd":{"type":"string"}}},"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}},"CsCcnAtchFileInfoResponse":{"type":"object","properties":{"jobClbtBbcNo":{"type":"string"},"fileSeq":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CsRelatedResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsRelatedResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"otherCount":{"type":"integer","format":"int32"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNo":{"type":"string"},"entrNm":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"noMaskingMbrNm":{"type":"string"},"loginId":{"type":"string"},"noMaskingLoginId":{"type":"string"},"rfdBankCd":{"type":"string"},"rfdActnNo":{"type":"string"},"count":{"type":"integer","format":"int32"},"relatedConsultation":{"type":"array","items":{"$ref":"#/components/schemas/IntegratedCsDetailResponse"}}}},"IntegratedCsDetailResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"acpData":{"type":"string"},"accpData":{"type":"string"},"userNm":{"type":"string","description":"접수자명"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"userData":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"loginId":{"type":"string"},"getEmailAddr":{"type":"string"},"emailAddr":{"type":"string"},"gbcdMedia":{"type":"string"},"accpTypCd":{"type":"string"},"accpTypNm":{"type":"string"},"telNo":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"custInqLrgTypNm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"ccnPrgsStatNm":{"type":"string"},"cnslTypText":{"type":"string"},"cnslMidTypTextNm":{"type":"string"},"obTypNm":{"type":"string"},"accpTitle":{"type":"string"},"accpCont":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"mvotCaus":{"type":"string"},"smsAnsNtcYn":{"type":"string"},"emailAnsNtcYn":{"type":"string"},"preProcYn":{"type":"string"},"ansCont":{"type":"string"},"ansDtm":{"type":"string"},"ansText":{"type":"string"},"custCnslGbCd":{"type":"string"},"procmnId":{"type":"string"},"cellNoYn":{"type":"string"},"integrateOrdAndGoodsInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdGoodsResponse"}},"integrateProcInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnProcInfoResponse"}},"fileList":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnAtchFileInfoResponse"}},"telYn":{"type":"string"},"cpnsPayYn":{"type":"string"},"questNo":{"type":"string"},"goodsNo":{"type":"string"},"indInfoMemo":{"type":"string"},"langCode":{"type":"string"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"respBaseMemo":{"type":"string","description":"응대메모여부"},"instMbrYn":{"type":"string","description":"관심회원여부","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"구매제한여부","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"답변주체코드명"},"siteDom":{"type":"string","description":"사이트도메인"}}},"CsCcnOrdGoodsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"csCcnGoodsResponse":{"$ref":"#/components/schemas/CsCcnGoodsResponse"},"csCcnOrdResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdResponse"}},"langCd":{"type":"string"}}},"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}},"CsCcnAtchFileInfoResponse":{"type":"object","properties":{"jobClbtBbcNo":{"type":"string"},"fileSeq":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}}}}}
```

## The ResponseCsRelatedResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseCsRelatedResponse":{"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/CsRelatedResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsRelatedResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"otherCount":{"type":"integer","format":"int32"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNo":{"type":"string"},"entrNm":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"noMaskingMbrNm":{"type":"string"},"loginId":{"type":"string"},"noMaskingLoginId":{"type":"string"},"rfdBankCd":{"type":"string"},"rfdActnNo":{"type":"string"},"count":{"type":"integer","format":"int32"},"relatedConsultation":{"type":"array","items":{"$ref":"#/components/schemas/IntegratedCsDetailResponse"}}}},"IntegratedCsDetailResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"acpData":{"type":"string"},"accpData":{"type":"string"},"userNm":{"type":"string","description":"접수자명"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"userData":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"loginId":{"type":"string"},"getEmailAddr":{"type":"string"},"emailAddr":{"type":"string"},"gbcdMedia":{"type":"string"},"accpTypCd":{"type":"string"},"accpTypNm":{"type":"string"},"telNo":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"custInqLrgTypNm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"ccnPrgsStatNm":{"type":"string"},"cnslTypText":{"type":"string"},"cnslMidTypTextNm":{"type":"string"},"obTypNm":{"type":"string"},"accpTitle":{"type":"string"},"accpCont":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"mvotCaus":{"type":"string"},"smsAnsNtcYn":{"type":"string"},"emailAnsNtcYn":{"type":"string"},"preProcYn":{"type":"string"},"ansCont":{"type":"string"},"ansDtm":{"type":"string"},"ansText":{"type":"string"},"custCnslGbCd":{"type":"string"},"procmnId":{"type":"string"},"cellNoYn":{"type":"string"},"integrateOrdAndGoodsInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdGoodsResponse"}},"integrateProcInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnProcInfoResponse"}},"fileList":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnAtchFileInfoResponse"}},"telYn":{"type":"string"},"cpnsPayYn":{"type":"string"},"questNo":{"type":"string"},"goodsNo":{"type":"string"},"indInfoMemo":{"type":"string"},"langCode":{"type":"string"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"respBaseMemo":{"type":"string","description":"응대메모여부"},"instMbrYn":{"type":"string","description":"관심회원여부","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"구매제한여부","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"답변주체코드명"},"siteDom":{"type":"string","description":"사이트도메인"}}},"CsCcnOrdGoodsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"csCcnGoodsResponse":{"$ref":"#/components/schemas/CsCcnGoodsResponse"},"csCcnOrdResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdResponse"}},"langCd":{"type":"string"}}},"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}},"CsCcnAtchFileInfoResponse":{"type":"object","properties":{"jobClbtBbcNo":{"type":"string"},"fileSeq":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The IntegratedCounselMgmtViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"IntegratedCounselMgmtViewResponse":{"type":"object","description":"통합상담관리 응답 DTO","properties":{"linkCcnNo":{"type":"string","description":"링크로 들어온 상담번호"},"linkAccpDtm":{"type":"string","description":"링크로 들어온 접수일시"},"linkPageGub":{"type":"string","description":"링크로 들어온 페이지구분값"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}}}}}
```

## The ResponseIntegratedCounselMgmtViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseIntegratedCounselMgmtViewResponse":{"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/IntegratedCounselMgmtViewResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"IntegratedCounselMgmtViewResponse":{"type":"object","description":"통합상담관리 응답 DTO","properties":{"linkCcnNo":{"type":"string","description":"링크로 들어온 상담번호"},"linkAccpDtm":{"type":"string","description":"링크로 들어온 접수일시"},"linkPageGub":{"type":"string","description":"링크로 들어온 페이지구분값"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The StStdCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}}}}}
```

## The IntegratedCounselResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"IntegratedCounselResponse":{"type":"object","properties":{"ccnNo":{"type":"string","description":"상담번호"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"ccnPrgsStatCd":{"type":"string","description":"처리상태"},"custCnslGbCd":{"type":"string","description":"상담구분"},"accpTypCd":{"type":"string","description":"접수유형"},"cnslTypNo":{"type":"string","description":"상담유형"},"cnslTypText":{"type":"string","description":"상담유형명"},"accpTitle":{"type":"string","description":"1:1문의 상담제목"},"accpMediaCd":{"type":"string","description":"접수매체"},"mbrNo":{"type":"string","description":"회원No"},"mbrId":{"type":"string","description":"회원ID"},"mbrNm":{"type":"string","description":"회원명"},"acptmnNm":{"type":"string","description":"접수자"},"procmnNm":{"type":"string","description":"처리자"},"quotDtm":{"type":"string","format":"date-time","description":"할당일시"},"fnshmnNm":{"type":"string","description":"완료자"},"fnshDtm":{"type":"string","format":"date-time","description":"완료일시"},"ordNo":{"type":"string","description":"주문번호"},"nafrGbCd":{"type":"string","description":"내외국인"},"mbrGradeCd":{"type":"string","description":"회원등급코드"},"acptmnId":{"type":"string","description":"접수자 Id"},"procmnId":{"type":"string","description":"처리자 Id"},"fnshmnId":{"type":"string","description":"완료자 Id"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The RealGridListResponseIntegratedCounselResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseIntegratedCounselResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/IntegratedCounselResponse"}}}},"IntegratedCounselResponse":{"type":"object","properties":{"ccnNo":{"type":"string","description":"상담번호"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"ccnPrgsStatCd":{"type":"string","description":"처리상태"},"custCnslGbCd":{"type":"string","description":"상담구분"},"accpTypCd":{"type":"string","description":"접수유형"},"cnslTypNo":{"type":"string","description":"상담유형"},"cnslTypText":{"type":"string","description":"상담유형명"},"accpTitle":{"type":"string","description":"1:1문의 상담제목"},"accpMediaCd":{"type":"string","description":"접수매체"},"mbrNo":{"type":"string","description":"회원No"},"mbrId":{"type":"string","description":"회원ID"},"mbrNm":{"type":"string","description":"회원명"},"acptmnNm":{"type":"string","description":"접수자"},"procmnNm":{"type":"string","description":"처리자"},"quotDtm":{"type":"string","format":"date-time","description":"할당일시"},"fnshmnNm":{"type":"string","description":"완료자"},"fnshDtm":{"type":"string","format":"date-time","description":"완료일시"},"ordNo":{"type":"string","description":"주문번호"},"nafrGbCd":{"type":"string","description":"내외국인"},"mbrGradeCd":{"type":"string","description":"회원등급코드"},"acptmnId":{"type":"string","description":"접수자 Id"},"procmnId":{"type":"string","description":"처리자 Id"},"fnshmnId":{"type":"string","description":"완료자 Id"},"siteNm":{"type":"string","description":"사이트명"}}}}}}
```

## The CsCustCpnsAccpInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCustCpnsAccpInfoResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"ccnNo":{"type":"string"},"cpnsTypNo":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"standard":{"type":"string"},"maxPayLim":{"type":"string"},"cpnsMeanCd":{"type":"string"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"acptmnId":{"type":"string"},"cpnsAmtNo":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string"},"payDepositorNm":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"goodsNm":{"type":"string"},"rcvmnNm":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"cell":{"type":"string"},"promoNm":{"type":"string"},"dcRateAmt":{"type":"number"},"cpnsConts":{"type":"string"}}}}}}
```

## The CustomerCompensSaveViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CustomerCompensSaveViewResponse":{"type":"object","description":"고객보상 화면 진입 응답 DTO","properties":{"cccai":{"$ref":"#/components/schemas/CsCustCpnsAccpInfoResponse","description":"등록된 고객보상 데이터"},"ccnData":{"$ref":"#/components/schemas/CsRelatedResponse","description":"고객데이터"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"보상금액결제한도(CS025)"},"csCpUserGrade":{"type":"string","description":"로그인한 사용자 권한"}}},"CsCustCpnsAccpInfoResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"ccnNo":{"type":"string"},"cpnsTypNo":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"standard":{"type":"string"},"maxPayLim":{"type":"string"},"cpnsMeanCd":{"type":"string"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"acptmnId":{"type":"string"},"cpnsAmtNo":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string"},"payDepositorNm":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"goodsNm":{"type":"string"},"rcvmnNm":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"cell":{"type":"string"},"promoNm":{"type":"string"},"dcRateAmt":{"type":"number"},"cpnsConts":{"type":"string"}}},"CsRelatedResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"otherCount":{"type":"integer","format":"int32"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNo":{"type":"string"},"entrNm":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"noMaskingMbrNm":{"type":"string"},"loginId":{"type":"string"},"noMaskingLoginId":{"type":"string"},"rfdBankCd":{"type":"string"},"rfdActnNo":{"type":"string"},"count":{"type":"integer","format":"int32"},"relatedConsultation":{"type":"array","items":{"$ref":"#/components/schemas/IntegratedCsDetailResponse"}}}},"IntegratedCsDetailResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"acpData":{"type":"string"},"accpData":{"type":"string"},"userNm":{"type":"string","description":"접수자명"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"userData":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"loginId":{"type":"string"},"getEmailAddr":{"type":"string"},"emailAddr":{"type":"string"},"gbcdMedia":{"type":"string"},"accpTypCd":{"type":"string"},"accpTypNm":{"type":"string"},"telNo":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"custInqLrgTypNm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"ccnPrgsStatNm":{"type":"string"},"cnslTypText":{"type":"string"},"cnslMidTypTextNm":{"type":"string"},"obTypNm":{"type":"string"},"accpTitle":{"type":"string"},"accpCont":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"mvotCaus":{"type":"string"},"smsAnsNtcYn":{"type":"string"},"emailAnsNtcYn":{"type":"string"},"preProcYn":{"type":"string"},"ansCont":{"type":"string"},"ansDtm":{"type":"string"},"ansText":{"type":"string"},"custCnslGbCd":{"type":"string"},"procmnId":{"type":"string"},"cellNoYn":{"type":"string"},"integrateOrdAndGoodsInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdGoodsResponse"}},"integrateProcInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnProcInfoResponse"}},"fileList":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnAtchFileInfoResponse"}},"telYn":{"type":"string"},"cpnsPayYn":{"type":"string"},"questNo":{"type":"string"},"goodsNo":{"type":"string"},"indInfoMemo":{"type":"string"},"langCode":{"type":"string"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"respBaseMemo":{"type":"string","description":"응대메모여부"},"instMbrYn":{"type":"string","description":"관심회원여부","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"구매제한여부","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"답변주체코드명"},"siteDom":{"type":"string","description":"사이트도메인"}}},"CsCcnOrdGoodsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"csCcnGoodsResponse":{"$ref":"#/components/schemas/CsCcnGoodsResponse"},"csCcnOrdResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdResponse"}},"langCd":{"type":"string"}}},"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}},"CsCcnAtchFileInfoResponse":{"type":"object","properties":{"jobClbtBbcNo":{"type":"string"},"fileSeq":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}}}}}
```

## The ResponseCustomerCompensSaveViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseCustomerCompensSaveViewResponse":{"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/CustomerCompensSaveViewResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CustomerCompensSaveViewResponse":{"type":"object","description":"고객보상 화면 진입 응답 DTO","properties":{"cccai":{"$ref":"#/components/schemas/CsCustCpnsAccpInfoResponse","description":"등록된 고객보상 데이터"},"ccnData":{"$ref":"#/components/schemas/CsRelatedResponse","description":"고객데이터"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"보상금액결제한도(CS025)"},"csCpUserGrade":{"type":"string","description":"로그인한 사용자 권한"}}},"CsCustCpnsAccpInfoResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"ccnNo":{"type":"string"},"cpnsTypNo":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"standard":{"type":"string"},"maxPayLim":{"type":"string"},"cpnsMeanCd":{"type":"string"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"acptmnId":{"type":"string"},"cpnsAmtNo":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string"},"payDepositorNm":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"goodsNm":{"type":"string"},"rcvmnNm":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"cell":{"type":"string"},"promoNm":{"type":"string"},"dcRateAmt":{"type":"number"},"cpnsConts":{"type":"string"}}},"CsRelatedResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"otherCount":{"type":"integer","format":"int32"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNo":{"type":"string"},"entrNm":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"noMaskingMbrNm":{"type":"string"},"loginId":{"type":"string"},"noMaskingLoginId":{"type":"string"},"rfdBankCd":{"type":"string"},"rfdActnNo":{"type":"string"},"count":{"type":"integer","format":"int32"},"relatedConsultation":{"type":"array","items":{"$ref":"#/components/schemas/IntegratedCsDetailResponse"}}}},"IntegratedCsDetailResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"acpData":{"type":"string"},"accpData":{"type":"string"},"userNm":{"type":"string","description":"접수자명"},"accpDtm":{"type":"string","format":"date-time","description":"접수일시"},"userData":{"type":"string"},"mbrNo":{"type":"string"},"mbrNm":{"type":"string"},"loginId":{"type":"string"},"getEmailAddr":{"type":"string"},"emailAddr":{"type":"string"},"gbcdMedia":{"type":"string"},"accpTypCd":{"type":"string"},"accpTypNm":{"type":"string"},"telNo":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telTxnoNos":{"type":"string"},"telEndNo":{"type":"string"},"telEndNos":{"type":"string"},"custInqLrgTypNm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"ccnPrgsStatNm":{"type":"string"},"cnslTypText":{"type":"string"},"cnslMidTypTextNm":{"type":"string"},"obTypNm":{"type":"string"},"accpTitle":{"type":"string"},"accpCont":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"mvotCaus":{"type":"string"},"smsAnsNtcYn":{"type":"string"},"emailAnsNtcYn":{"type":"string"},"preProcYn":{"type":"string"},"ansCont":{"type":"string"},"ansDtm":{"type":"string"},"ansText":{"type":"string"},"custCnslGbCd":{"type":"string"},"procmnId":{"type":"string"},"cellNoYn":{"type":"string"},"integrateOrdAndGoodsInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdGoodsResponse"}},"integrateProcInfo":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnProcInfoResponse"}},"fileList":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnAtchFileInfoResponse"}},"telYn":{"type":"string"},"cpnsPayYn":{"type":"string"},"questNo":{"type":"string"},"goodsNo":{"type":"string"},"indInfoMemo":{"type":"string"},"langCode":{"type":"string"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"respBaseMemo":{"type":"string","description":"응대메모여부"},"instMbrYn":{"type":"string","description":"관심회원여부","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"구매제한여부","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"답변주체코드명"},"siteDom":{"type":"string","description":"사이트도메인"}}},"CsCcnOrdGoodsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"custCnslSeq":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"csCcnGoodsResponse":{"$ref":"#/components/schemas/CsCcnGoodsResponse"},"csCcnOrdResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnOrdResponse"}},"langCd":{"type":"string"}}},"CsCcnGoodsResponse":{"type":"object","properties":{"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnOrdResponse":{"type":"object","properties":{"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNo":{"type":"string"},"itmNm":{"type":"string"},"ordQty":{"type":"string"},"salePrc":{"type":"number"},"entrNo":{"type":"string"},"entrNm":{"type":"string"}}},"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}},"CsCcnAtchFileInfoResponse":{"type":"object","properties":{"jobClbtBbcNo":{"type":"string"},"fileSeq":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The ResponseCsCustCpnsAccpInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseCsCustCpnsAccpInfoResponse":{"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/CsCustCpnsAccpInfoResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsCustCpnsAccpInfoResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"ccnNo":{"type":"string"},"cpnsTypNo":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"standard":{"type":"string"},"maxPayLim":{"type":"string"},"cpnsMeanCd":{"type":"string"},"rspnGbCd":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"mbrNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"acptmnId":{"type":"string"},"cpnsAmtNo":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"payReqMemo":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqDtm":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string"},"payDepositorNm":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"retnCausCont":{"type":"string"},"goodsNm":{"type":"string"},"rcvmnNm":{"type":"string"},"zipNo":{"type":"string"},"zipAddr":{"type":"string"},"dtlAddr":{"type":"string"},"cell":{"type":"string"},"promoNm":{"type":"string"},"dcRateAmt":{"type":"number"},"cpnsConts":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CsCounselTemplateInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCounselTemplateInfoResponse":{"type":"object","properties":{"argInsertUpdate":{"type":"string","description":"등록,수정구분 코드"},"typeCode":{"type":"string","description":"탭 구분(공통:common, 개인:alone)"},"cnslAempId":{"type":"string","description":"사용자ID"},"cnslAempNm":{"type":"string","description":"사용자명"},"cnslTmplNo":{"type":"string","description":"상담템플릿번호"},"cnslGbCd":{"type":"string","description":"상담구분코드(CS015)"},"cnslTypCd":{"type":"string","description":"상담유형코드(CS016)"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplCont":{"type":"string","description":"템플릿내용"},"userId":{"type":"string","description":"회원ID"},"callGub":{"type":"string","description":"호출구분"},"useYn":{"type":"string","description":"사용여부"}}}}}}
```

## The ResponseListCsCounselTemplateInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListCsCounselTemplateInfoResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/CsCounselTemplateInfoResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsCounselTemplateInfoResponse":{"type":"object","properties":{"argInsertUpdate":{"type":"string","description":"등록,수정구분 코드"},"typeCode":{"type":"string","description":"탭 구분(공통:common, 개인:alone)"},"cnslAempId":{"type":"string","description":"사용자ID"},"cnslAempNm":{"type":"string","description":"사용자명"},"cnslTmplNo":{"type":"string","description":"상담템플릿번호"},"cnslGbCd":{"type":"string","description":"상담구분코드(CS015)"},"cnslTypCd":{"type":"string","description":"상담유형코드(CS016)"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplCont":{"type":"string","description":"템플릿내용"},"userId":{"type":"string","description":"회원ID"},"callGub":{"type":"string","description":"호출구분"},"useYn":{"type":"string","description":"사용여부"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CounselRegistViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselRegistViewResponse":{"type":"object","properties":{"userIndInfo":{"type":"string","description":"개인정보메모노출가능여부"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}}}}}
```

## The ResponseCounselRegistViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseCounselRegistViewResponse":{"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/CounselRegistViewResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CounselRegistViewResponse":{"type":"object","properties":{"userIndInfo":{"type":"string","description":"개인정보메모노출가능여부"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RealGridListResponseCsCcnProcInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsCcnProcInfoResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsCcnProcInfoResponse"}}}},"CsCcnProcInfoResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"obProcTypCd":{"type":"string"},"cnslProcDtm":{"type":"string"},"cnslProcCont":{"type":"string"},"userNm":{"type":"string"},"sysRegId":{"type":"string"},"csTelPrmsResponses":{"type":"array","items":{"$ref":"#/components/schemas/CsTelPrmsResponse"}}}},"CsTelPrmsResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"cnslProcSeq":{"type":"string"},"telPrmsSeq":{"type":"string"},"prmsDtm":{"type":"string"},"notiTmCd":{"type":"string"},"prmsMethCd":{"type":"string"},"prmsStatCd":{"type":"string"},"cnslMemo":{"type":"string"},"aempId":{"type":"string"},"userNm":{"type":"string"},"aempConfDtm":{"type":"string"},"aempProcDtm":{"type":"string"},"telTryCnt":{"type":"string"},"procStat":{"type":"string"}}}}}}
```

## The InquireTypeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"InquireTypeResponse":{"type":"object","properties":{"custInqTypCd":{"type":"string"},"custInqTypNm":{"type":"string"},"sortSeq":{"type":"integer","format":"int32"},"useYn":{"type":"string"},"ordGoodsMdtyYn":{"type":"string"},"ansSubCd":{"type":"string"},"cnslTypText":{"type":"string"},"cnslTypNo":{"type":"string"},"uprCustInqTypCd":{"type":"string"},"useCnt":{"type":"integer","format":"int32"}}}}}}
```

## The ResponseListInquireTypeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListInquireTypeResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/InquireTypeResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"InquireTypeResponse":{"type":"object","properties":{"custInqTypCd":{"type":"string"},"custInqTypNm":{"type":"string"},"sortSeq":{"type":"integer","format":"int32"},"useYn":{"type":"string"},"ordGoodsMdtyYn":{"type":"string"},"ansSubCd":{"type":"string"},"cnslTypText":{"type":"string"},"cnslTypNo":{"type":"string"},"uprCustInqTypCd":{"type":"string"},"useCnt":{"type":"integer","format":"int32"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The InquireTypeRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"InquireTypeRequest":{"type":"object","description":"1:1문의유형 조회 요청 DTO","properties":{"useYn":{"type":"string","description":"사용여부"},"uprCustInqTypCd":{"type":"string","description":"고객문의 상위유형코드"}}}}}}
```

## The RealGridListResponseInquireTypeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseInquireTypeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/InquireTypeResponse"}}}},"InquireTypeResponse":{"type":"object","properties":{"custInqTypCd":{"type":"string"},"custInqTypNm":{"type":"string"},"sortSeq":{"type":"integer","format":"int32"},"useYn":{"type":"string"},"ordGoodsMdtyYn":{"type":"string"},"ansSubCd":{"type":"string"},"cnslTypText":{"type":"string"},"cnslTypNo":{"type":"string"},"uprCustInqTypCd":{"type":"string"},"useCnt":{"type":"integer","format":"int32"}}}}}}
```

## The CsCustomerCompensResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCustomerCompensResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsAprvStatNm":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"cpnsPayStatNm":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsMeanCd":{"type":"string"},"cpnsMeanNm":{"type":"string"},"rspnGbCd":{"type":"string"},"rspnGbNm":{"type":"string"},"cpnsAmtNo":{"type":"string"},"maxPayLim":{"type":"string"},"overAmt":{"type":"string"},"ccnNo":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNm":{"type":"string"},"loginId":{"type":"string"},"mbrNm":{"type":"string"},"mbrNo":{"type":"string"},"entrNm":{"type":"string"},"acptmnId":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqMemo":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string"},"payDepositorNm":{"type":"string"},"siteNm":{"type":"string"}}}}}}
```

## The RealGridListResponseCsCustomerCompensResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsCustomerCompensResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsCustomerCompensResponse"}}}},"CsCustomerCompensResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"accpDtm":{"type":"string"},"accpCont":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsAprvStatNm":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"cpnsPayStatNm":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsMeanCd":{"type":"string"},"cpnsMeanNm":{"type":"string"},"rspnGbCd":{"type":"string"},"rspnGbNm":{"type":"string"},"cpnsAmtNo":{"type":"string"},"maxPayLim":{"type":"string"},"overAmt":{"type":"string"},"ccnNo":{"type":"string"},"ordNo":{"type":"string"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"itmNm":{"type":"string"},"loginId":{"type":"string"},"mbrNm":{"type":"string"},"mbrNo":{"type":"string"},"entrNm":{"type":"string"},"acptmnId":{"type":"string"},"aprvDtm":{"type":"string"},"aprmnId":{"type":"string"},"retnDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"payDtm":{"type":"string"},"paymnId":{"type":"string"},"payCont":{"type":"string"},"payReqMemo":{"type":"string"},"payBankCd":{"type":"string"},"payActnNo":{"type":"string"},"payDepositorNm":{"type":"string"},"siteNm":{"type":"string"}}}}}}
```

## The CsCompensDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCompensDetailResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"mbrNm":{"type":"string"},"mbrNo":{"type":"string"},"loginId":{"type":"string"},"ccnNo":{"type":"string"},"ordNo":{"type":"string"},"otherCount":{"type":"integer","format":"int32"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"promoNm":{"type":"string"},"cpnsMeanCd":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"rspnGbCd":{"type":"string"},"standard":{"type":"string"},"maxPayLim":{"type":"integer","format":"int32"},"cpnsAmtNo":{"type":"string"},"payBankCd":{"type":"string"},"payDepositorNm":{"type":"string"},"payActnNo":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsAprvStatNm":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"cpnsPayStatNm":{"type":"string"},"accpCont":{"type":"string"},"payReqMemo":{"type":"string"},"acptmnId":{"type":"string"},"accpDtm":{"type":"string"},"aprmnId":{"type":"string"},"aprvDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"retnDtm":{"type":"string"},"paymnId":{"type":"string"},"payDtm":{"type":"string"},"retnCausCont":{"type":"string"},"dcRateAmt":{"type":"number"},"cpnsConts":{"type":"string"}}}}}}
```

## The CustomerCompensDetailSaveViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CustomerCompensDetailSaveViewResponse":{"type":"object","description":"고객보상 상세 화면 응답 DTO","properties":{"csCompensDetailResponse":{"$ref":"#/components/schemas/CsCompensDetailResponse","description":"고객보상상세정보 응답 DTO"},"loginId":{"type":"string","description":"로그인한 사용자ID"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"보상금액결제한도(CS025)"},"csCpUserGrade":{"type":"string","description":"로그인한 사용자 권한"},"csCpUserGradeOfAcptmId":{"type":"string","description":"고객보상 접수자 권한"}}},"CsCompensDetailResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"mbrNm":{"type":"string"},"mbrNo":{"type":"string"},"loginId":{"type":"string"},"ccnNo":{"type":"string"},"ordNo":{"type":"string"},"otherCount":{"type":"integer","format":"int32"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"promoNm":{"type":"string"},"cpnsMeanCd":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"rspnGbCd":{"type":"string"},"standard":{"type":"string"},"maxPayLim":{"type":"integer","format":"int32"},"cpnsAmtNo":{"type":"string"},"payBankCd":{"type":"string"},"payDepositorNm":{"type":"string"},"payActnNo":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsAprvStatNm":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"cpnsPayStatNm":{"type":"string"},"accpCont":{"type":"string"},"payReqMemo":{"type":"string"},"acptmnId":{"type":"string"},"accpDtm":{"type":"string"},"aprmnId":{"type":"string"},"aprvDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"retnDtm":{"type":"string"},"paymnId":{"type":"string"},"payDtm":{"type":"string"},"retnCausCont":{"type":"string"},"dcRateAmt":{"type":"number"},"cpnsConts":{"type":"string"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}}}}}
```

## The ResponseCustomerCompensDetailSaveViewResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseCustomerCompensDetailSaveViewResponse":{"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/CustomerCompensDetailSaveViewResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CustomerCompensDetailSaveViewResponse":{"type":"object","description":"고객보상 상세 화면 응답 DTO","properties":{"csCompensDetailResponse":{"$ref":"#/components/schemas/CsCompensDetailResponse","description":"고객보상상세정보 응답 DTO"},"loginId":{"type":"string","description":"로그인한 사용자ID"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"공통코드리스트"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"보상금액결제한도(CS025)"},"csCpUserGrade":{"type":"string","description":"로그인한 사용자 권한"},"csCpUserGradeOfAcptmId":{"type":"string","description":"고객보상 접수자 권한"}}},"CsCompensDetailResponse":{"type":"object","properties":{"custCpnsAplyNo":{"type":"string"},"mbrNm":{"type":"string"},"mbrNo":{"type":"string"},"loginId":{"type":"string"},"ccnNo":{"type":"string"},"ordNo":{"type":"string"},"otherCount":{"type":"integer","format":"int32"},"goodsNo":{"type":"string"},"goodsNm":{"type":"string"},"promoNm":{"type":"string"},"cpnsMeanCd":{"type":"string"},"cpnsTypNm":{"type":"string"},"cpnsTypLrgNm":{"type":"string"},"rspnGbCd":{"type":"string"},"standard":{"type":"string"},"maxPayLim":{"type":"integer","format":"int32"},"cpnsAmtNo":{"type":"string"},"payBankCd":{"type":"string"},"payDepositorNm":{"type":"string"},"payActnNo":{"type":"string"},"cpnsAprvStatCd":{"type":"string"},"cpnsAprvStatNm":{"type":"string"},"cpnsPayStatCd":{"type":"string"},"cpnsPayStatNm":{"type":"string"},"accpCont":{"type":"string"},"payReqMemo":{"type":"string"},"acptmnId":{"type":"string"},"accpDtm":{"type":"string"},"aprmnId":{"type":"string"},"aprvDtm":{"type":"string"},"retnProcmnId":{"type":"string"},"retnDtm":{"type":"string"},"paymnId":{"type":"string"},"payDtm":{"type":"string"},"retnCausCont":{"type":"string"},"dcRateAmt":{"type":"number"},"cpnsConts":{"type":"string"}}},"StStdCd":{"type":"object","description":"그룹코드 조회/등록/수정 Request","properties":{"grpCd":{"type":"string","description":"그룹코드"},"cd":{"type":"string","description":"코드"},"cdNm":{"type":"string","description":"코드명"},"cdDesc":{"type":"string","description":"코드설명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"ref1Val":{"type":"string","description":"참조1값 설명"},"ref2Val":{"type":"string","description":"참조2값 설명"},"ref3Val":{"type":"string","description":"참조3값 설명"},"ref4Val":{"type":"string","description":"참조4값 설명"},"ref5Val":{"type":"string","description":"참조5값 설명"},"ref6Val":{"type":"string","description":"참조6값 설명"},"ref7Val":{"type":"string","description":"참조7값 설명"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CsAssignPopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAssignPopupResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"accpDtm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"custCnslGbCd":{"type":"string"},"accpTypCd":{"type":"string"},"cnslTypNo":{"type":"string"},"cnslTypText":{"type":"string"},"accpMediaCd":{"type":"string"},"accpCont":{"type":"string"},"mbrId":{"type":"string"},"mbrNm":{"type":"string"},"acptmnNm":{"type":"string"},"procmnNm":{"type":"string"},"quotDtm":{"type":"string"},"fnshmnNm":{"type":"string"},"fnshDtm":{"type":"string"}}}}}}
```

## The RealGridListResponseCsAssignPopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsAssignPopupResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsAssignPopupResponse"}}}},"CsAssignPopupResponse":{"type":"object","properties":{"ccnNo":{"type":"string"},"accpDtm":{"type":"string"},"ccnPrgsStatCd":{"type":"string"},"custCnslGbCd":{"type":"string"},"accpTypCd":{"type":"string"},"cnslTypNo":{"type":"string"},"cnslTypText":{"type":"string"},"accpMediaCd":{"type":"string"},"accpCont":{"type":"string"},"mbrId":{"type":"string"},"mbrNm":{"type":"string"},"acptmnNm":{"type":"string"},"procmnNm":{"type":"string"},"quotDtm":{"type":"string"},"fnshmnNm":{"type":"string"},"fnshDtm":{"type":"string"}}}}}}
```

## The CsDeptUserResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsDeptUserResponse":{"type":"object","properties":{"userId":{"type":"string"},"userNm":{"type":"string"},"userGbCd":{"type":"string"}}}}}}
```

## The RealGridListResponseCsDeptUserResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsDeptUserResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsDeptUserResponse"}}}},"CsDeptUserResponse":{"type":"object","properties":{"userId":{"type":"string"},"userNm":{"type":"string"},"userGbCd":{"type":"string"}}}}}}
```

## The ResponseListUserDeptResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListUserDeptResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/UserDeptResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"UserDeptResponse":{"type":"object","description":"사용자조직관리 Response DTO","properties":{"deptCd":{"type":"string","description":"부서코드"},"deptNm":{"type":"string","description":"부서명"},"sortSeq":{"type":"string","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"uprDeptCd":{"type":"string","description":"상위부서코드"},"jobGrpCd":{"type":"string","description":"업무그룹코드","enum":["SYSTEM_MANAGER","MD","MARKETING","LGST_CNTR","CUST_CNTR","COOP_CORP","AFCR"]},"userId":{"type":"string","description":"부서에 매핑된 유저 아이디"},"level":{"type":"string","description":"부서 레벨"},"hierarchy":{"type":"string","description":"계층구조"},"hierarchyText":{"type":"string","description":"ex) 색조화장품>베이스 메이크업"},"leafYn":{"type":"string","description":"최하위여부"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The UserDeptResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"UserDeptResponse":{"type":"object","description":"사용자조직관리 Response DTO","properties":{"deptCd":{"type":"string","description":"부서코드"},"deptNm":{"type":"string","description":"부서명"},"sortSeq":{"type":"string","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"uprDeptCd":{"type":"string","description":"상위부서코드"},"jobGrpCd":{"type":"string","description":"업무그룹코드","enum":["SYSTEM_MANAGER","MD","MARKETING","LGST_CNTR","CUST_CNTR","COOP_CORP","AFCR"]},"userId":{"type":"string","description":"부서에 매핑된 유저 아이디"},"level":{"type":"string","description":"부서 레벨"},"hierarchy":{"type":"string","description":"계층구조"},"hierarchyText":{"type":"string","description":"ex) 색조화장품>베이스 메이크업"},"leafYn":{"type":"string","description":"최하위여부"}}}}}}
```

## The CsAutoDivideAempInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAutoDivideAempInfoResponse":{"type":"object","properties":{"autoDivNo":{"type":"string"},"aempId":{"type":"string"},"autoDivGbCd":{"type":"string"},"autoDivDtlNo":{"type":"string"},"autoDivDtlNm":{"type":"string"},"dayclQuotQty":{"type":"integer","format":"int32"},"autoDivPsbYn":{"type":"string"}}}}}}
```

## The ResponseListCsAutoDivideAempInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListCsAutoDivideAempInfoResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/CsAutoDivideAempInfoResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsAutoDivideAempInfoResponse":{"type":"object","properties":{"autoDivNo":{"type":"string"},"aempId":{"type":"string"},"autoDivGbCd":{"type":"string"},"autoDivDtlNo":{"type":"string"},"autoDivDtlNm":{"type":"string"},"dayclQuotQty":{"type":"integer","format":"int32"},"autoDivPsbYn":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CsDeptAempResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsDeptAempResponse":{"type":"object","properties":{"state":{"type":"string"},"autoDivNo":{"type":"string"},"aempId":{"type":"string"},"aempNm":{"type":"string"},"autoDivGbCd":{"type":"string"},"autoDivGbNm":{"type":"string"},"autoDivDtlNo":{"type":"string"},"dayclQuotQty":{"type":"integer","format":"int32"},"autoDivPsbYn":{"type":"string"}}}}}}
```

## The RealGridListResponseCsDeptAempResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsDeptAempResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsDeptAempResponse"}}}},"CsDeptAempResponse":{"type":"object","properties":{"state":{"type":"string"},"autoDivNo":{"type":"string"},"aempId":{"type":"string"},"aempNm":{"type":"string"},"autoDivGbCd":{"type":"string"},"autoDivGbNm":{"type":"string"},"autoDivDtlNo":{"type":"string"},"dayclQuotQty":{"type":"integer","format":"int32"},"autoDivPsbYn":{"type":"string"}}}}}}
```

## The ResponseInteger object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseInteger":{"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":"integer","format":"int32","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 CsAssignResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAssignResponse":{"type":"object","properties":{"state":{"type":"string","description":"상태"},"autoDivNo":{"type":"string","description":"자동배분번호"},"autoDivGbCd":{"type":"string","description":"자동배분구분코드(CS023: 1:1문의(20), 상품Q&A이관(30), OB(50))"},"autoDivGbNm":{"type":"string"},"autoDivDtlNo":{"type":"string","description":"자동배분상세번호"},"autoDivDtlNm":{"type":"string"},"numOfAssignments":{"type":"string","description":"할당현황 - 할당건수"},"numOfUnassignments":{"type":"string","description":"할당현황 - 미할당건수"},"receipt":{"type":"string","description":"할당 건 처리현황 - 접수"},"inProgress":{"type":"string","description":"할당 건 처리현황 - 처리중"},"complete":{"type":"string","description":"할당 건 처리현황 - 처리중"},"already":{"type":"string","description":"할당 건 처리현황 - 기처리"},"numOfPeopleHandling":{"type":"string","description":"당일 할당현황 - 처리인원"},"numOfAllotableCases":{"type":"string","description":"당일 할당현황 - 할당가능건수"},"acptmnId":{"type":"string","description":"접수자ID"},"aempNm":{"type":"string","description":"접수자명"}}}}}}
```

## The RealGridListResponseCsAssignResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCsAssignResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsAssignResponse"}}}},"CsAssignResponse":{"type":"object","properties":{"state":{"type":"string","description":"상태"},"autoDivNo":{"type":"string","description":"자동배분번호"},"autoDivGbCd":{"type":"string","description":"자동배분구분코드(CS023: 1:1문의(20), 상품Q&A이관(30), OB(50))"},"autoDivGbNm":{"type":"string"},"autoDivDtlNo":{"type":"string","description":"자동배분상세번호"},"autoDivDtlNm":{"type":"string"},"numOfAssignments":{"type":"string","description":"할당현황 - 할당건수"},"numOfUnassignments":{"type":"string","description":"할당현황 - 미할당건수"},"receipt":{"type":"string","description":"할당 건 처리현황 - 접수"},"inProgress":{"type":"string","description":"할당 건 처리현황 - 처리중"},"complete":{"type":"string","description":"할당 건 처리현황 - 처리중"},"already":{"type":"string","description":"할당 건 처리현황 - 기처리"},"numOfPeopleHandling":{"type":"string","description":"당일 할당현황 - 처리인원"},"numOfAllotableCases":{"type":"string","description":"당일 할당현황 - 할당가능건수"},"acptmnId":{"type":"string","description":"접수자ID"},"aempNm":{"type":"string","description":"접수자명"}}}}}}
```

## The CheckCsDeptLeaderResponseV2 object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CheckCsDeptLeaderResponseV2":{"type":"object","properties":{"isLeader":{"type":"boolean"}}}}}}
```

## The ResponseCheckCsDeptLeaderResponseV2 object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseCheckCsDeptLeaderResponseV2":{"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/CheckCsDeptLeaderResponseV2","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CheckCsDeptLeaderResponseV2":{"type":"object","properties":{"isLeader":{"type":"boolean"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The GetLowerCounselingTypeListRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GetLowerCounselingTypeListRequest":{"type":"object","description":"상담유형관리 하위depth 조회 요청 DTO","properties":{"uprCnslTypNo":{"type":"string","description":"상위상담유형번호"}}}}}}
```

## The CounselingTypeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselingTypeResponse":{"type":"object","properties":{"level":{"type":"integer","format":"int32","description":"level"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"cnslTypNm":{"type":"string","description":"상담유형명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"string","description":"정렬순서"},"custCnslGbCd":{"type":"string","description":"상담구분코드(CS001)"},"goodsSelMdtyYn":{"type":"string","description":"상품선택필수여부"},"respBaseMemo":{"type":"string","description":"응대기본메모"},"cnslLrgTypNo":{"type":"string","description":"상담대유형번호"},"cnslLrgTypNm":{"type":"string","description":"상담대유형명"},"cnslMidTypNo":{"type":"string","description":"상담중유형번호"},"cnslMidTypNm":{"type":"string","description":"상담중유형명"},"cnslSmlTypNo":{"type":"string","description":"상담소유형번호"},"cnslSmlTypNm":{"type":"string","description":"상담소유형명"},"uprCnslTypNo":{"type":"string","description":"상위상담유형번호"},"hierarchy":{"type":"string","description":"계층구조"},"hierarchyText":{"type":"string","description":"계층구조명"},"respBaseMemoData":{"type":"string","description":"응대기본메모내용"},"useCnt":{"type":"integer","format":"int32","description":"사용건수"}}}}}}
```

## The RealGridListResponseCounselingTypeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCounselingTypeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CounselingTypeResponse"}}}},"CounselingTypeResponse":{"type":"object","properties":{"level":{"type":"integer","format":"int32","description":"level"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"cnslTypNm":{"type":"string","description":"상담유형명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"string","description":"정렬순서"},"custCnslGbCd":{"type":"string","description":"상담구분코드(CS001)"},"goodsSelMdtyYn":{"type":"string","description":"상품선택필수여부"},"respBaseMemo":{"type":"string","description":"응대기본메모"},"cnslLrgTypNo":{"type":"string","description":"상담대유형번호"},"cnslLrgTypNm":{"type":"string","description":"상담대유형명"},"cnslMidTypNo":{"type":"string","description":"상담중유형번호"},"cnslMidTypNm":{"type":"string","description":"상담중유형명"},"cnslSmlTypNo":{"type":"string","description":"상담소유형번호"},"cnslSmlTypNm":{"type":"string","description":"상담소유형명"},"uprCnslTypNo":{"type":"string","description":"상위상담유형번호"},"hierarchy":{"type":"string","description":"계층구조"},"hierarchyText":{"type":"string","description":"계층구조명"},"respBaseMemoData":{"type":"string","description":"응대기본메모내용"},"useCnt":{"type":"integer","format":"int32","description":"사용건수"}}}}}}
```

## The ResponseListCounselingTypeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListCounselingTypeResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/CounselingTypeResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CounselingTypeResponse":{"type":"object","properties":{"level":{"type":"integer","format":"int32","description":"level"},"cnslTypNo":{"type":"string","description":"상담유형번호"},"cnslTypNm":{"type":"string","description":"상담유형명"},"useYn":{"type":"string","description":"사용여부"},"sortSeq":{"type":"string","description":"정렬순서"},"custCnslGbCd":{"type":"string","description":"상담구분코드(CS001)"},"goodsSelMdtyYn":{"type":"string","description":"상품선택필수여부"},"respBaseMemo":{"type":"string","description":"응대기본메모"},"cnslLrgTypNo":{"type":"string","description":"상담대유형번호"},"cnslLrgTypNm":{"type":"string","description":"상담대유형명"},"cnslMidTypNo":{"type":"string","description":"상담중유형번호"},"cnslMidTypNm":{"type":"string","description":"상담중유형명"},"cnslSmlTypNo":{"type":"string","description":"상담소유형번호"},"cnslSmlTypNm":{"type":"string","description":"상담소유형명"},"uprCnslTypNo":{"type":"string","description":"상위상담유형번호"},"hierarchy":{"type":"string","description":"계층구조"},"hierarchyText":{"type":"string","description":"계층구조명"},"respBaseMemoData":{"type":"string","description":"응대기본메모내용"},"useCnt":{"type":"integer","format":"int32","description":"사용건수"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CounselingTypePopupRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselingTypePopupRequest":{"type":"object","description":"상담유형 조회 요청 DTO","properties":{"cnslTypNm":{"type":"string","description":"상담유형명"},"custCnslGbCd":{"type":"string","description":"상담구분코드(CS001)"},"cnslLrgTypNo":{"type":"string","description":"상담대유형번호"},"cnslMidTypNo":{"type":"string","description":"상담중유형번호"},"cnslSmlTypNo":{"type":"string","description":"상담소유형번호"},"rootCnslTypNo":{"type":"string","description":"최상위상담유형"}}}}}}
```

## The ResponseCsCounselTemplateInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseCsCounselTemplateInfoResponse":{"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/CsCounselTemplateInfoResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CsCounselTemplateInfoResponse":{"type":"object","properties":{"argInsertUpdate":{"type":"string","description":"등록,수정구분 코드"},"typeCode":{"type":"string","description":"탭 구분(공통:common, 개인:alone)"},"cnslAempId":{"type":"string","description":"사용자ID"},"cnslAempNm":{"type":"string","description":"사용자명"},"cnslTmplNo":{"type":"string","description":"상담템플릿번호"},"cnslGbCd":{"type":"string","description":"상담구분코드(CS015)"},"cnslTypCd":{"type":"string","description":"상담유형코드(CS016)"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplCont":{"type":"string","description":"템플릿내용"},"userId":{"type":"string","description":"회원ID"},"callGub":{"type":"string","description":"호출구분"},"useYn":{"type":"string","description":"사용여부"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CounselAIAnalysisHistInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselAIAnalysisHistInfo":{"type":"object","description":"상담 AI 분석 결과 이력 DTO","properties":{"sysRegId":{"type":"string","description":"등록자ID"},"sysModId":{"type":"string","description":"수정자ID"},"aiAnalyNo":{"type":"string","description":"AI분석번호"},"histTypCd":{"type":"string","description":"이력유형코드"},"ccnNo":{"type":"string","description":"문의번호"},"mbrNo":{"type":"string","description":"회원번호"},"inqCnt":{"type":"integer","format":"int32","description":"1:1문의분석수"},"goodsQnaCnt":{"type":"integer","format":"int32","description":"상품Q&A분석수"},"ordCnt":{"type":"integer","format":"int32","description":"주문분석수"},"wrtRevCnt":{"type":"integer","format":"int32","description":"작성상품평분석수"},"custTendencySumr":{"type":"string","description":"고객성향요약"},"custTendencyPosi":{"type":"string","description":"고객성향(긍정)"},"custTendencyNega":{"type":"string","description":"고객성향(부정)"},"custResPlan":{"type":"string","description":"고객응대요령"},"revCnt":{"type":"integer","format":"int32","description":"분석대상상품평수"},"mbrCnt":{"type":"integer","format":"int32","description":"분석대상회원수"},"goodsNo":{"type":"string","description":"상품번호"},"goodsAnalySumr":{"type":"string","description":"상품분석요약"},"goodsAnalyPosi":{"type":"string","description":"상품분석(긍정)"},"goodsAnalyNega":{"type":"string","description":"상품분석(부정)"},"accpContSumr":{"type":"string","description":"접수내용요약"},"accpCont":{"type":"string","description":"접수내용"},"ansCont":{"type":"string","description":"답변내용"},"ansContSumr":{"type":"string","description":"답변내용요약"},"custInqTyp":{"type":"string","description":"문의유형"},"accpTypCd":{"type":"string","description":"접수유형코드"},"accpTyp":{"type":"string","description":"접수유형"},"ansUseYn":{"type":"string","description":"답변사용여부"},"analyItems":{"type":"string","description":"분석항목"},"startAnalyDt":{"type":"string","description":"시작분석일"},"endAnalyDt":{"type":"string","description":"종료분석일"},"analyPeriod":{"type":"string","description":"분석기간"},"analyDtm":{"type":"string","description":"분석일시"},"goodsAnalyIncYn":{"type":"string","description":"상품분석포함여부"}}}}}}
```

## The RealGridListResponseCounselAIAnalysisHistInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCounselAIAnalysisHistInfo":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CounselAIAnalysisHistInfo"}}}},"CounselAIAnalysisHistInfo":{"type":"object","description":"상담 AI 분석 결과 이력 DTO","properties":{"sysRegId":{"type":"string","description":"등록자ID"},"sysModId":{"type":"string","description":"수정자ID"},"aiAnalyNo":{"type":"string","description":"AI분석번호"},"histTypCd":{"type":"string","description":"이력유형코드"},"ccnNo":{"type":"string","description":"문의번호"},"mbrNo":{"type":"string","description":"회원번호"},"inqCnt":{"type":"integer","format":"int32","description":"1:1문의분석수"},"goodsQnaCnt":{"type":"integer","format":"int32","description":"상품Q&A분석수"},"ordCnt":{"type":"integer","format":"int32","description":"주문분석수"},"wrtRevCnt":{"type":"integer","format":"int32","description":"작성상품평분석수"},"custTendencySumr":{"type":"string","description":"고객성향요약"},"custTendencyPosi":{"type":"string","description":"고객성향(긍정)"},"custTendencyNega":{"type":"string","description":"고객성향(부정)"},"custResPlan":{"type":"string","description":"고객응대요령"},"revCnt":{"type":"integer","format":"int32","description":"분석대상상품평수"},"mbrCnt":{"type":"integer","format":"int32","description":"분석대상회원수"},"goodsNo":{"type":"string","description":"상품번호"},"goodsAnalySumr":{"type":"string","description":"상품분석요약"},"goodsAnalyPosi":{"type":"string","description":"상품분석(긍정)"},"goodsAnalyNega":{"type":"string","description":"상품분석(부정)"},"accpContSumr":{"type":"string","description":"접수내용요약"},"accpCont":{"type":"string","description":"접수내용"},"ansCont":{"type":"string","description":"답변내용"},"ansContSumr":{"type":"string","description":"답변내용요약"},"custInqTyp":{"type":"string","description":"문의유형"},"accpTypCd":{"type":"string","description":"접수유형코드"},"accpTyp":{"type":"string","description":"접수유형"},"ansUseYn":{"type":"string","description":"답변사용여부"},"analyItems":{"type":"string","description":"분석항목"},"startAnalyDt":{"type":"string","description":"시작분석일"},"endAnalyDt":{"type":"string","description":"종료분석일"},"analyPeriod":{"type":"string","description":"분석기간"},"analyDtm":{"type":"string","description":"분석일시"},"goodsAnalyIncYn":{"type":"string","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/cs-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.
