> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/cs-bo-api/models.md).

# 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":"Compensation Type No."},"cpnsTypNm":{"type":"string","description":"Compensation Type Name"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"cpnsSubCd":{"type":"string","description":"Compensation Subject Code (CS017)","enum":["COMPANY","PARTNER","DELIVERY"]},"cpnsStdCd":{"type":"string","description":"Compensation Standard Code (CS018)","enum":["PRICE","PAYMENT_PRICE","ETC"]},"cpnsStdRate":{"type":"string","description":"Compensation Standard Rate"},"maxPayLim":{"type":"integer","format":"int32","description":"Maximum Payment Limit"},"cpnsStdDesc":{"type":"string","description":"Compensation Standard Description"},"uprCpnsTypCd":{"type":"string","description":"Parent Compensation Type"}}}}}}
```

## 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":"Compensation Type No."},"cpnsTypNm":{"type":"string","description":"Compensation Type Name"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"cpnsSubCd":{"type":"string","description":"Compensation Subject Code (CS017)","enum":["COMPANY","PARTNER","DELIVERY"]},"cpnsStdCd":{"type":"string","description":"Compensation Standard Code (CS018)","enum":["PRICE","PAYMENT_PRICE","ETC"]},"cpnsStdRate":{"type":"string","description":"Compensation Standard Rate"},"maxPayLim":{"type":"integer","format":"int32","description":"Maximum Payment Limit"},"cpnsStdDesc":{"type":"string","description":"Compensation Standard Description"},"uprCpnsTypCd":{"type":"string","description":"Parent Compensation Type"}}}}}}
```

## 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":"Compensation Approval Authorization Information Modification (Register, Modify, Delete) Request DTO","properties":{"cpnsAprmnGbCd":{"type":"string","description":"Compensation Approver Type Code (CS024)","enum":["REWARD_APPROVAL_AUTHORITY","REWARD_PAY_APPROVAL_AUTHORITY"]},"userId":{"type":"string","description":"User ID"},"userNm":{"type":"string","description":"User Name"}}}}}}
```

## 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":"Compensation Approval Authorization Information Modification (Register, Modify, Delete) Request DTO","properties":{"cpnsAprmnGbCd":{"type":"string","description":"Compensation Approver Type Code (CS024)","enum":["REWARD_APPROVAL_AUTHORITY","REWARD_PAY_APPROVAL_AUTHORITY"]},"userId":{"type":"string","description":"User ID"},"userNm":{"type":"string","description":"User Name"}}}}}}
```

## The ChangeCompensationAmountLimitRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ChangeCompensationAmountLimitRequest":{"type":"object","description":"Compensation Amount Limit Modification Request DTO by Authorization","properties":{"grpCd":{"type":"string","description":"Group Code"},"authCd":{"type":"string","description":"Code"},"limitAmount":{"type":"string","description":"Amount Limit"},"newLimitAmount":{"type":"string","description":"New Amount Limit"}}}}}}
```

## 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":"Compensation Amount Limit Modification Request DTO by Authorization","properties":{"grpCd":{"type":"string","description":"Group Code"},"authCd":{"type":"string","description":"Code"},"limitAmount":{"type":"string","description":"Amount Limit"},"newLimitAmount":{"type":"string","description":"New Amount Limit"}}}}}}
```

## 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":"Consultation No."},"cnslProcSeq":{"type":"string","description":"Consultation Processing Sequence No."},"telPrmsSeq":{"type":"string","description":"Phone Appointment Sequence No."},"savegub":{"type":"string","description":"Save Type (0: Change, 1: Processing Complete)"},"prmsDtm":{"type":"string","description":"Appointment Date/Time"},"notiTmCd":{"type":"string","description":"Notification Time Code (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":"Appointment Method Code (CS008)","enum":["CALL"]},"prmsStatCd":{"type":"string","description":"Appointment Status Code (CS009)","enum":["APPOINTMENT","COMPLETE"]},"cnslMemo":{"type":"string","description":"Consultation Memo"},"aempConfDtm":{"type":"string","description":"Agent Confirmation Date/Time"},"telTryCnt":{"type":"string","description":"Call Attempt Count"},"cnslindInfoMemo":{"type":"string","description":"Consultation Personal Information Memo"},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"}}}}}}
```

## The CsObTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsObTypCd":{"type":"object","description":"OB Type Save Register/Modify Request DTO","properties":{"obTypNo":{"type":"string","description":"OB Type Number"},"obTypNm":{"type":"string","description":"OB Type Name"},"obTypDesc":{"type":"string","description":"OB Type Description"},"useYn":{"type":"string","description":"Usage Status"},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"}}}}}}
```

## 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 Type Save Register/Modify Request DTO","properties":{"obTypNo":{"type":"string","description":"OB Type Number"},"obTypNm":{"type":"string","description":"OB Type Name"},"obTypDesc":{"type":"string","description":"OB Type Description"},"useYn":{"type":"string","description":"Usage Status"},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"}}}}}}
```

## The SaveCustomerCounselProcessInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveCustomerCounselProcessInfoRequest":{"type":"object","description":"Processing History Register/Modify Request DTO","properties":{"afterCall":{"type":"string","description":"Call Appointment Status"},"ccnNo":{"type":"string","description":"Consultation No."},"ccnPrgsStatCd":{"type":"string","description":"Customer Consultation Progress Status Code (CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"cellNoYn":{"type":"string","description":"Mobile Phone Number Status"},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"},"cnslProcCont":{"type":"string","description":"Consultation Processing Content"},"prmsDtm":{"type":"string","description":"prmsDtm"},"notiTmCd":{"type":"string","description":"Notification Time Code (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":"Appointment Method Code (CS008)","enum":["CALL"]},"cnslMemo":{"type":"string","description":"Consultation Memo"}}}}}}
```

