# 1:1문의유형관리

## 1:1문의유형 등록/수정

> \## 기능설명\
> \* 신규 1:1문의유형을 등록하거나, 기본 1:1문의 유형을 수정 합니다.\
> \---\
> \## 상세설명\
> \* 1:1문의유형은 상담유형과 연결되어 있습니다.\
> \* 상담유형 없이 1:1문의유형을 등록할 수 없습니다.\
> \---\
> \## 특이사항\
> \* 고객문의유형코드(custInqTypCd) 는 등록시 자동채번 됩니다.<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":{"RealGridCUDRequestCsCustInqTypCd":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CsCustInqTypCd"}}}},"CsCustInqTypCd":{"type":"object","description":"1:1문의유형 등록/수정 요청 DTO","properties":{"custInqTypCd":{"type":"string","description":"고객문의유형코드"},"custInqTypNm":{"type":"string","description":"고개문의유형명"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"ordGoodsMdtyYn":{"type":"string","description":"주문상품필수여부"},"ansSubCd":{"type":"string","description":"답변주체코드(CS012)","enum":["CUSTOMER_CENTER","PARTNER"]},"cnslTypNo":{"type":"string","description":"상담유형번호"},"uprCustInqTypCd":{"type":"string","description":"고객문의 상위유형코드"}}},"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/inquiry-types/saveInquiryType":{"post":{"tags":["1:1문의유형관리"],"summary":"1:1문의유형 등록/수정","description":"## 기능설명\n* 신규 1:1문의유형을 등록하거나, 기본 1:1문의 유형을 수정 합니다.\n---\n## 상세설명\n* 1:1문의유형은 상담유형과 연결되어 있습니다.\n* 상담유형 없이 1:1문의유형을 등록할 수 없습니다.\n---\n## 특이사항\n* 고객문의유형코드(custInqTypCd) 는 등록시 자동채번 됩니다.\n","operationId":"saveInquiryType","parameters":[{"name":"custInqTypCd","in":"query","description":"고객문의유형코드","schema":{"type":"String"}},{"name":"custInqTypNm","in":"query","description":"고개문의유형명","schema":{"type":"String"}},{"name":"sortSeq","in":"query","description":"정렬순서","schema":{"type":"String"}},{"name":"useYn","in":"query","description":"사용여부","schema":{"type":"String"}},{"name":"ordGoodsMdtyYn","in":"query","description":"주문상품필수여부","schema":{"type":"String"}},{"name":"ansSubCd","in":"query","description":"답변주체코드(CS012)","schema":{"type":"String"}},{"name":"cnslTypNo","in":"query","description":"상담유형번호","schema":{"type":"String"}},{"name":"uprCustInqTypCd","in":"query","description":"고객문의 상위유형코드","schema":{"type":"String"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestCsCustInqTypCd"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 1:1문의유형 문의유형(대) 전체 조회

> \## 기능설명\
> \* 1:1문의유형 관리 화면에서 문의유형(대)를 전체 조회 합니다.\
> \* 검색영역에 셀렉트 박스를 표시할 때 사용할 수 있습니다.\
> \---\
> \## 상세설명\
> \* 등록된 1:1문의유형 중 문의유형(대) 를 전체 조회 합니다.<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":{"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"}}},"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/inquiry-types/large":{"get":{"tags":["1:1문의유형관리"],"summary":"1:1문의유형 문의유형(대) 전체 조회","description":"## 기능설명\n* 1:1문의유형 관리 화면에서 문의유형(대)를 전체 조회 합니다.\n* 검색영역에 셀렉트 박스를 표시할 때 사용할 수 있습니다.\n---\n## 상세설명\n* 등록된 1:1문의유형 중 문의유형(대) 를 전체 조회 합니다.\n","operationId":"getAllInquiryTypeLarge","parameters":[{"name":"useYn","in":"query","description":"사용여부","required":false,"schema":{"type":"string","description":"사용여부"}},{"name":"uprCustInqTypCd","in":"query","description":"고객문의 상위유형코드","required":false,"schema":{"type":"string","description":"고객문의 상위유형코드"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 1:1문의유형 문의유형(소) 조회

> \## 기능설명\
> \* 1:1문의유형 관리 화면에서 문의유형(소)를 조회 합니다.\
> \---\
> \## 상세설명\
> \* 등록된 1:1문의유형 중 문의유형(소)를 조회 합니다.<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":{"InquireTypeRequest":{"type":"object","description":"1:1문의유형 조회 요청 DTO","properties":{"useYn":{"type":"string","description":"사용여부"},"uprCustInqTypCd":{"type":"string","description":"고객문의 상위유형코드"}}},"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"}}},"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/inquiry-types/getInquiryTypeSmall":{"get":{"tags":["1:1문의유형관리"],"summary":"1:1문의유형 문의유형(소) 조회","description":"## 기능설명\n* 1:1문의유형 관리 화면에서 문의유형(소)를 조회 합니다.\n---\n## 상세설명\n* 등록된 1:1문의유형 중 문의유형(소)를 조회 합니다.\n","operationId":"getInquiryTypeSmall","parameters":[{"name":"inquireTypeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InquireTypeRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseInquireTypeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 1:1문의유형 문의유형(소) 전체 목록 조회

> \## 기능설명\
> \* 1:1문의유형 관리 화면에서 문의유형(소) 전체 목록을 조회 합니다.\
> \---\
> \## 상세설명\
> \* 등록된 1:1문의유형 중 문의유형(소) 전체 목록을 조회 합니다.\
> \* 페이징 처리를 하지 않습니다.<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":{"InquireTypeRequest":{"type":"object","description":"1:1문의유형 조회 요청 DTO","properties":{"useYn":{"type":"string","description":"사용여부"},"uprCustInqTypCd":{"type":"string","description":"고객문의 상위유형코드"}}},"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"}}},"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/inquiry-types/getInquiryTypeSmallNoPaging":{"get":{"tags":["1:1문의유형관리"],"summary":"1:1문의유형 문의유형(소) 전체 목록 조회","description":"## 기능설명\n* 1:1문의유형 관리 화면에서 문의유형(소) 전체 목록을 조회 합니다.\n---\n## 상세설명\n* 등록된 1:1문의유형 중 문의유형(소) 전체 목록을 조회 합니다.\n* 페이징 처리를 하지 않습니다.\n","operationId":"getInquiryTypeSmallNoPaging","parameters":[{"name":"inquireTypeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InquireTypeRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 1:1문의유형 문의유형(대) 조회

> \## 기능설명\
> \* 1:1문의유형 관리 화면에서 문의유형(대)를 조회 합니다.\
> \---\
> \## 상세설명\
> \* 등록된 1:1문의유형 중 문의유형(대) 를 조회 합니다.<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":{"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"}}},"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/inquiry-types/getInquiryTypeLarge":{"get":{"tags":["1:1문의유형관리"],"summary":"1:1문의유형 문의유형(대) 조회","description":"## 기능설명\n* 1:1문의유형 관리 화면에서 문의유형(대)를 조회 합니다.\n---\n## 상세설명\n* 등록된 1:1문의유형 중 문의유형(대) 를 조회 합니다.\n","operationId":"getInquiryTypeLarge","parameters":[{"name":"useYn","in":"query","description":"사용여부","required":false,"schema":{"type":"string","description":"사용여부"}},{"name":"uprCustInqTypCd","in":"query","description":"고객문의 상위유형코드","required":false,"schema":{"type":"string","description":"고객문의 상위유형코드"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseInquireTypeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 1:1문의유형 문의유형(소) 조회

> \## 기능설명\
> \* 1:1문의유형 관리 화면에서 문의유형(소)를 조회 합니다.\
> \---\
> \## 상세설명\
> \* 등록된 1:1문의유형 중 문의유형(소)를 조회 합니다.<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":{"InquireTypeRequest":{"type":"object","description":"1:1문의유형 조회 요청 DTO","properties":{"useYn":{"type":"string","description":"사용여부"},"uprCustInqTypCd":{"type":"string","description":"고객문의 상위유형코드"}}},"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"}}},"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":{"/v1/customerservice/inquiryTypeMgmt/getInquiryTypeSmall":{"get":{"tags":["1:1문의유형관리"],"summary":"1:1문의유형 문의유형(소) 조회","description":"## 기능설명\n* 1:1문의유형 관리 화면에서 문의유형(소)를 조회 합니다.\n---\n## 상세설명\n* 등록된 1:1문의유형 중 문의유형(소)를 조회 합니다.\n","operationId":"getInquiryTypeSmall_1","parameters":[{"name":"inquireTypeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InquireTypeRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 1:1문의유형 문의유형(대) 조회

> \## 기능설명\
> \* 1:1문의유형 관리 화면에서 문의유형(대)를 조회 합니다.\
> \---\
> \## 상세설명\
> \* 등록된 1:1문의유형 중 문의유형(대) 를 조회 합니다.<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":{"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"}}},"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":{"/v1/customerservice/inquiryTypeMgmt/getInquiryTypeLarge":{"get":{"tags":["1:1문의유형관리"],"summary":"1:1문의유형 문의유형(대) 조회","description":"## 기능설명\n* 1:1문의유형 관리 화면에서 문의유형(대)를 조회 합니다.\n---\n## 상세설명\n* 등록된 1:1문의유형 중 문의유형(대) 를 조회 합니다.\n","operationId":"getInquiryTypeLarge_1","parameters":[{"name":"useYn","in":"query","description":"사용여부","required":false,"schema":{"type":"string","description":"사용여부"}},{"name":"uprCustInqTypCd","in":"query","description":"고객문의 상위유형코드","required":false,"schema":{"type":"string","description":"고객문의 상위유형코드"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

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

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

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

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

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