> 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/1-1-inquiry-type-management.md).

# 1:1 Inquiry Type Management

## Register/Modify 1:1 Inquiry Type

> \## Function Description\
> \* Registers a new 1:1 inquiry type or modifies an existing 1:1 inquiry type.\
> \---\
> \## Detailed Description\
> \* 1:1 inquiry types are linked to consultation types.\
> \* A 1:1 inquiry type cannot be registered without a consultation type.\
> \---\
> \## Notes\
> \* The customer inquiry type code (custInqTypCd) is automatically assigned upon registration.<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 Inquiry Type Register/Modify Request DTO","properties":{"custInqTypCd":{"type":"string","description":"Customer Inquiry Type Code"},"custInqTypNm":{"type":"string","description":"Customer Inquiry Type Name"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"useYn":{"type":"string","description":"Usage Status"},"ordGoodsMdtyYn":{"type":"string","description":"Order Product Required Status"},"ansSubCd":{"type":"string","description":"Response Subject Code (CS012)","enum":["CUSTOMER_CENTER","PARTNER"]},"cnslTypNo":{"type":"string","description":"Consultation Type No."},"uprCustInqTypCd":{"type":"string","description":"Customer Inquiry Parent Type Code"}}},"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 Inquiry Type Management"],"summary":"Register/Modify 1:1 Inquiry Type","description":"## Function Description\n* Registers a new 1:1 inquiry type or modifies an existing 1:1 inquiry type.\n---\n## Detailed Description\n* 1:1 inquiry types are linked to consultation types.\n* A 1:1 inquiry type cannot be registered without a consultation type.\n---\n## Notes\n* The customer inquiry type code (custInqTypCd) is automatically assigned upon registration.\n","operationId":"saveInquiryType","parameters":[{"name":"custInqTypCd","in":"query","description":"Customer Inquiry Type Code","schema":{"type":"String"}},{"name":"custInqTypNm","in":"query","description":"Customer Inquiry Type Name","schema":{"type":"String"}},{"name":"sortSeq","in":"query","description":"Sort Order","schema":{"type":"String"}},{"name":"useYn","in":"query","description":"Usage Status","schema":{"type":"String"}},{"name":"ordGoodsMdtyYn","in":"query","description":"Order Product Required Status","schema":{"type":"String"}},{"name":"ansSubCd","in":"query","description":"Response Subject Code (CS012)","schema":{"type":"String"}},{"name":"cnslTypNo","in":"query","description":"Consultation Type No.","schema":{"type":"String"}},{"name":"uprCustInqTypCd","in":"query","description":"Customer Inquiry Parent Type Code","schema":{"type":"String"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestCsCustInqTypCd"}}},"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 Full List of 1:1 Inquiry Type (Major Category)

> \## Function Description\
> \* Retrieves the full list of inquiry type (major category) from the 1:1 Inquiry Type Management screen.\
> \* Can be used to display a select box in the search area.\
> \---\
> \## Detailed Description\
> \* Retrieves the full list of inquiry type (major category) among the registered 1:1 inquiry types.<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 Inquiry Type Management"],"summary":"Retrieve Full List of 1:1 Inquiry Type (Major Category)","description":"## Function Description\n* Retrieves the full list of inquiry type (major category) from the 1:1 Inquiry Type Management screen.\n* Can be used to display a select box in the search area.\n---\n## Detailed Description\n* Retrieves the full list of inquiry type (major category) among the registered 1:1 inquiry types.\n","operationId":"getAllInquiryTypeLarge","parameters":[{"name":"useYn","in":"query","description":"Usage Status","required":false,"schema":{"type":"string","description":"Usage Status"}},{"name":"uprCustInqTypCd","in":"query","description":"Customer Inquiry Parent Type Code","required":false,"schema":{"type":"string","description":"Customer Inquiry Parent Type Code"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve 1:1 Inquiry Type - Inquiry Type (Small)

> \## Function Description\
> \* Retrieves the Inquiry Type (Small) from the 1:1 Inquiry Type Management screen.\
> \---\
> \## Detailed Description\
> \* Retrieves the Inquiry Type (Small) among the registered 1:1 Inquiry Types.<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 Inquiry Type Inquiry Request DTO","properties":{"useYn":{"type":"string","description":"Usage Status"},"uprCustInqTypCd":{"type":"string","description":"Customer Inquiry Parent Type Code"}}},"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 Inquiry Type Management"],"summary":"Retrieve 1:1 Inquiry Type - Inquiry Type (Small)","description":"## Function Description\n* Retrieves the Inquiry Type (Small) from the 1:1 Inquiry Type Management screen.\n---\n## Detailed Description\n* Retrieves the Inquiry Type (Small) among the registered 1:1 Inquiry Types.\n","operationId":"getInquiryTypeSmall","parameters":[{"name":"inquireTypeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InquireTypeRequest"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseInquireTypeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Full List of 1:1 Inquiry Type (Minor Category)