## The SaveCustomerCounselInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveCustomerCounselInfoRequest":{"type":"object","description":"Consultation Information Registration Request DTO","properties":{"afterCall":{"type":"string","description":"Call Appointment Status"},"custCnslGbCd":{"type":"string","description":"Consultation Type Code (CS001)","enum":["IB","OB"]},"accpMediaCd":{"type":"string","description":"Receipt Channel Code (CS002)","enum":["CALL","WEB"]},"accpTypCd":{"type":"string","description":"Reception Type Code (CS003)","enum":["CALL","ONE_TO_ONE","QNA","CHAT","OB"]},"cnslSubCd":{"type":"string","description":"Consultation Subject Code (CS004)","enum":["HEAD_QUARTER","CALL_CENTER","ENTR"]},"ccnPrgsStatCd":{"type":"string","description":"Customer Consultation Progress Status Code (CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"mbrNo":{"type":"string","description":"Member No."},"inqmnNm":{"type":"string","description":"Inquirer Name"},"cnslLrgTypNo":{"type":"string","description":"Consultation Major Type No."},"cnslMidTypNo":{"type":"string","description":"Consultation Middle Type No."},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"cellNoYn":{"type":"string","description":"Mobile Phone Number Status"},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"},"accpTitle":{"type":"string","description":"Reception Title"},"accpCont":{"type":"string","description":"Receipt Details"},"cnslProcCont":{"type":"string","description":"Consultation Processing Content"},"cnslindInfoMemo":{"type":"string","description":"Personal Information Memo"},"ordNo":{"type":"string","description":"Order No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"entrNo":{"type":"string","description":"Vendor No."},"prmsDtm":{"type":"string","description":"prmsDtm"},"notiTmCd":{"type":"string","description":"Notification Time Code (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":"Appointment Method Code (CS008)","enum":["CALL"]},"cnslMemo":{"type":"string","description":"Consultation Memo"},"obTypNo":{"type":"string","description":"OB Type Number"},"obProcTypCd":{"type":"string","description":"OB Processing Type Code (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":"Customer Compensation Receipt Information Request 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":"Please approve."},"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":"Requesting approval."},"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":"Hong Gil-dong"},"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 Inquiry Response Registration Request DTO","properties":{"ccnNo":{"type":"string","description":"Consultation No."},"ccnPrgsStatCd":{"type":"string","description":"Customer Consultation Progress Status Code (CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"},"ansCont":{"type":"string","description":"Answer Details"},"preProcYn":{"type":"string","description":"Already Processed Status"}}}}}}
```

## The CsCustInqTypCd object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCustInqTypCd":{"type":"object","description":"1:1 Inquiry Type Register/Modify Request DTO","properties":{"custInqTypCd":{"type":"string","description":"Customer Inquiry Type Code"},"custInqTypNm":{"type":"string","description":"Customer Inquiry Type Name"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"useYn":{"type":"string","description":"Usage Status"},"ordGoodsMdtyYn":{"type":"string","description":"Order Product Required Status"},"ansSubCd":{"type":"string","description":"Response Subject Code (CS012)","enum":["CUSTOMER_CENTER","PARTNER"]},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"uprCustInqTypCd":{"type":"string","description":"Customer Inquiry Parent Type Code"}}}}}}
```

## 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 Inquiry Type Register/Modify Request DTO","properties":{"custInqTypCd":{"type":"string","description":"Customer Inquiry Type Code"},"custInqTypNm":{"type":"string","description":"Customer Inquiry Type Name"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"useYn":{"type":"string","description":"Usage Status"},"ordGoodsMdtyYn":{"type":"string","description":"Order Product Required Status"},"ansSubCd":{"type":"string","description":"Response Subject Code (CS012)","enum":["CUSTOMER_CENTER","PARTNER"]},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"uprCustInqTypCd":{"type":"string","description":"Customer Inquiry Parent Type Code"}}}}}}
```

## The UpdateCustomerCompensDetailRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"UpdateCustomerCompensDetailRequest":{"type":"object","description":"Customer Compensation Detail Information Modification Request DTO","properties":{"cpnsMeanCd":{"type":"string","description":"20"},"mbrNo":{"type":"string","description":"100000513"},"custCpnsAplyNo":{"type":"string","description":"Customer Compensation Request No."},"cpnsAmtNo":{"type":"string","description":"Compensation Amount No."},"promoNm":{"type":"string","description":"Coupon Name"},"accpCont":{"type":"string","description":"Receipt Details"},"payReqMemo":{"type":"string","description":"Payment Request Memo"},"payBankCd":{"type":"string","description":"Payment Bank Code"},"payActnNo":{"type":"string","description":"Payment Account No."},"payDepositorNm":{"type":"string","description":"Payment Account Holder Name"}}}}}}
```

## 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":"Receipt Cancellation/Rejection Classification Type"},"custCpnsAplyNo":{"type":"array","description":"Customer Compensation Request No.","items":{"type":"string"}},"memo":{"type":"string","description":"Rejection Reason"}}}}}}
```

## The GetCustomerCompensInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GetCustomerCompensInfoRequest":{"type":"object","description":"Detail Information Inquiry Request DTO for Customer Compensation Payment Approval","properties":{"custCpnsAplyNoList":{"type":"array","description":"Customer Compensation Application No. List","items":{"type":"string"}},"type":{"type":"string","description":"Customer Compensation Classification Type"}}}}}}
```

## 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":"Customer Compensation Approval Processing Request DTO","properties":{"request":{"type":"array","description":"Customer Compensation Receipt Information","items":{"$ref":"#/components/schemas/CsCustomerCompensAcceptInfoRequest"}}}},"CsCustomerCompensAcceptInfoRequest":{"type":"object","description":"Customer Compensation Receipt Information Request 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":"Please approve."},"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":"Requesting approval."},"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":"Hong Gil-dong"},"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":"Customer Service Notice Inquiry Request DTO","properties":{"bbGbCd":{"type":"string","description":"Post Target Type"},"ntcGbCd":{"type":"string","description":"Notice Type"},"title":{"type":"string","description":"Title"},"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":"Member No."},"ordNo":{"type":"string","description":"Order No."},"accpTitle":{"type":"string","description":"Inquiry Title"},"accpCont":{"type":"string","description":"Receipt Details"},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"obTypNo":{"type":"string","description":"OB Type Number"}}}}}}
```

## 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":"Member No."},"ordNo":{"type":"string","description":"Order No."},"accpTitle":{"type":"string","description":"Inquiry Title"},"accpCont":{"type":"string","description":"Receipt Details"},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"obTypNo":{"type":"string","description":"OB Type Number"}}}}}}
```

## 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"},"accpTitle":{"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"},"accpTitle":{"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":"Consultation No."},"ccnPrgsStatCd":{"type":"string","description":"Customer Consultation Progress Status Code (CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"procmnId":{"type":"string","description":"Processor 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":"Consultation No."},"ccnPrgsStatCd":{"type":"string","description":"Customer Consultation Progress Status Code (CS005)","enum":["RECEIPT","IN_PROGRESS","TRANSFER_REQUEST","COMPLETE"]},"procmnId":{"type":"string","description":"Processor ID"}}}}}}
```

## The CsAutoDivideAempInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAutoDivideAempInfo":{"type":"object","description":"Auto-Distribution Setting Register/Modify/Delete Request DTO","properties":{"autoDivNo":{"type":"string","description":"Auto-Distribution No."},"aempId":{"type":"string","description":"Person in Charge ID"},"autoDivGbCd":{"type":"string","description":"Auto-Distribution Classification Code (CS023)","enum":["ONE_TO_ONE","GOODS_QNA","OB"]},"autoDivDtlNo":{"type":"string","description":"Auto-Distribution Detail No."},"dayclQuotQty":{"type":"integer","format":"int32","description":"Daily Assignment Quota"},"autoDivPsbYn":{"type":"string","description":"Auto-Distribution Available Status"}}}}}}
```

