상담유형관리
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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/counselingTypeMgmt/saveCounselingType
POST /api/bo/v2/customerservice/counselingTypeMgmt/saveCounselingType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1166
{
"all": [
{
"cnslTypNo": 10062,
"cnslTypNm": "상품재고확인 요청",
"useYn": "Y",
"level": 3,
"sortSeq": 1,
"custCnslGbCd": 20,
"goodsSelMdtyYn": "Y",
"respBaseMemo": "Y",
"cnslLrgTypNo": 10060,
"cnslMidTypNo": 10061,
"cnslSmlTypNo": 10062,
"uprCnslTypNo": 10061,
"respBaseMemoData": "응대메모 입니다."
}
],
"create": [
{
"cnslTypNo": 10062,
"cnslTypNm": "상품재고확인 요청",
"useYn": "Y",
"level": 3,
"sortSeq": 1,
"custCnslGbCd": 20,
"goodsSelMdtyYn": "Y",
"respBaseMemo": "Y",
"cnslLrgTypNo": 10060,
"cnslMidTypNo": 10061,
"cnslSmlTypNo": 10062,
"uprCnslTypNo": 10061,
"respBaseMemoData": "응대메모 입니다."
}
],
"update": [
{
"cnslTypNo": 10062,
"cnslTypNm": "상품재고확인 요청",
"useYn": "Y",
"level": 3,
"sortSeq": 1,
"custCnslGbCd": 20,
"goodsSelMdtyYn": "Y",
"respBaseMemo": "Y",
"cnslLrgTypNo": 10060,
"cnslMidTypNo": 10061,
"cnslSmlTypNo": 10062,
"uprCnslTypNo": 10061,
"respBaseMemoData": "응대메모 입니다."
}
],
"delete": [
{
"cnslTypNo": 10062,
"cnslTypNm": "상품재고확인 요청",
"useYn": "Y",
"level": 3,
"sortSeq": 1,
"custCnslGbCd": 20,
"goodsSelMdtyYn": "Y",
"respBaseMemo": "Y",
"cnslLrgTypNo": 10060,
"cnslMidTypNo": 10061,
"cnslSmlTypNo": 10062,
"uprCnslTypNo": 10061,
"respBaseMemoData": "응대메모 입니다."
}
]
}{
"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
uprCnslTypNoStringOptional
상위상담유형번호
Responses
200
성공
*/*
totalCountinteger · int32Optional
900
업무처리 오류 내용
*/*
get/v2/customerservice/counselingTypeMgmt/getLowerCounselingTypeList
GET /api/bo/v2/customerservice/counselingTypeMgmt/getLowerCounselingTypeList?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalCount": 1,
"payloads": [
{
"level": 1,
"cnslTypNo": "text",
"cnslTypNm": "text",
"useYn": "text",
"sortSeq": "text",
"custCnslGbCd": "text",
"goodsSelMdtyYn": "text",
"respBaseMemo": "text",
"cnslLrgTypNo": "text",
"cnslLrgTypNm": "text",
"cnslMidTypNo": "text",
"cnslMidTypNm": "text",
"cnslSmlTypNo": "text",
"cnslSmlTypNm": "text",
"uprCnslTypNo": "text",
"hierarchy": "text",
"hierarchyText": "text",
"respBaseMemoData": "text",
"useCnt": 1
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
cnslTypNoStringOptional
상담유형번호
Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
get/v2/customerservice/counselingTypeMgmt/getCounselingTypeNoList
GET /api/bo/v2/customerservice/counselingTypeMgmt/getCounselingTypeNoList 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": [
{
"level": 1,
"cnslTypNo": "text",
"cnslTypNm": "text",
"useYn": "text",
"sortSeq": "text",
"custCnslGbCd": "text",
"goodsSelMdtyYn": "text",
"respBaseMemo": "text",
"cnslLrgTypNo": "text",
"cnslLrgTypNm": "text",
"cnslMidTypNo": "text",
"cnslMidTypNm": "text",
"cnslSmlTypNo": "text",
"cnslSmlTypNm": "text",
"uprCnslTypNo": "text",
"hierarchy": "text",
"hierarchyText": "text",
"respBaseMemoData": "text",
"useCnt": 1
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
get/v2/customerservice/counselingTypeMgmt/getCounselingTypeList
GET /api/bo/v2/customerservice/counselingTypeMgmt/getCounselingTypeList 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": [
{
"level": 1,
"cnslTypNo": "text",
"cnslTypNm": "text",
"useYn": "text",
"sortSeq": "text",
"custCnslGbCd": "text",
"goodsSelMdtyYn": "text",
"respBaseMemo": "text",
"cnslLrgTypNo": "text",
"cnslLrgTypNm": "text",
"cnslMidTypNo": "text",
"cnslMidTypNm": "text",
"cnslSmlTypNo": "text",
"cnslSmlTypNm": "text",
"uprCnslTypNo": "text",
"hierarchy": "text",
"hierarchyText": "text",
"respBaseMemoData": "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/counselingTypeMgmt/getCounselingTypeListPopup
GET /api/bo/v2/customerservice/counselingTypeMgmt/getCounselingTypeListPopup?counselingTypePopupRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalCount": 1,
"payloads": [
{
"level": 1,
"cnslTypNo": "text",
"cnslTypNm": "text",
"useYn": "text",
"sortSeq": "text",
"custCnslGbCd": "text",
"goodsSelMdtyYn": "text",
"respBaseMemo": "text",
"cnslLrgTypNo": "text",
"cnslLrgTypNm": "text",
"cnslMidTypNo": "text",
"cnslMidTypNm": "text",
"cnslSmlTypNo": "text",
"cnslSmlTypNm": "text",
"uprCnslTypNo": "text",
"hierarchy": "text",
"hierarchyText": "text",
"respBaseMemoData": "text",
"useCnt": 1
}
]
}마지막 업데이트