> \## Function Description\
> \* Retrieves the full list of inquiry type (minor category) from the 1:1 Inquiry Type Management screen.\
> \---\
> \## Detailed Description\
> \* Retrieves the full list of inquiry type (minor category) among the registered 1:1 inquiry types.\
> \* Paging is not applied.<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 Inquiry Type Inquiry Request DTO","properties":{"useYn":{"type":"string","description":"Usage Status"},"uprCustInqTypCd":{"type":"string","description":"Customer Inquiry Parent Type Code"}}},"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 Inquiry Type Management"],"summary":"Retrieve Full List of 1:1 Inquiry Type (Minor Category)","description":"## Function Description\n* Retrieves the full list of inquiry type (minor category) from the 1:1 Inquiry Type Management screen.\n---\n## Detailed Description\n* Retrieves the full list of inquiry type (minor category) among the registered 1:1 inquiry types.\n* Paging is not applied.\n","operationId":"getInquiryTypeSmallNoPaging","parameters":[{"name":"inquireTypeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InquireTypeRequest"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve 1:1 Inquiry Type - Inquiry Type (Large)

> \## Function Description\
> \* Retrieves the Inquiry Type (Large) from the 1:1 Inquiry Type Management screen.\
> \---\
> \## Detailed Description\
> \* Retrieves the Inquiry Type (Large) among the registered 1:1 Inquiry Types.<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 Inquiry Type Management"],"summary":"Retrieve 1:1 Inquiry Type - Inquiry Type (Large)","description":"## Function Description\n* Retrieves the Inquiry Type (Large) from the 1:1 Inquiry Type Management screen.\n---\n## Detailed Description\n* Retrieves the Inquiry Type (Large) among the registered 1:1 Inquiry Types.\n","operationId":"getInquiryTypeLarge","parameters":[{"name":"useYn","in":"query","description":"Usage Status","required":false,"schema":{"type":"string","description":"Usage Status"}},{"name":"uprCustInqTypCd","in":"query","description":"Customer Inquiry Parent Type Code","required":false,"schema":{"type":"string","description":"Customer Inquiry Parent Type Code"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseInquireTypeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve 1:1 Inquiry Type - Inquiry Type (Small)

> \## Function Description\
> \* Retrieves the Inquiry Type (Small) from the 1:1 Inquiry Type Management screen.\
> \---\
> \## Detailed Description\
> \* Retrieves the Inquiry Type (Small) among the registered 1:1 Inquiry Types.<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 Inquiry Type Inquiry Request DTO","properties":{"useYn":{"type":"string","description":"Usage Status"},"uprCustInqTypCd":{"type":"string","description":"Customer Inquiry Parent Type Code"}}},"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 Inquiry Type Management"],"summary":"Retrieve 1:1 Inquiry Type - Inquiry Type (Small)","description":"## Function Description\n* Retrieves the Inquiry Type (Small) from the 1:1 Inquiry Type Management screen.\n---\n## Detailed Description\n* Retrieves the Inquiry Type (Small) among the registered 1:1 Inquiry Types.\n","operationId":"getInquiryTypeSmall_1","parameters":[{"name":"inquireTypeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InquireTypeRequest"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve 1:1 Inquiry Type - Inquiry Type (Large)

> \## Function Description\
> \* Retrieves the Inquiry Type (Large) from the 1:1 Inquiry Type Management screen.\
> \---\
> \## Detailed Description\
> \* Retrieves the Inquiry Type (Large) among the registered 1:1 Inquiry Types.<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 Inquiry Type Management"],"summary":"Retrieve 1:1 Inquiry Type - Inquiry Type (Large)","description":"## Function Description\n* Retrieves the Inquiry Type (Large) from the 1:1 Inquiry Type Management screen.\n---\n## Detailed Description\n* Retrieves the Inquiry Type (Large) among the registered 1:1 Inquiry Types.\n","operationId":"getInquiryTypeLarge_1","parameters":[{"name":"useYn","in":"query","description":"Usage Status","required":false,"schema":{"type":"string","description":"Usage Status"}},{"name":"uprCustInqTypCd","in":"query","description":"Customer Inquiry Parent Type Code","required":false,"schema":{"type":"string","description":"Customer Inquiry Parent Type Code"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListInquireTypeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