## 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":"Auto-Distribution Setting Register/Modify/Delete Request DTO","properties":{"autoDivNo":{"type":"string","description":"Auto-Distribution No."},"aempId":{"type":"string","description":"Person in Charge ID"},"autoDivGbCd":{"type":"string","description":"Auto-Distribution Classification Code (CS023)","enum":["ONE_TO_ONE","GOODS_QNA","OB"]},"autoDivDtlNo":{"type":"string","description":"Auto-Distribution Detail No."},"dayclQuotQty":{"type":"integer","format":"int32","description":"Daily Assignment Quota"},"autoDivPsbYn":{"type":"string","description":"Auto-Distribution Available Status"}}}}}}
```

## 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":"Member No."},"ordNo":{"type":"string","description":"Order No."},"accpTitle":{"type":"string","description":"Inquiry Title"},"accpCont":{"type":"string","description":"Receipt Details"},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"obTypNo":{"type":"string","description":"OB Type Number"}}}}}}
```

## The CsAutoMangersRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsAutoMangersRequest":{"type":"object","description":"Auto-Distribution Agent Assignment Progress Status Change Request DTO","properties":{"state":{"type":"string","description":"Assignment Progress Status"},"autoDivNoList":{"type":"array","description":"Auto-Distribution No. List","items":{"type":"string"}}}}}}}
```

## The ConsultTypeCuRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ConsultTypeCuRequest":{"type":"object","description":"Consultation Type Register/Modify Request DTO","properties":{"cnslTypNo":{"type":"string","description":"Consultation Type"},"cnslTypNm":{"type":"string","description":"Consultation Type Name"},"useYn":{"type":"string","description":"Usage Status"},"level":{"type":"integer","format":"int32","description":"Level"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"custCnslGbCd":{"type":"string","description":"Consultation Classification Code"},"goodsSelMdtyYn":{"type":"string","description":"Product Selection Required Status"},"respBaseMemo":{"type":"string","description":"Default Response Memo"},"cnslLrgTypNo":{"type":"string","description":"Consultation Major Type No."},"cnslMidTypNo":{"type":"string","description":"Consultation Middle Type No."},"cnslSmlTypNo":{"type":"string","description":"Consultation Source Type No."},"uprCnslTypNo":{"type":"string","description":"Parent Consultation Type No."},"respBaseMemoData":{"type":"string","description":"Default Response Memo Content"}}}}}}
```

## 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":"Consultation Type Register/Modify Request DTO","properties":{"cnslTypNo":{"type":"string","description":"Consultation Type"},"cnslTypNm":{"type":"string","description":"Consultation Type Name"},"useYn":{"type":"string","description":"Usage Status"},"level":{"type":"integer","format":"int32","description":"Level"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"custCnslGbCd":{"type":"string","description":"Consultation Classification Code"},"goodsSelMdtyYn":{"type":"string","description":"Product Selection Required Status"},"respBaseMemo":{"type":"string","description":"Default Response Memo"},"cnslLrgTypNo":{"type":"string","description":"Consultation Major Type No."},"cnslMidTypNo":{"type":"string","description":"Consultation Middle Type No."},"cnslSmlTypNo":{"type":"string","description":"Consultation Source Type No."},"uprCnslTypNo":{"type":"string","description":"Parent Consultation Type No."},"respBaseMemoData":{"type":"string","description":"Default Response Memo Content"}}}}}}
```

## The CsCnslTmplInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CsCnslTmplInfo":{"type":"object","description":"Consultation Template Register/Modify Request DTO","properties":{"typeCode":{"type":"string","description":"Tab Type (Common: common, Individual: alone)"},"cnslAempId":{"type":"string","description":"User ID"},"cnslTmplNo":{"type":"string","description":"Consultation Template No."},"cnslGbCd":{"type":"string","description":"Consultation Classification Code"},"cnslTypCd":{"type":"string","description":"Consultation Type Code"},"tmplNm":{"type":"string","description":"Template Name"},"tmplCont":{"type":"string","description":"Template Content"},"useYn":{"type":"string","description":"Usage Status"}}}}}}
```

## 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":"Consultation Template Register/Modify Request DTO","properties":{"typeCode":{"type":"string","description":"Tab Type (Common: common, Individual: alone)"},"cnslAempId":{"type":"string","description":"User ID"},"cnslTmplNo":{"type":"string","description":"Consultation Template No."},"cnslGbCd":{"type":"string","description":"Consultation Classification Code"},"cnslTypCd":{"type":"string","description":"Consultation Type Code"},"tmplNm":{"type":"string","description":"Template Name"},"tmplCont":{"type":"string","description":"Template Content"},"useYn":{"type":"string","description":"Usage Status"}}}}}}
```

## The CounselAIAnalysisRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselAIAnalysisRequest":{"type":"object","description":"Customer Consultation AI Analysis Request DTO","properties":{"ccnNo":{"type":"string","description":"Consultation No."},"counselGoodsInfo":{"$ref":"#/components/schemas/CounselGoodsInfo","description":"Consultation Product"},"startAnalyDt":{"type":"string","description":"Analysis Start Date"},"endAnalyDt":{"type":"string","description":"Analysis End Date"},"goodsAnalyIncYn":{"type":"string","description":"Product Analysis Inclusion Status"}}},"CounselGoodsInfo":{"type":"object","description":"Consultation Target Product Information DTO","properties":{"custCnslSeq":{"type":"string","description":"Customer Consultation Sequence No."},"ordNo":{"type":"string","description":"Order No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"entrNm":{"type":"string","description":"Vendor Name"}}}}}}
```

