For the complete documentation index, see llms.txt. This page is also available as Markdown.

1:1문의유형관리

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

post

기능설명

  • 신규 1:1문의유형을 등록하거나, 기본 1:1문의 유형을 수정 합니다.


상세설명

  • 1:1문의유형은 상담유형과 연결되어 있습니다.

  • 상담유형 없이 1:1문의유형을 등록할 수 없습니다.


특이사항

  • 고객문의유형코드(custInqTypCd) 는 등록시 자동채번 됩니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
custInqTypCdStringOptional

고객문의유형코드

custInqTypNmStringOptional

고개문의유형명

sortSeqStringOptional

정렬순서

useYnStringOptional

사용여부

ordGoodsMdtyYnStringOptional

주문상품필수여부

ansSubCdStringOptional

답변주체코드(CS012)

cnslTypNoStringOptional

상담유형번호

uprCustInqTypCdStringOptional

고객문의 상위유형코드

Body
Responses
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

payloadstringOptional

payload

errorbooleanOptional

is error

post/v2/customerservice/inquiry-types/saveInquiryType
POST /api/bo/v2/customerservice/inquiry-types/saveInquiryType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 638

{
  "all": [
    {
      "custInqTypCd": 10381,
      "custInqTypNm": "test11",
      "sortSeq": 12,
      "useYn": "Y",
      "ordGoodsMdtyYn": "N",
      "ansSubCd": 20,
      "cnslTypNo": 10063,
      "uprCustInqTypCd": 10215
    }
  ],
  "create": [
    {
      "custInqTypCd": 10381,
      "custInqTypNm": "test11",
      "sortSeq": 12,
      "useYn": "Y",
      "ordGoodsMdtyYn": "N",
      "ansSubCd": 20,
      "cnslTypNo": 10063,
      "uprCustInqTypCd": 10215
    }
  ],
  "update": [
    {
      "custInqTypCd": 10381,
      "custInqTypNm": "test11",
      "sortSeq": 12,
      "useYn": "Y",
      "ordGoodsMdtyYn": "N",
      "ansSubCd": 20,
      "cnslTypNo": 10063,
      "uprCustInqTypCd": 10215
    }
  ],
  "delete": [
    {
      "custInqTypCd": 10381,
      "custInqTypNm": "test11",
      "sortSeq": 12,
      "useYn": "Y",
      "ordGoodsMdtyYn": "N",
      "ansSubCd": 20,
      "cnslTypNo": 10063,
      "uprCustInqTypCd": 10215
    }
  ]
}
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": "text",
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

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

get

기능설명

  • 1:1문의유형 관리 화면에서 문의유형(대)를 전체 조회 합니다.

  • 검색영역에 셀렉트 박스를 표시할 때 사용할 수 있습니다.


상세설명

  • 등록된 1:1문의유형 중 문의유형(대) 를 전체 조회 합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
useYnstringOptional

사용여부

Example: Y
uprCustInqTypCdstringOptional

고객문의 상위유형코드

Example: 10101
Responses
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v2/customerservice/inquiry-types/large
GET /api/bo/v2/customerservice/inquiry-types/large HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": [
    {
      "custInqTypCd": "text",
      "custInqTypNm": "text",
      "sortSeq": 1,
      "useYn": "text",
      "ordGoodsMdtyYn": "text",
      "ansSubCd": "text",
      "cnslTypText": "text",
      "cnslTypNo": "text",
      "uprCustInqTypCd": "text",
      "useCnt": 1
    }
  ],
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

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

get

기능설명

  • 1:1문의유형 관리 화면에서 문의유형(소)를 조회 합니다.


상세설명

  • 등록된 1:1문의유형 중 문의유형(소)를 조회 합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Responses
200

성공

