1:1문의유형관리
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
900
업무처리 오류 내용
*/*
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"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
useYnstringOptionalExample:
사용여부
YuprCustInqTypCdstringOptionalExample:
고객문의 상위유형코드
10101Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
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"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Responses
200
성공
*/*
totalCountinteger · int32Optional
900
업무처리 오류 내용
*/*
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
}
]
}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
900
업무처리 오류 내용
*/*
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"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
useYnstringOptionalExample:
사용여부
YuprCustInqTypCdstringOptionalExample:
고객문의 상위유형코드
10101Responses
200
성공
*/*
totalCountinteger · int32Optional
900
업무처리 오류 내용
*/*
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
}
]
}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
900
업무처리 오류 내용
*/*
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"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
useYnstringOptionalExample:
사용여부
YuprCustInqTypCdstringOptionalExample:
고객문의 상위유형코드
10101Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
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"
}
]
}마지막 업데이트