## The CounselGoodsInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselGoodsInfo":{"type":"object","description":"Consultation Target Product Information DTO","properties":{"custCnslSeq":{"type":"string","description":"Customer Consultation Sequence No."},"ordNo":{"type":"string","description":"Order No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"entrNm":{"type":"string","description":"Vendor Name"}}}}}}
```

## The CounselAIAnalysisResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselAIAnalysisResponse":{"type":"object","description":"Customer Consultation AI Analysis Response DTO","properties":{"counselInfo":{"$ref":"#/components/schemas/CounselInfo","description":"Consultation Information"},"analysisResult":{"$ref":"#/components/schemas/CounselAIAnalysisResult","description":"Consultation AI Analysis Result"}}},"CounselInfo":{"type":"object","description":"Consultation Information DTO","properties":{"ccnNo":{"type":"string","description":"Consultation No."},"mbrNo":{"type":"string","description":"Member No."},"mbrNm":{"type":"string","description":"Member Name"},"brth":{"type":"string","description":"Date of Birth"},"sexGbCdNm":{"type":"string","description":"Gender Type Code Name (ME017)"},"accpTypCd":{"type":"string","description":"Reception Type Code"},"custInqTyp":{"type":"string","description":"Customer Inquiry Type"},"accpCont":{"type":"string","description":"Receipt Details"},"counselGoodsList":{"type":"array","description":"Consultation Product List","items":{"$ref":"#/components/schemas/CounselGoodsInfo"}},"startAnalyDt":{"type":"string","description":"Analysis Start Date"},"endAnalyDt":{"type":"string","description":"Analysis End Date"}}},"CounselGoodsInfo":{"type":"object","description":"Consultation Target Product Information DTO","properties":{"custCnslSeq":{"type":"string","description":"Customer Consultation Sequence No."},"ordNo":{"type":"string","description":"Order No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"entrNm":{"type":"string","description":"Vendor Name"}}},"CounselAIAnalysisResult":{"type":"object","description":"Consultation AI Analysis Result DTO","properties":{"reviewPoint":{"type":"number","format":"float","description":"Analyzed Review Score"},"reviewCount":{"type":"integer","format":"int32","description":"Analyzed Review Count"},"inquiryCount":{"type":"integer","format":"int32","description":"Analyzed 1:1 Inquiry Count"},"goodsQnaCount":{"type":"integer","format":"int32","description":"Analyzed Product Q&A Count"},"orderCount":{"type":"integer","format":"int32","description":"Analyzed Order Count"},"aiAnalyNo":{"type":"string","description":"Analysis No."},"analyDtm":{"type":"string","description":"Analysis Date/Time"},"analyOrderResult":{"type":"string","description":"Customer Purchase Tendency Analysis Content"},"analyResultPositive":{"type":"string","description":"Customer Positive Tendency Generation"},"analyResultNegative":{"type":"string","description":"Customer Negative Tendency Generation"},"analyResultResponse":{"type":"string","description":"Customer Response Guidelines"},"analyGoodsResultPositive":{"type":"string","description":"Customer Review Positive Analysis Content"},"analyGoodsResultNegative":{"type":"string","description":"Customer Review Negative Analysis Content"},"analyResultAnswer":{"type":"string","description":"Suggested Response"},"analyOrderResultSumr":{"type":"string","description":"Customer Purchase Tendency Analysis Summary"},"analyGoodsReviewSumr":{"type":"string","description":"Customer Review Analysis Summary"},"consultingContSumr":{"type":"string","description":"Inquiry Content Summary"},"analyResultAnswerSumr":{"type":"string","description":"Suggested Response"},"startAnalyDt":{"type":"string","description":"Analysis Start Date"},"endAnalyDt":{"type":"string","description":"Analysis End Date"},"goodsAnalyIncYn":{"type":"string","description":"Product Analysis Inclusion Status"},"writeReviewCount":{"type":"integer","format":"int32","description":"Number of Reviews Written"},"memberCount":{"type":"integer","format":"int32","description":"Number of Reviews Written"},"defaultResult":{"description":"Consultation AI Analysis Result DTO","writeOnly":true}}}}}}
```

## The CounselAIAnalysisResult object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselAIAnalysisResult":{"type":"object","description":"Consultation AI Analysis Result DTO","properties":{"reviewPoint":{"type":"number","format":"float","description":"Analyzed Review Score"},"reviewCount":{"type":"integer","format":"int32","description":"Analyzed Review Count"},"inquiryCount":{"type":"integer","format":"int32","description":"Analyzed 1:1 Inquiry Count"},"goodsQnaCount":{"type":"integer","format":"int32","description":"Analyzed Product Q&A Count"},"orderCount":{"type":"integer","format":"int32","description":"Analyzed Order Count"},"aiAnalyNo":{"type":"string","description":"Analysis No."},"analyDtm":{"type":"string","description":"Analysis Date/Time"},"analyOrderResult":{"type":"string","description":"Customer Purchase Tendency Analysis Content"},"analyResultPositive":{"type":"string","description":"Customer Positive Tendency Generation"},"analyResultNegative":{"type":"string","description":"Customer Negative Tendency Generation"},"analyResultResponse":{"type":"string","description":"Customer Response Guidelines"},"analyGoodsResultPositive":{"type":"string","description":"Customer Review Positive Analysis Content"},"analyGoodsResultNegative":{"type":"string","description":"Customer Review Negative Analysis Content"},"analyResultAnswer":{"type":"string","description":"Suggested Response"},"analyOrderResultSumr":{"type":"string","description":"Customer Purchase Tendency Analysis Summary"},"analyGoodsReviewSumr":{"type":"string","description":"Customer Review Analysis Summary"},"consultingContSumr":{"type":"string","description":"Inquiry Content Summary"},"analyResultAnswerSumr":{"type":"string","description":"Suggested Response"},"startAnalyDt":{"type":"string","description":"Analysis Start Date"},"endAnalyDt":{"type":"string","description":"Analysis End Date"},"goodsAnalyIncYn":{"type":"string","description":"Product Analysis Inclusion Status"},"writeReviewCount":{"type":"integer","format":"int32","description":"Number of Reviews Written"},"memberCount":{"type":"integer","format":"int32","description":"Number of Reviews Written"},"defaultResult":{"description":"Consultation AI Analysis Result DTO","writeOnly":true}}}}}}
```

## The CounselInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CounselInfo":{"type":"object","description":"Consultation Information DTO","properties":{"ccnNo":{"type":"string","description":"Consultation No."},"mbrNo":{"type":"string","description":"Member No."},"mbrNm":{"type":"string","description":"Member Name"},"brth":{"type":"string","description":"Date of Birth"},"sexGbCdNm":{"type":"string","description":"Gender Type Code Name (ME017)"},"accpTypCd":{"type":"string","description":"Reception Type Code"},"custInqTyp":{"type":"string","description":"Customer Inquiry Type"},"accpCont":{"type":"string","description":"Receipt Details"},"counselGoodsList":{"type":"array","description":"Consultation Product List","items":{"$ref":"#/components/schemas/CounselGoodsInfo"}},"startAnalyDt":{"type":"string","description":"Analysis Start Date"},"endAnalyDt":{"type":"string","description":"Analysis End Date"}}},"CounselGoodsInfo":{"type":"object","description":"Consultation Target Product Information DTO","properties":{"custCnslSeq":{"type":"string","description":"Customer Consultation Sequence No."},"ordNo":{"type":"string","description":"Order No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNo":{"type":"string","description":"Item No."},"itmNm":{"type":"string","description":"Item Name"},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"entrNm":{"type":"string","description":"Vendor Name"}}}}}}
```

