전시 레이아웃 구성안 관리
구성안명(부분검색)
전시매장유형(HOME/CATEGORY/BRAND/SLOT)
전시위치키
구성안상태(DRAFT/RESERVED/LIVE/OFF)
페이지 번호
1페이지당 개수
100OK
result time
result code
result message
process check
is error
GET /api/bo/v2/display/displayLayoutConfig HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"siteNo": "text",
"configNo": "text",
"configNm": "text",
"shopTypCd": "text",
"locKey": "text",
"dpmlNo": "text",
"configStatCd": "text",
"dispStrDtm": "2026-01-01T00:00:00.000Z",
"dispEndDtm": "2026-01-01T00:00:00.000Z",
"schemaVer": 1,
"registryVer": "text",
"rendererVer": "text",
"renderTarget": "text",
"revisionNo": 1,
"layoutJson": "text",
"useYn": "text"
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}전시 레이아웃 구성안 저장 요청
사이트번호
구성안명
전시매장유형(HOME/CATEGORY/BRAND/SLOT)
전시위치키(위치명/dispCtgNo/brandNo/slotKey)
전시몰번호
전시시작일시
전시종료일시
레이아웃 문서(LayoutDocument) JSON. 생략 시 빈 문서.
리비전번호(기존 저장 수정 시 낙관적락 기준)
렌더대상(PAGE/FRAGMENT/BOTH). 생략 시 PAGE
OK
result time
result code
result message
process check
is error
POST /api/bo/v2/display/displayLayoutConfig HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"siteNo": "text",
"configNm": "text",
"shopTypCd": "text",
"locKey": "text",
"dpmlNo": "text",
"dispStrDtm": "2026-01-01T00:00:00.000Z",
"dispEndDtm": "2026-01-01T00:00:00.000Z",
"layoutDoc": null,
"revisionNo": 1,
"renderTarget": "text"
}OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"siteNo": "text",
"configNo": "text",
"configNm": "text",
"shopTypCd": "text",
"locKey": "text",
"dpmlNo": "text",
"configStatCd": "text",
"dispStrDtm": "2026-01-01T00:00:00.000Z",
"dispEndDtm": "2026-01-01T00:00:00.000Z",
"schemaVer": 1,
"registryVer": "text",
"rendererVer": "text",
"renderTarget": "text",
"revisionNo": 1,
"layoutJson": "text",
"useYn": "text"
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}OK
result time
result code
result message
process check
payload
is error
DELETE /api/bo/v2/display/displayLayoutConfig HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 8
[
"text"
]OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": null,
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}구성안번호
LC0000000001OK
result time
result code
result message
process check
is error
GET /api/bo/v2/display/displayLayoutConfig/{configNo} HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"siteNo": "text",
"configNo": "text",
"configNm": "text",
"shopTypCd": "text",
"locKey": "text",
"dpmlNo": "text",
"configStatCd": "text",
"dispStrDtm": "2026-01-01T00:00:00.000Z",
"dispEndDtm": "2026-01-01T00:00:00.000Z",
"schemaVer": 1,
"registryVer": "text",
"rendererVer": "text",
"renderTarget": "text",
"revisionNo": 1,
"layoutJson": "text",
"useYn": "text"
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}구성안번호
LC0000000001전시 레이아웃 구성안 저장 요청
사이트번호
구성안명
전시매장유형(HOME/CATEGORY/BRAND/SLOT)
전시위치키(위치명/dispCtgNo/brandNo/slotKey)
전시몰번호
전시시작일시
전시종료일시
레이아웃 문서(LayoutDocument) JSON. 생략 시 빈 문서.
리비전번호(기존 저장 수정 시 낙관적락 기준)
렌더대상(PAGE/FRAGMENT/BOTH). 생략 시 PAGE
OK
result time
result code
result message
process check
is error
POST /api/bo/v2/display/displayLayoutConfig/{configNo} HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"siteNo": "text",
"configNm": "text",
"shopTypCd": "text",
"locKey": "text",
"dpmlNo": "text",
"dispStrDtm": "2026-01-01T00:00:00.000Z",
"dispEndDtm": "2026-01-01T00:00:00.000Z",
"layoutDoc": null,
"revisionNo": 1,
"renderTarget": "text"
}OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"siteNo": "text",
"configNo": "text",
"configNm": "text",
"shopTypCd": "text",
"locKey": "text",
"dpmlNo": "text",
"configStatCd": "text",
"dispStrDtm": "2026-01-01T00:00:00.000Z",
"dispEndDtm": "2026-01-01T00:00:00.000Z",
"schemaVer": 1,
"registryVer": "text",
"rendererVer": "text",
"renderTarget": "text",
"revisionNo": 1,
"layoutJson": "text",
"useYn": "text"
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}구성안번호
LC0000000001게시 방식(now/reserve/off)
now현재 리비전(낙관적락 기준)
OK
result time
result code
result message
process check
is error
POST /api/bo/v2/display/displayLayoutConfig/{configNo}/publish?mode=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"siteNo": "text",
"configNo": "text",
"configNm": "text",
"shopTypCd": "text",
"locKey": "text",
"dpmlNo": "text",
"configStatCd": "text",
"dispStrDtm": "2026-01-01T00:00:00.000Z",
"dispEndDtm": "2026-01-01T00:00:00.000Z",
"schemaVer": 1,
"registryVer": "text",
"rendererVer": "text",
"renderTarget": "text",
"revisionNo": 1,
"layoutJson": "text",
"useYn": "text"
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}OK
result time
result code
result message
process check
is error
POST /api/bo/v2/display/displayLayoutConfig/uploadImage HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"files": [
"binary"
]
}OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": [
{
"fileNm": "text",
"filePath": "text"
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}편집 중인 레이아웃 문서로 미리보기 세션을 만든다(api-display 전달).
OK
POST /api/bo/v2/display/displayLayoutConfig/preview/ HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}OK
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}편집 중인 레이아웃 문서로 미리보기 세션을 만든다(api-display 전달).
OK
POST /api/bo/v2/display/displayLayoutConfig/preview HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}OK
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}마지막 업데이트