스와이퍼 타입 관리
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
swiperTypNostringRequiredExample:
스와이퍼 타입 번호
11Responses
200
OK
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
get/v1/display/swiperType/{swiperTypNo}
GET /api/bo/v1/display/swiperType/{swiperTypNo} HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
swiperTypNostringRequired
스와이퍼 타입 번호
Body
스와이퍼 타입 기본
swiperTypNostringOptionalExample:
스와이퍼 타입 번호
11swiperTypIdstringOptionalExample:
스와이퍼 타입 ID
IMG_AswiperTypNmstringOptionalExample:
스와이퍼 타입명
이미지AswiperTypDescstringOptionalExample:
스와이퍼 타입 설명
이미지 상하 노출, 텍스트 하단 노출useYnstringOptionalExample:
사용여부
YswiperTypeTgtNmStrstringOptionalExample:
스와이퍼 타입 대상 정보 문자열
이미지+TEXTResponses
200
OK
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
payloadstringOptional
payload
errorbooleanOptional
is error
put/v1/display/swiperType/{swiperTypNo}
PUT /api/bo/v1/display/swiperType/{swiperTypNo} HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 274
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}200
OK
{
"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
swiperTypNostringOptionalExample:
스와이퍼 타입 번호
11swiperTypNmstringOptionalExample:
스와이퍼 타입명
이미지swiperTypIdstringOptionalExample:
스와이퍼 타입ID
IMGuseYnstringOptionalExample:
사용여부
YResponses
200
OK
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
get/v1/display/swiperType
GET /api/bo/v1/display/swiperType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
스와이퍼 타입 기본
swiperTypNostringOptionalExample:
스와이퍼 타입 번호
11swiperTypIdstringOptionalExample:
스와이퍼 타입 ID
IMG_AswiperTypNmstringOptionalExample:
스와이퍼 타입명
이미지AswiperTypDescstringOptionalExample:
스와이퍼 타입 설명
이미지 상하 노출, 텍스트 하단 노출useYnstringOptionalExample:
사용여부
YswiperTypeTgtNmStrstringOptionalExample:
스와이퍼 타입 대상 정보 문자열
이미지+TEXTResponses
200
OK
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
payloadstringOptional
payload
errorbooleanOptional
is error
post/v1/display/swiperType
POST /api/bo/v1/display/swiperType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 274
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}200
OK
{
"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>.
Bodyobject · SwiperType[]
스와이퍼 타입 기본
swiperTypNostringOptionalExample:
스와이퍼 타입 번호
11swiperTypIdstringOptionalExample:
스와이퍼 타입 ID
IMG_AswiperTypNmstringOptionalExample:
스와이퍼 타입명
이미지AswiperTypDescstringOptionalExample:
스와이퍼 타입 설명
이미지 상하 노출, 텍스트 하단 노출useYnstringOptionalExample:
사용여부
YswiperTypeTgtNmStrstringOptionalExample:
스와이퍼 타입 대상 정보 문자열
이미지+TEXTResponses
200
OK
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
payloadstringOptional
payload
errorbooleanOptional
is error
delete/v1/display/swiperType
DELETE /api/bo/v1/display/swiperType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 276
[
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}
]200
OK
{
"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
swiperTypNoListarrayRequiredExample:
스와이퍼 타입 번호 목록
["11","21"]Responses
200
OK
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
get/v1/display/swiperType/swiperTypNo
GET /api/bo/v1/display/swiperType/swiperTypNo?swiperTypNoList=undefined HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": [
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}마지막 업데이트