*/*
totalCountinteger · int32Optional
get/v2/customerservice/inquiry-types/getInquiryTypeSmall
GET /api/bo/v2/customerservice/inquiry-types/getInquiryTypeSmall?inquireTypeRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "totalCount": 1,
  "payloads": [
    {
      "custInqTypCd": "text",
      "custInqTypNm": "text",
      "sortSeq": 1,
      "useYn": "text",
      "ordGoodsMdtyYn": "text",
      "ansSubCd": "text",
      "cnslTypText": "text",
      "cnslTypNo": "text",
      "uprCustInqTypCd": "text",
      "useCnt": 1
    }
  ]
}

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

get

기능설명

  • 1:1문의유형 관리 화면에서 문의유형(소) 전체 목록을 조회 합니다.


상세설명

  • 등록된 1:1문의유형 중 문의유형(소) 전체 목록을 조회 합니다.

  • 페이징 처리를 하지 않습니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Responses
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v2/customerservice/inquiry-types/getInquiryTypeSmallNoPaging
GET /api/bo/v2/customerservice/inquiry-types/getInquiryTypeSmallNoPaging?inquireTypeRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": [
    {
      "custInqTypCd": "text",
      "custInqTypNm": "text",
      "sortSeq": 1,
      "useYn": "text",
      "ordGoodsMdtyYn": "text",
      "ansSubCd": "text",
      "cnslTypText": "text",
      "cnslTypNo": "text",
      "uprCustInqTypCd": "text",
      "useCnt": 1
    }
  ],
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

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

get

기능설명

  • 1:1문의유형 관리 화면에서 문의유형(대)를 조회 합니다.


상세설명

  • 등록된 1:1문의유형 중 문의유형(대) 를 조회 합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
useYnstringOptional

사용여부

Example: Y
uprCustInqTypCdstringOptional

고객문의 상위유형코드

Example: 10101
Responses
200

성공

*/*
totalCountinteger · int32Optional
get/v2/customerservice/inquiry-types/getInquiryTypeLarge
GET /api/bo/v2/customerservice/inquiry-types/getInquiryTypeLarge HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "totalCount": 1,
  "payloads": [
    {
      "custInqTypCd": "text",
      "custInqTypNm": "text",
      "sortSeq": 1,
      "useYn": "text",
      "ordGoodsMdtyYn": "text",
      "ansSubCd": "text",
      "cnslTypText": "text",
      "cnslTypNo": "text",
      "uprCustInqTypCd": "text",
      "useCnt": 1
    }
  ]
}

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

get

기능설명

  • 1:1문의유형 관리 화면에서 문의유형(소)를 조회 합니다.


상세설명

  • 등록된 1:1문의유형 중 문의유형(소)를 조회 합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Responses
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/customerservice/inquiryTypeMgmt/getInquiryTypeSmall
GET /api/bo/v1/customerservice/inquiryTypeMgmt/getInquiryTypeSmall?inquireTypeRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": [
    {
      "custInqTypCd": "text",
      "custInqTypNm": "text",
      "sortSeq": 1,
      "useYn": "text",
      "ordGoodsMdtyYn": "text",
      "ansSubCd": "text",
      "cnslTypText": "text",
      "cnslTypNo": "text",
      "uprCustInqTypCd": "text",
      "useCnt": 1
    }
  ],
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

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

get

기능설명

  • 1:1문의유형 관리 화면에서 문의유형(대)를 조회 합니다.


상세설명

  • 등록된 1:1문의유형 중 문의유형(대) 를 조회 합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
useYnstringOptional

사용여부

Example: Y
uprCustInqTypCdstringOptional

고객문의 상위유형코드

Example: 10101
Responses
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/customerservice/inquiryTypeMgmt/getInquiryTypeLarge
GET /api/bo/v1/customerservice/inquiryTypeMgmt/getInquiryTypeLarge HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": [
    {
      "custInqTypCd": "text",
      "custInqTypNm": "text",
      "sortSeq": 1,
      "useYn": "text",
      "ordGoodsMdtyYn": "text",
      "ansSubCd": "text",
      "cnslTypText": "text",
      "cnslTypNo": "text",
      "uprCustInqTypCd": "text",
      "useCnt": 1
    }
  ],
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

마지막 업데이트