## The QnaInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"QnaInfo":{"type":"object","description":"Product Q&A Consultation Transfer to Customer Center Request DTO","properties":{"mbrNo":{"type":"string","description":"Member No."},"goodsNo":{"type":"string","description":"Product No."},"questNo":{"type":"string","description":"Question No."},"inqmnNm":{"type":"string","description":"Inquirer Name"},"cellNoYn":{"type":"string","description":"Mobile Phone Number Status"},"cellSctNo":{"type":"string","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","description":"Email Address"},"accpCont":{"type":"string","description":"Receipt Details"},"accpTitle":{"type":"string","description":"Reception Title"},"accpDtm":{"type":"string","description":"Receipt Date/Time"},"smsAnsNtcYn":{"type":"string","description":"SMS Response Notification Status"},"emailAnsNtcYn":{"type":"string","description":"Email Response Notification Status"},"acptmnId":{"type":"string","description":"Receiver ID"},"mvotYn":{"type":"string","description":"Transfer Status"},"mvotCaus":{"type":"string","description":"Transfer Reason"},"csAutoQuotTgtYn":{"type":"string","description":"Auto-Assignment Target Status"},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"}}}}}}
```

## 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":"Compensation Approval Authorization Information Modification (Register, Modify, Delete) Request DTO","properties":{"cpnsAprmnGbCd":{"type":"string","description":"Compensation Approver Type Code (CS024)","enum":["REWARD_APPROVAL_AUTHORITY","REWARD_PAY_APPROVAL_AUTHORITY"]},"userId":{"type":"string","description":"User ID"},"userNm":{"type":"string","description":"User Name"}}}}}}
```

## The CompensationAmountLimitResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CompensationAmountLimitResponse":{"type":"object","description":"Compensation Amount Limit Response DTO","properties":{"grpCd":{"type":"string","description":"Group Code"},"authCd":{"type":"string","description":"Code"},"authCdDesc":{"type":"string","description":"Code Description"},"limitAmount":{"type":"string","description":"Amount Limit"}}}}}}
```

## 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":"Compensation Amount Limit Response DTO","properties":{"grpCd":{"type":"string","description":"Group Code"},"authCd":{"type":"string","description":"Code"},"authCdDesc":{"type":"string","description":"Code Description"},"limitAmount":{"type":"string","description":"Amount Limit"}}}}}}
```

## 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":"Receiver Name"},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"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":"Consultation Type No."},"respBaseMemo":{"type":"string","description":"Response Memo Status"},"instMbrYn":{"type":"string","description":"Interested Member Status","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"Response Subject Code Name"},"siteDom":{"type":"string","description":"Site Domain"}}},"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":"Receiver Name"},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"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":"Consultation Type No."},"respBaseMemo":{"type":"string","description":"Response Memo Status"},"instMbrYn":{"type":"string","description":"Interested Member Status","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"Response Subject Code Name"},"siteDom":{"type":"string","description":"Site Domain"}}},"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":"Receiver Name"},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"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":"Consultation Type No."},"respBaseMemo":{"type":"string","description":"Response Memo Status"},"instMbrYn":{"type":"string","description":"Interested Member Status","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"Response Subject Code Name"},"siteDom":{"type":"string","description":"Site Domain"}}},"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":"Receiver Name"},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"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":"Consultation Type No."},"respBaseMemo":{"type":"string","description":"Response Memo Status"},"instMbrYn":{"type":"string","description":"Interested Member Status","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"Response Subject Code Name"},"siteDom":{"type":"string","description":"Site Domain"}}},"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":"Integrated Consultation Management Response DTO","properties":{"linkCcnNo":{"type":"string","description":"Consultation No. Entered via Link"},"linkAccpDtm":{"type":"string","description":"Receipt Date/Time Entered via Link"},"linkPageGub":{"type":"string","description":"Page Type Value Entered via Link"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"}}},"StStdCd":{"type":"object","description":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}}}}}
```

## 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":"Integrated Consultation Management Response DTO","properties":{"linkCcnNo":{"type":"string","description":"Consultation No. Entered via Link"},"linkAccpDtm":{"type":"string","description":"Receipt Date/Time Entered via Link"},"linkPageGub":{"type":"string","description":"Page Type Value Entered via Link"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"}}},"StStdCd":{"type":"object","description":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}},"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":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}}}}}
```

## 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":"Consultation No."},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"ccnPrgsStatCd":{"type":"string","description":"Processing Status"},"custCnslGbCd":{"type":"string","description":"Consultation Type"},"accpTypCd":{"type":"string","description":"Reception Type"},"cnslTypNo":{"type":"string","description":"Consultation Type"},"cnslTypText":{"type":"string","description":"Consultation Type Name"},"accpTitle":{"type":"string","description":"1:1 Inquiry Consultation Title"},"accpMediaCd":{"type":"string","description":"Receipt Channel"},"mbrNo":{"type":"string","description":"Member No."},"mbrId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"acptmnNm":{"type":"string","description":"Receiver"},"procmnNm":{"type":"string","description":"Processor"},"quotDtm":{"type":"string","format":"date-time","description":"Assignment Date/Time"},"fnshmnNm":{"type":"string","description":"Completer"},"fnshDtm":{"type":"string","format":"date-time","description":"Completion Date/Time"},"ordNo":{"type":"string","description":"Order No."},"nafrGbCd":{"type":"string","description":"Domestic/Foreign National"},"mbrGradeCd":{"type":"string","description":"Member Grade Code"},"acptmnId":{"type":"string","description":"Receiver ID"},"procmnId":{"type":"string","description":"Handler ID"},"fnshmnId":{"type":"string","description":"Completer ID"},"siteNm":{"type":"string","description":"Site Name"}}}}}}
```

## 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":"Consultation No."},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"ccnPrgsStatCd":{"type":"string","description":"Processing Status"},"custCnslGbCd":{"type":"string","description":"Consultation Type"},"accpTypCd":{"type":"string","description":"Reception Type"},"cnslTypNo":{"type":"string","description":"Consultation Type"},"cnslTypText":{"type":"string","description":"Consultation Type Name"},"accpTitle":{"type":"string","description":"1:1 Inquiry Consultation Title"},"accpMediaCd":{"type":"string","description":"Receipt Channel"},"mbrNo":{"type":"string","description":"Member No."},"mbrId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"acptmnNm":{"type":"string","description":"Receiver"},"procmnNm":{"type":"string","description":"Processor"},"quotDtm":{"type":"string","format":"date-time","description":"Assignment Date/Time"},"fnshmnNm":{"type":"string","description":"Completer"},"fnshDtm":{"type":"string","format":"date-time","description":"Completion Date/Time"},"ordNo":{"type":"string","description":"Order No."},"nafrGbCd":{"type":"string","description":"Domestic/Foreign National"},"mbrGradeCd":{"type":"string","description":"Member Grade Code"},"acptmnId":{"type":"string","description":"Receiver ID"},"procmnId":{"type":"string","description":"Handler ID"},"fnshmnId":{"type":"string","description":"Completer ID"},"siteNm":{"type":"string","description":"Site Name"}}}}}}
```

