> 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/integrated-consultation-management.md).

# Integrated Consultation Management

## Register/Modify Processing History

> \## Function Description\
> \* Registers/modifies processing history in Integrated Consultation Management.\
> \---\
> \## Detailed Description\
> \* Registers/modifies processing history for the selected customer consultation.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/saveCustomerCounselProcessInfo":{"post":{"tags":["Integrated Consultation Management"],"summary":"Register/Modify Processing History","description":"## Function Description\n* Registers/modifies processing history in Integrated Consultation Management.\n---\n## Detailed Description\n* Registers/modifies processing history for the selected customer consultation.\n","operationId":"saveCustomerCounselProcessInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveCustomerCounselProcessInfoRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Register Consultation Information

> \## Function Description\
> \* Registers new customer consultation information from the Integrated Consultation Management screen.\
> \---\
> \## Detailed Description\
> \* Only General Call and OB consultations can be registered.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"]}}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/saveCustomerCounselInfo":{"post":{"tags":["Integrated Consultation Management"],"summary":"Register Consultation Information","description":"## Function Description\n* Registers new customer consultation information from the Integrated Consultation Management screen.\n---\n## Detailed Description\n* Only General Call and OB consultations can be registered.\n","operationId":"saveCustomerCounselInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveCustomerCounselInfoRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Receive Customer Compensation

> \## Function Description\
> \* Registers customer compensation receipt information.\
> \---\
> \## Detailed Description\
> \* Registers customer compensation receipt information for the selected customer consultation.\
> \* Consultations for non-member orders cannot be processed for customer compensation.\
> \* Customer compensation methods are coupon, cash, and mileage.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/registCustomerCompens":{"post":{"tags":["Integrated Consultation Management"],"summary":"Receive Customer Compensation","description":"## Function Description\n* Registers customer compensation receipt information.\n---\n## Detailed Description\n* Registers customer compensation receipt information for the selected customer consultation.\n* Consultations for non-member orders cannot be processed for customer compensation.\n* Customer compensation methods are coupon, cash, and mileage.\n","operationId":"registCustomerCompens","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CsCustomerCompensAcceptInfoRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Register 1:1 Inquiry Response

> \## Function Description\
> \* Registers a 1:1 inquiry response in Integrated Consultation Management.\
> \---\
> \## Detailed Description\
> \* Sends an AlimTalk notification to the customer when the response is marked complete.\
> \* Sends an email when the email receipt status is Y.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/postOneToOneInquiry":{"post":{"tags":["Integrated Consultation Management"],"summary":"Register 1:1 Inquiry Response","description":"## Function Description\n* Registers a 1:1 inquiry response in Integrated Consultation Management.\n---\n## Detailed Description\n* Sends an AlimTalk notification to the customer when the response is marked complete.\n* Sends an email when the email receipt status is Y.\n","operationId":"postOneToOneInquiry","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOneToOneInquiryRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Consultation List Detail

> \## Function Description\
> \* Retrieves the detail information of the Integrated Consultation Management consultation list.\
> \---\
> \## Detailed Description\
> \* Retrieves the detail information of the selected customer consultation.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/integratedCounselDetail":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Consultation List Detail","description":"## Function Description\n* Retrieves the detail information of the Integrated Consultation Management consultation list.\n---\n## Detailed Description\n* Retrieves the detail information of the selected customer consultation.\n","operationId":"integratedCounselDetail","parameters":[{"name":"ccnNo","in":"query","description":"Consultation No.","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseIntegratedCsDetailResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Related Consultation List

> \## Function Description\
> \* Retrieves the related consultation list in Integrated Consultation Management.\
> \---\
> \## Detailed Description\
> \* Retrieves all consultations mapped to the same order number/product number.\
> &#x20; \* Order basis: Member + Order, Member + Order + Product\
> &#x20; \* Product basis: Member + Product<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getRelatedConsultation":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Related Consultation List","description":"## Function Description\n* Retrieves the related consultation list in Integrated Consultation Management.\n---\n## Detailed Description\n* Retrieves all consultations mapped to the same order number/product number.\n  * Order basis: Member + Order, Member + Order + Product\n  * Product basis: Member + Product\n","operationId":"getRelatedConsultation","parameters":[{"name":"ccnNo","in":"query","description":"Consultation No.","required":false,"schema":{"type":"string","description":"Consultation No."}},{"name":"ordNo","in":"query","description":"Order No.","required":false,"schema":{"type":"string","description":"Order No."}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseCsRelatedResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Basic Data for Registering Processing History

> \## Function Description\
> \* Retrieves the basic data for registering processing history in Integrated Consultation Management.\
> \---\
> \## Detailed Description\
> \* Retrieves the inquiry history and response-completed processing history.\
> \* Retrieves the customer's phone appointment information.\
> \* Retrieves phone appointment information that has not yet been completed.\
> \* Retrieves the customer compensation information for the consultation.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getProcessingDetails":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Basic Data for Registering Processing History","description":"## Function Description\n* Retrieves the basic data for registering processing history in Integrated Consultation Management.\n---\n## Detailed Description\n* Retrieves the inquiry history and response-completed processing history.\n* Retrieves the customer's phone appointment information.\n* Retrieves phone appointment information that has not yet been completed.\n* Retrieves the customer compensation information for the consultation.\n","operationId":"getProcessingDetails","parameters":[{"name":"ccnNo","in":"query","description":"Consultation No.","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseIntegratedCsDetailResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Information Required to Enter the Integrated Consultation Management Page

> \## Function Description\
> \* Retrieves the information required to enter the Integrated Consultation Management page.\
> \---\
> \## Detailed Description\
> \* Retrieves the information required to enter the Integrated Consultation Management page.\
> \---\
> \## Code Reference\
> \* Linked page type (pageGub):\
> &#x20; \* Simple page link (dbLink)\
> &#x20; \* Customer center dashboard 1:1 inquiry (oneCnt)\
> &#x20; \* Customer center dashboard all (totCnt)\
> &#x20; \* Customer center dashboard Product Q\&A (pdQna)\
> &#x20; \* Customer center dashboard general call (call)\
> &#x20; \* Customer center dashboard OB (ob)\
> &#x20; \* Customer center dashboard receipt (receipt)\
> &#x20; \* Customer center dashboard in progress (inProgress)\
> &#x20; \* Customer center dashboard complete (complete)<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getIntegratedCounselMgmtView":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Information Required to Enter the Integrated Consultation Management Page","description":"## Function Description\n* Retrieves the information required to enter the Integrated Consultation Management page.\n---\n## Detailed Description\n* Retrieves the information required to enter the Integrated Consultation Management page.\n---\n## Code Reference\n* Linked page type (pageGub):\n  * Simple page link (dbLink)\n  * Customer center dashboard 1:1 inquiry (oneCnt)\n  * Customer center dashboard all (totCnt)\n  * Customer center dashboard Product Q&A (pdQna)\n  * Customer center dashboard general call (call)\n  * Customer center dashboard OB (ob)\n  * Customer center dashboard receipt (receipt)\n  * Customer center dashboard in progress (inProgress)\n  * Customer center dashboard complete (complete)\n","operationId":"getIntegratedCounselMgmtView","parameters":[{"name":"pageGub","in":"query","description":"Linked Page Type","required":false,"schema":{"type":"String"}},{"name":"ccnNo","in":"query","description":"Consultation No.","required":false,"schema":{"type":"String"}},{"name":"accpDtm","in":"query","description":"Receipt Date/Time","required":false,"schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseIntegratedCounselMgmtViewResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Integrated Consultation Management Consultation List

> \## Function Description\
> \* Retrieves the Integrated Consultation Management consultation list.\
> \---\
> \## Detailed Description\
> \* Retrieves the consultation list matching the selected conditions.\
> \---\
> \## Revision History\
> \* Release v2.00\_240613: Improved period search conditions<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getIntegratedCounselList":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Integrated Consultation Management Consultation List","description":"## Function Description\n* Retrieves the Integrated Consultation Management consultation list.\n---\n## Detailed Description\n* Retrieves the consultation list matching the selected conditions.\n---\n## Revision History\n* Release v2.00_240613: Improved period search conditions\n","operationId":"getIntegratedCounselList","parameters":[{"name":"dateSelect","in":"query","description":"Search Period","required":false,"schema":{"type":"string","description":"Search Period"}},{"name":"periodType","in":"query","description":"Period Search Type (0: Assignment Date, 1: Received Date, 2: Completion Date)","required":false,"schema":{"type":"string","description":"Period Search Type (0: Assignment Date, 1: Received Date, 2: Completion Date)"}},{"name":"startDate","in":"query","description":"Search Start Period","required":false,"schema":{"type":"string","format":"date","description":"Search Start Period"}},{"name":"endDate","in":"query","description":"Search End Period","required":false,"schema":{"type":"string","format":"date","description":"Search End Period"}},{"name":"custCnslGbCd","in":"query","description":"Consultation Type","required":false,"schema":{"type":"string","description":"Consultation Type"}},{"name":"accpTypCd","in":"query","description":"Reception Type","required":false,"schema":{"type":"string","description":"Reception Type"}},{"name":"cnslLrgTypNo","in":"query","description":"Consultation Type (Large)","required":false,"schema":{"type":"string","description":"Consultation Type (Large)"}},{"name":"cnslMidTypNo","in":"query","description":"Consultation Type (Medium)","required":false,"schema":{"type":"string","description":"Consultation Type (Medium)"}},{"name":"cnslTypNo","in":"query","description":"Consultation Type (Small)","required":false,"schema":{"type":"string","description":"Consultation Type (Small)"}},{"name":"ccnPrgsStatCd","in":"query","description":"Processing Status Code","required":false,"schema":{"type":"string","description":"Processing Status Code"}},{"name":"ccnPrgsStatCdList","in":"query","description":"Processing Status Code (Multiple Selection)","required":false,"schema":{"type":"array","description":"Processing Status Code (Multiple Selection)","items":{"type":"string","description":"Processing Status Code (Multiple Selection)"}}},{"name":"goodsNo","in":"query","description":"Product No.","required":false,"schema":{"type":"string","description":"Product No."}},{"name":"noSelectType","in":"query","description":"Search Type (0: Member ID, 1: Mobile Number, 2: Order No., 3: Member Name, 4: Member No.)","required":false,"schema":{"type":"string","description":"Search Type (0: Member ID, 1: Mobile Number, 2: Order No., 3: Member Name, 4: Member No.)"}},{"name":"noText","in":"query","description":"Input Value by Search Type (0: Member ID, 1: Mobile Number, 2: Order No., 3: Member Name, 4: Member No.)","required":false,"schema":{"type":"string","description":"Input Value by Search Type (0: Member ID, 1: Mobile Number, 2: Order No., 3: Member Name, 4: Member No.)"}},{"name":"idSelectType","in":"query","description":"Assignee Type (0: Receiver, 1: Handler)","required":false,"schema":{"type":"string","description":"Assignee Type (0: Receiver, 1: Handler)"}},{"name":"userId","in":"query","description":"Person in Charge ID","required":false,"schema":{"type":"string","description":"Person in Charge ID"}},{"name":"accpTitle","in":"query","description":"1:1 Inquiry Title","required":false,"schema":{"type":"string","description":"1:1 Inquiry Title"}},{"name":"nafrGbCd","in":"query","description":"Domestic/Foreign Type Code","required":false,"schema":{"type":"string","description":"Domestic/Foreign Type Code"}},{"name":"onOffGb","in":"query","description":"Consultation Type Classification (N: General Consultation Type, Y: 1:1 Inquiry Type)","required":false,"schema":{"type":"string","description":"Consultation Type Classification (N: General Consultation Type, Y: 1:1 Inquiry Type)"}},{"name":"ccnNoOnly","in":"query","description":"Search by Consultation No. Only Status","required":false,"schema":{"type":"string","description":"Search by Consultation No. Only Status"}},{"name":"ccnNo","in":"query","description":"Consultation No.","required":false,"schema":{"type":"string","description":"Consultation No."}},{"name":"siteNo","in":"query","description":"Site No.","required":false,"schema":{"type":"string","description":"Site No."}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseIntegratedCounselResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Information Required to Enter the Customer Compensation Page

> \## Function Description\
> \* Retrieves the information required to enter the Integrated Consultation Management customer compensation detail page.\
> \---\
> \## Detailed Description\
> \* Retrieves the information required to display the customer compensation detail page.\
> &#x20; \* Retrieves the customer compensation information.\
> &#x20; \* Retrieves the consultation information for which the customer compensation was registered.\
> &#x20; \* Retrieves the common codes used on the screen.\
> &#x20; \* Retrieves the logged-in user's authorization.\
> &#x20; \* Retrieves the approvable amount by authorization.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getCustomerCompensSaveView":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Information Required to Enter the Customer Compensation Page","description":"## Function Description\n* Retrieves the information required to enter the Integrated Consultation Management customer compensation detail page.\n---\n## Detailed Description\n* Retrieves the information required to display the customer compensation detail page.\n  * Retrieves the customer compensation information.\n  * Retrieves the consultation information for which the customer compensation was registered.\n  * Retrieves the common codes used on the screen.\n  * Retrieves the logged-in user's authorization.\n  * Retrieves the approvable amount by authorization.\n","operationId":"getCustomerCompensSaveView","parameters":[{"name":"ccnNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseCustomerCompensSaveViewResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Customer Consultation (Customer/Order/Product) Information

> \## Function Description\
> \* Retrieves customer consultation (customer/order/product) information in Integrated Consultation Management.\
> \---\
> \## Detailed Description\
> \* Retrieves the registered customer consultation (customer/order/product) information.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getCsOrderGoodsData":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Customer Consultation (Customer/Order/Product) Information","description":"## Function Description\n* Retrieves customer consultation (customer/order/product) information in Integrated Consultation Management.\n---\n## Detailed Description\n* Retrieves the registered customer consultation (customer/order/product) information.\n","operationId":"getCsOrderGoodsData","parameters":[{"name":"ccnNo","in":"query","description":"Consultation No.","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseCsRelatedResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Customer Compensation Information

> \## Function Description\
> \* Retrieves customer compensation information in Integrated Consultation Management.\
> \---\
> \## Detailed Description\
> \* Retrieves the customer compensation information registered in Integrated Consultation Management.\
> \* Non-member consultations cannot be retrieved.\
> \---\
> &#x20;\## Revision History\
> \* \`\`\`Release v2.00\_250905\`\`\`: Added major category inquiry<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getCsCustCpnsAccpInfo":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Customer Compensation Information","description":"## Function Description\n* Retrieves customer compensation information in Integrated Consultation Management.\n---\n## Detailed Description\n* Retrieves the customer compensation information registered in Integrated Consultation Management.\n* Non-member consultations cannot be retrieved.\n---\n ## Revision History\n* ```Release v2.00_250905```: Added major category inquiry\n","operationId":"getCsCustCpnsAccpInfo","parameters":[{"name":"ccnNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseCsCustCpnsAccpInfoResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
````

## Retrieves the consultation template list.

> \## Function Description\
> \* Retrieves the consultation template list used for 1:1 inquiry responses in Integrated Consultation Management.\
> \---\
> \## Detailed Description\
> \* Can only be used when registering a 1:1 inquiry consultation response.\
> \* Consultation templates are classified as Common/Individual.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getCsCounselTemplateInfo":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieves the consultation template list.","description":"## Function Description\n* Retrieves the consultation template list used for 1:1 inquiry responses in Integrated Consultation Management.\n---\n## Detailed Description\n* Can only be used when registering a 1:1 inquiry consultation response.\n* Consultation templates are classified as Common/Individual.\n","operationId":"getCsCounselTemplateInfo","parameters":[{"name":"argSelectType","in":"query","required":false,"schema":{"type":"string"}},{"name":"argInsertUpdate","in":"query","description":"Save/Modify Type Value","required":false,"schema":{"type":"string","description":"Save/Modify Type Value"}},{"name":"typeCode","in":"query","description":"Tab Type (Common: common, Individual: alone)","required":false,"schema":{"type":"string","description":"Tab Type (Common: common, Individual: alone)"}},{"name":"cnslAempId","in":"query","description":"Registrant ID","required":false,"schema":{"type":"string","description":"Registrant ID"}},{"name":"cnslAempNm","in":"query","required":false,"schema":{"type":"string"}},{"name":"cnslTmplNo","in":"query","required":false,"schema":{"type":"string"}},{"name":"cnslGbCd","in":"query","required":false,"schema":{"type":"string"}},{"name":"cnslTypCd","in":"query","required":false,"schema":{"type":"string"}},{"name":"tmplNm","in":"query","required":false,"schema":{"type":"string"}},{"name":"tmplCont","in":"query","required":false,"schema":{"type":"string"}},{"name":"userId","in":"query","required":false,"schema":{"type":"string"}},{"name":"callGub","in":"query","required":false,"schema":{"type":"string"}},{"name":"useYn","in":"query","required":false,"schema":{"type":"string"}},{"name":"handlerGb","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListCsCounselTemplateInfoResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Information Required to Enter the Integrated Consultation Management Consultation Registration Page

> \## Function Description\
> \* Retrieves the information required to enter the Integrated Consultation Management consultation registration page.\
> \---\
> \## Detailed Description\
> \* Retrieves common codes and member information.\
> \* Common codes: CS001, CS003, CS005, CS008, CS013, CM013<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}},"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"}}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getCounselRegistView":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Information Required to Enter the Integrated Consultation Management Consultation Registration Page","description":"## Function Description\n* Retrieves the information required to enter the Integrated Consultation Management consultation registration page.\n---\n## Detailed Description\n* Retrieves common codes and member information.\n* Common codes: CS001, CS003, CS005, CS008, CS013, CM013\n","operationId":"getCounselRegistView","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseCounselRegistViewResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Customer Consultation Processing History

> \## Function Description\
> Retrieves customer consultation processing history.\
> \<br>\<br>\
> \---\
> \## Detailed Content\
> \* Retrieves the processing history of the selected customer consultation.\
> \* Retrieves the customer phone appointment information for each processing history entry.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"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"}}}}},"paths":{"/v2/customerservice/integratedCounselMgmt/getCounselProcessHistory":{"get":{"tags":["Integrated Consultation Management"],"summary":"Retrieve Customer Consultation Processing History","description":"## Function Description\nRetrieves customer consultation processing history.\n<br><br>\n---\n## Detailed Content\n* Retrieves the processing history of the selected customer consultation.\n* Retrieves the customer phone appointment information for each processing history entry.\n","operationId":"getCounselProcessHistory","parameters":[{"name":"ccnNo","in":"query","description":"Consultation No.","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseCsCcnProcInfoResponse"}}}}}}}}}
```