## 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":"Customer Compensation Screen Entry Response DTO","properties":{"cccai":{"$ref":"#/components/schemas/CsCustCpnsAccpInfoResponse","description":"Registered Customer Compensation Data"},"ccnData":{"$ref":"#/components/schemas/CsRelatedResponse","description":"Customer Data"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Compensation Amount Payment Limit (CS025)"},"csCpUserGrade":{"type":"string","description":"Logged-In User Authority"}}},"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":"Receiver Name"},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"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":"Consultation Type No."},"respBaseMemo":{"type":"string","description":"Response Memo Status"},"instMbrYn":{"type":"string","description":"Interested Member Status","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"Response Subject Code Name"},"siteDom":{"type":"string","description":"Site Domain"}}},"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":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}}}}}
```

## 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":"Customer Compensation Screen Entry Response DTO","properties":{"cccai":{"$ref":"#/components/schemas/CsCustCpnsAccpInfoResponse","description":"Registered Customer Compensation Data"},"ccnData":{"$ref":"#/components/schemas/CsRelatedResponse","description":"Customer Data"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Compensation Amount Payment Limit (CS025)"},"csCpUserGrade":{"type":"string","description":"Logged-In User Authority"}}},"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":"Receiver Name"},"accpDtm":{"type":"string","format":"date-time","description":"Receipt Date/Time"},"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":"Consultation Type No."},"respBaseMemo":{"type":"string","description":"Response Memo Status"},"instMbrYn":{"type":"string","description":"Interested Member Status","enum":["Y","N"]},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status","enum":["Y","N"]},"ansSubNm":{"type":"string","description":"Response Subject Code Name"},"siteDom":{"type":"string","description":"Site Domain"}}},"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":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}},"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":"Register/Modify Type Code"},"typeCode":{"type":"string","description":"Tab Type (Common: common, Individual: alone)"},"cnslAempId":{"type":"string","description":"User ID"},"cnslAempNm":{"type":"string","description":"User Name"},"cnslTmplNo":{"type":"string","description":"Consultation Template No."},"cnslGbCd":{"type":"string","description":"Consultation Type Code (CS015)"},"cnslTypCd":{"type":"string","description":"Consultation Type Code (CS016)"},"tmplNm":{"type":"string","description":"Template Name"},"tmplCont":{"type":"string","description":"Template Content"},"userId":{"type":"string","description":"Member ID"},"callGub":{"type":"string","description":"Call Type"},"useYn":{"type":"string","description":"Usage Status"}}}}}}
```

## 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":"Register/Modify Type Code"},"typeCode":{"type":"string","description":"Tab Type (Common: common, Individual: alone)"},"cnslAempId":{"type":"string","description":"User ID"},"cnslAempNm":{"type":"string","description":"User Name"},"cnslTmplNo":{"type":"string","description":"Consultation Template No."},"cnslGbCd":{"type":"string","description":"Consultation Type Code (CS015)"},"cnslTypCd":{"type":"string","description":"Consultation Type Code (CS016)"},"tmplNm":{"type":"string","description":"Template Name"},"tmplCont":{"type":"string","description":"Template Content"},"userId":{"type":"string","description":"Member ID"},"callGub":{"type":"string","description":"Call Type"},"useYn":{"type":"string","description":"Usage Status"}}},"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":"Personal Information Memo Display Available Status"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"}}},"StStdCd":{"type":"object","description":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}}}}}
```

## 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":"Personal Information Memo Display Available Status"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"}}},"StStdCd":{"type":"object","description":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}},"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 Inquiry Type Inquiry Request DTO","properties":{"useYn":{"type":"string","description":"Usage Status"},"uprCustInqTypCd":{"type":"string","description":"Customer Inquiry Parent Type Code"}}}}}}
```

## 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":"Customer Compensation Detail Screen Response DTO","properties":{"csCompensDetailResponse":{"$ref":"#/components/schemas/CsCompensDetailResponse","description":"Customer Compensation Detail Information Response DTO"},"loginId":{"type":"string","description":"Logged-in User ID"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Compensation Amount Payment Limit (CS025)"},"csCpUserGrade":{"type":"string","description":"Logged-In User Authority"},"csCpUserGradeOfAcptmId":{"type":"string","description":"Customer Compensation Receiver Authorization"}}},"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":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}}}}}
```

## 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":"Customer Compensation Detail Screen Response DTO","properties":{"csCompensDetailResponse":{"$ref":"#/components/schemas/CsCompensDetailResponse","description":"Customer Compensation Detail Information Response DTO"},"loginId":{"type":"string","description":"Logged-in User ID"},"codeList":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Common Code List"},"csCpGradeAmtCode":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/StStdCd"}},"description":"Compensation Amount Payment Limit (CS025)"},"csCpUserGrade":{"type":"string","description":"Logged-In User Authority"},"csCpUserGradeOfAcptmId":{"type":"string","description":"Customer Compensation Receiver Authorization"}}},"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":"Group Code Search/Register/Modify Request","properties":{"grpCd":{"type":"string","description":"Group Code"},"cd":{"type":"string","description":"Code"},"cdNm":{"type":"string","description":"Code Name"},"cdDesc":{"type":"string","description":"Code Description"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"ref1Val":{"type":"string","description":"Reference Value 1 Description"},"ref2Val":{"type":"string","description":"Reference Value 2 Description"},"ref3Val":{"type":"string","description":"Reference Value 3 Description"},"ref4Val":{"type":"string","description":"Reference Value 4 Description"},"ref5Val":{"type":"string","description":"Reference Value 5 Description"},"ref6Val":{"type":"string","description":"Reference Value 6 Description"},"ref7Val":{"type":"string","description":"Reference Value 7 Description"}}},"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":"User Organization Management Response DTO","properties":{"deptCd":{"type":"string","description":"Department Code"},"deptNm":{"type":"string","description":"Department Name"},"sortSeq":{"type":"string","description":"Sort Order"},"useYn":{"type":"string","description":"Usage Status"},"uprDeptCd":{"type":"string","description":"Parent Department Code"},"jobGrpCd":{"type":"string","description":"Work Group Code","enum":["SYSTEM_MANAGER","MD","MARKETING","LGST_CNTR","CUST_CNTR","COOP_CORP","AFCR"]},"userId":{"type":"string","description":"User ID Mapped to Department"},"level":{"type":"string","description":"Department Level"},"hierarchy":{"type":"string","description":"Hierarchy Structure"},"hierarchyText":{"type":"string","description":"e.g.) Color Cosmetics > Base Makeup"},"leafYn":{"type":"string","description":"Lowest-Level Status"}}},"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":"User Organization Management Response DTO","properties":{"deptCd":{"type":"string","description":"Department Code"},"deptNm":{"type":"string","description":"Department Name"},"sortSeq":{"type":"string","description":"Sort Order"},"useYn":{"type":"string","description":"Usage Status"},"uprDeptCd":{"type":"string","description":"Parent Department Code"},"jobGrpCd":{"type":"string","description":"Work Group Code","enum":["SYSTEM_MANAGER","MD","MARKETING","LGST_CNTR","CUST_CNTR","COOP_CORP","AFCR"]},"userId":{"type":"string","description":"User ID Mapped to Department"},"level":{"type":"string","description":"Department Level"},"hierarchy":{"type":"string","description":"Hierarchy Structure"},"hierarchyText":{"type":"string","description":"e.g.) Color Cosmetics > Base Makeup"},"leafYn":{"type":"string","description":"Lowest-Level Status"}}}}}}
```

## 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":"Status"},"autoDivNo":{"type":"string","description":"Auto-Distribution No."},"autoDivGbCd":{"type":"string","description":"Auto-Distribution Type Code (CS023: 1:1 Inquiry (20), Product Q&A Transfer (30), OB (50))"},"autoDivGbNm":{"type":"string"},"autoDivDtlNo":{"type":"string","description":"Auto-Distribution Detail No."},"autoDivDtlNm":{"type":"string"},"numOfAssignments":{"type":"string","description":"Assignment Status - Assigned Count"},"numOfUnassignments":{"type":"string","description":"Assignment Status - Unassigned Count"},"receipt":{"type":"string","description":"Assigned Case Processing Status - Received"},"inProgress":{"type":"string","description":"Assigned Case Processing Status - In Progress"},"complete":{"type":"string","description":"Assigned Case Processing Status - In Progress"},"already":{"type":"string","description":"Assigned Case Processing Status - Already Processed"},"numOfPeopleHandling":{"type":"string","description":"Same-Day Assignment Status - Number of Processors"},"numOfAllotableCases":{"type":"string","description":"Same-Day Assignment Status - Assignable Count"},"acptmnId":{"type":"string","description":"Receiver ID"},"aempNm":{"type":"string","description":"Receiver Name"}}}}}}
```

## 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":"Status"},"autoDivNo":{"type":"string","description":"Auto-Distribution No."},"autoDivGbCd":{"type":"string","description":"Auto-Distribution Type Code (CS023: 1:1 Inquiry (20), Product Q&A Transfer (30), OB (50))"},"autoDivGbNm":{"type":"string"},"autoDivDtlNo":{"type":"string","description":"Auto-Distribution Detail No."},"autoDivDtlNm":{"type":"string"},"numOfAssignments":{"type":"string","description":"Assignment Status - Assigned Count"},"numOfUnassignments":{"type":"string","description":"Assignment Status - Unassigned Count"},"receipt":{"type":"string","description":"Assigned Case Processing Status - Received"},"inProgress":{"type":"string","description":"Assigned Case Processing Status - In Progress"},"complete":{"type":"string","description":"Assigned Case Processing Status - In Progress"},"already":{"type":"string","description":"Assigned Case Processing Status - Already Processed"},"numOfPeopleHandling":{"type":"string","description":"Same-Day Assignment Status - Number of Processors"},"numOfAllotableCases":{"type":"string","description":"Same-Day Assignment Status - Assignable Count"},"acptmnId":{"type":"string","description":"Receiver ID"},"aempNm":{"type":"string","description":"Receiver Name"}}}}}}
```

## 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":"Consultation Type Management Sub-Depth Inquiry Request DTO","properties":{"uprCnslTypNo":{"type":"string","description":"Parent Consultation Type No."}}}}}}
```

## 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":"Consultation Type No."},"cnslTypNm":{"type":"string","description":"Consultation Type Name"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"string","description":"Sort Order"},"custCnslGbCd":{"type":"string","description":"Consultation Type Code (CS001)"},"goodsSelMdtyYn":{"type":"string","description":"Product Selection Required Status"},"respBaseMemo":{"type":"string","description":"Default Response Memo"},"cnslLrgTypNo":{"type":"string","description":"Consultation Major Type No."},"cnslLrgTypNm":{"type":"string","description":"Consultation Major Type Name"},"cnslMidTypNo":{"type":"string","description":"Consultation Middle Type No."},"cnslMidTypNm":{"type":"string","description":"Consultation Middle Type Name"},"cnslSmlTypNo":{"type":"string","description":"Consultation Source Type No."},"cnslSmlTypNm":{"type":"string","description":"Consultation Minor Type Name"},"uprCnslTypNo":{"type":"string","description":"Parent Consultation Type No."},"hierarchy":{"type":"string","description":"Hierarchy Structure"},"hierarchyText":{"type":"string","description":"Hierarchy Structure Name"},"respBaseMemoData":{"type":"string","description":"Default Response Memo Content"},"useCnt":{"type":"integer","format":"int32","description":"Number of Uses"}}}}}}
```

## 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":"Consultation Type No."},"cnslTypNm":{"type":"string","description":"Consultation Type Name"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"string","description":"Sort Order"},"custCnslGbCd":{"type":"string","description":"Consultation Type Code (CS001)"},"goodsSelMdtyYn":{"type":"string","description":"Product Selection Required Status"},"respBaseMemo":{"type":"string","description":"Default Response Memo"},"cnslLrgTypNo":{"type":"string","description":"Consultation Major Type No."},"cnslLrgTypNm":{"type":"string","description":"Consultation Major Type Name"},"cnslMidTypNo":{"type":"string","description":"Consultation Middle Type No."},"cnslMidTypNm":{"type":"string","description":"Consultation Middle Type Name"},"cnslSmlTypNo":{"type":"string","description":"Consultation Source Type No."},"cnslSmlTypNm":{"type":"string","description":"Consultation Minor Type Name"},"uprCnslTypNo":{"type":"string","description":"Parent Consultation Type No."},"hierarchy":{"type":"string","description":"Hierarchy Structure"},"hierarchyText":{"type":"string","description":"Hierarchy Structure Name"},"respBaseMemoData":{"type":"string","description":"Default Response Memo Content"},"useCnt":{"type":"integer","format":"int32","description":"Number of Uses"}}}}}}
```

## 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":"Consultation Type No."},"cnslTypNm":{"type":"string","description":"Consultation Type Name"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"string","description":"Sort Order"},"custCnslGbCd":{"type":"string","description":"Consultation Type Code (CS001)"},"goodsSelMdtyYn":{"type":"string","description":"Product Selection Required Status"},"respBaseMemo":{"type":"string","description":"Default Response Memo"},"cnslLrgTypNo":{"type":"string","description":"Consultation Major Type No."},"cnslLrgTypNm":{"type":"string","description":"Consultation Major Type Name"},"cnslMidTypNo":{"type":"string","description":"Consultation Middle Type No."},"cnslMidTypNm":{"type":"string","description":"Consultation Middle Type Name"},"cnslSmlTypNo":{"type":"string","description":"Consultation Source Type No."},"cnslSmlTypNm":{"type":"string","description":"Consultation Minor Type Name"},"uprCnslTypNo":{"type":"string","description":"Parent Consultation Type No."},"hierarchy":{"type":"string","description":"Hierarchy Structure"},"hierarchyText":{"type":"string","description":"Hierarchy Structure Name"},"respBaseMemoData":{"type":"string","description":"Default Response Memo Content"},"useCnt":{"type":"integer","format":"int32","description":"Number of Uses"}}},"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":"Consultation Type Inquiry Request DTO","properties":{"cnslTypNm":{"type":"string","description":"Consultation Type Name"},"custCnslGbCd":{"type":"string","description":"Consultation Type Code (CS001)"},"cnslLrgTypNo":{"type":"string","description":"Consultation Major Type No."},"cnslMidTypNo":{"type":"string","description":"Consultation Middle Type No."},"cnslSmlTypNo":{"type":"string","description":"Consultation Source Type No."},"rootCnslTypNo":{"type":"string","description":"Top-Level Consultation Type"}}}}}}
```

## 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":"Register/Modify Type Code"},"typeCode":{"type":"string","description":"Tab Type (Common: common, Individual: alone)"},"cnslAempId":{"type":"string","description":"User ID"},"cnslAempNm":{"type":"string","description":"User Name"},"cnslTmplNo":{"type":"string","description":"Consultation Template No."},"cnslGbCd":{"type":"string","description":"Consultation Type Code (CS015)"},"cnslTypCd":{"type":"string","description":"Consultation Type Code (CS016)"},"tmplNm":{"type":"string","description":"Template Name"},"tmplCont":{"type":"string","description":"Template Content"},"userId":{"type":"string","description":"Member ID"},"callGub":{"type":"string","description":"Call Type"},"useYn":{"type":"string","description":"Usage Status"}}},"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":"Consultation AI Analysis Result History DTO","properties":{"sysRegId":{"type":"string","description":"Registrant ID"},"sysModId":{"type":"string","description":"Modifier ID"},"aiAnalyNo":{"type":"string","description":"AI Analysis Number"},"histTypCd":{"type":"string","description":"History Type Code"},"ccnNo":{"type":"string","description":"Inquiry No."},"mbrNo":{"type":"string","description":"Member No."},"inqCnt":{"type":"integer","format":"int32","description":"1:1 Inquiry Analysis Count"},"goodsQnaCnt":{"type":"integer","format":"int32","description":"Product Q&A Analysis Count"},"ordCnt":{"type":"integer","format":"int32","description":"Order Analysis Count"},"wrtRevCnt":{"type":"integer","format":"int32","description":"Written Product Review Analysis Count"},"custTendencySumr":{"type":"string","description":"Customer Tendency Summary"},"custTendencyPosi":{"type":"string","description":"Customer Tendency (Positive)"},"custTendencyNega":{"type":"string","description":"Customer Tendency (Negative)"},"custResPlan":{"type":"string","description":"Customer Response Guidelines"},"revCnt":{"type":"integer","format":"int32","description":"Number of Product Reviews Analyzed"},"mbrCnt":{"type":"integer","format":"int32","description":"Number of Members Analyzed"},"goodsNo":{"type":"string","description":"Product No."},"goodsAnalySumr":{"type":"string","description":"Product Analysis Summary"},"goodsAnalyPosi":{"type":"string","description":"Product Analysis (Positive)"},"goodsAnalyNega":{"type":"string","description":"Product Analysis (Negative)"},"accpContSumr":{"type":"string","description":"Receipt Content Summary"},"accpCont":{"type":"string","description":"Receipt Details"},"ansCont":{"type":"string","description":"Answer Details"},"ansContSumr":{"type":"string","description":"Response Content Summary"},"custInqTyp":{"type":"string","description":"Inquiry Type"},"accpTypCd":{"type":"string","description":"Reception Type Code"},"accpTyp":{"type":"string","description":"Reception Type"},"ansUseYn":{"type":"string","description":"Response Usage Status"},"analyItems":{"type":"string","description":"Analysis Item"},"startAnalyDt":{"type":"string","description":"Analysis Start Date"},"endAnalyDt":{"type":"string","description":"Analysis End Date"},"analyPeriod":{"type":"string","description":"Analysis Period"},"analyDtm":{"type":"string","description":"Analysis Date/Time"},"goodsAnalyIncYn":{"type":"string","description":"Product Analysis Inclusion Status"}}}}}}
```

## 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":"Consultation AI Analysis Result History DTO","properties":{"sysRegId":{"type":"string","description":"Registrant ID"},"sysModId":{"type":"string","description":"Modifier ID"},"aiAnalyNo":{"type":"string","description":"AI Analysis Number"},"histTypCd":{"type":"string","description":"History Type Code"},"ccnNo":{"type":"string","description":"Inquiry No."},"mbrNo":{"type":"string","description":"Member No."},"inqCnt":{"type":"integer","format":"int32","description":"1:1 Inquiry Analysis Count"},"goodsQnaCnt":{"type":"integer","format":"int32","description":"Product Q&A Analysis Count"},"ordCnt":{"type":"integer","format":"int32","description":"Order Analysis Count"},"wrtRevCnt":{"type":"integer","format":"int32","description":"Written Product Review Analysis Count"},"custTendencySumr":{"type":"string","description":"Customer Tendency Summary"},"custTendencyPosi":{"type":"string","description":"Customer Tendency (Positive)"},"custTendencyNega":{"type":"string","description":"Customer Tendency (Negative)"},"custResPlan":{"type":"string","description":"Customer Response Guidelines"},"revCnt":{"type":"integer","format":"int32","description":"Number of Product Reviews Analyzed"},"mbrCnt":{"type":"integer","format":"int32","description":"Number of Members Analyzed"},"goodsNo":{"type":"string","description":"Product No."},"goodsAnalySumr":{"type":"string","description":"Product Analysis Summary"},"goodsAnalyPosi":{"type":"string","description":"Product Analysis (Positive)"},"goodsAnalyNega":{"type":"string","description":"Product Analysis (Negative)"},"accpContSumr":{"type":"string","description":"Receipt Content Summary"},"accpCont":{"type":"string","description":"Receipt Details"},"ansCont":{"type":"string","description":"Answer Details"},"ansContSumr":{"type":"string","description":"Response Content Summary"},"custInqTyp":{"type":"string","description":"Inquiry Type"},"accpTypCd":{"type":"string","description":"Reception Type Code"},"accpTyp":{"type":"string","description":"Reception Type"},"ansUseYn":{"type":"string","description":"Response Usage Status"},"analyItems":{"type":"string","description":"Analysis Item"},"startAnalyDt":{"type":"string","description":"Analysis Start Date"},"endAnalyDt":{"type":"string","description":"Analysis End Date"},"analyPeriod":{"type":"string","description":"Analysis Period"},"analyDtm":{"type":"string","description":"Analysis Date/Time"},"goodsAnalyIncYn":{"type":"string","description":"Product Analysis Inclusion Status"}}}}}}
```
