# 전시 연결 정보 관리

## 전시연결관리 매장 목록 조회(Tree 형식)

> \## 기능설명\
> \* 전시연결정보관리에서 전시연결관리 매장 목록을 Tree형식으로 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 접근경로 : \[BO] 전시 -> 전시연결관리 -> 전시연결정보관리\
> \
> \* 사이트 번호와 몰번호에 소속된 각 매장 ( 카테고리, 브랜드, 비정형 )의 전시매장 목록을 Tree 형식으로 조회합니다.\
> &#x20;   \* 필수정보: 매장 유형 코드, 사이트 번호, 몰 번호\
> \
> \* 카테고리 매장\
> &#x20;   \* 전시 카테고리를 기준으로 Tree 형식의 결과를 반환한다.\
> \* 브랜드 매장\
> &#x20;   \* 선택된 몰에 소속된 브랜드 매장들을 반환한다.\
> \* 비정형 매장\
> &#x20;   \* 선택된 몰에 소속된 비정형 매장들을 반환한다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrDispShopBase":{"type":"object","description":"전시매장기본","properties":{"shopNo":{"type":"string","description":"매장번호"},"shopTypCd":{"type":"string","description":"매장유형코드(DP003)"},"dpmlNo":{"type":"string","description":"전시몰번호"},"dispShopNm":{"type":"string","description":"전시매장명"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"dispCtgNo":{"type":"string","description":"전시카테고리번호"},"prtTypCd":{"type":"string","description":"출력유형코드(DP002)"},"linkUrlAddr":{"type":"string","description":"연결URL주소","readOnly":true},"linkDispNo":{"type":"string","description":"연결전시번호","readOnly":true},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호"},"shopDescCont":{"type":"string","description":"매장설명내용"},"dispCtgNm":{"type":"string","description":"전시카테고리이름"},"brandNm":{"type":"string","description":"브랜드명","readOnly":true}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/shop":{"get":{"tags":["전시 연결 정보 관리"],"summary":"전시연결관리 매장 목록 조회(Tree 형식)","description":"## 기능설명\n* 전시연결정보관리에서 전시연결관리 매장 목록을 Tree형식으로 조회 API 입니다.\n---\n## 상세설명\n* 접근경로 : [BO] 전시 -> 전시연결관리 -> 전시연결정보관리\n\n* 사이트 번호와 몰번호에 소속된 각 매장 ( 카테고리, 브랜드, 비정형 )의 전시매장 목록을 Tree 형식으로 조회합니다.\n    * 필수정보: 매장 유형 코드, 사이트 번호, 몰 번호\n\n* 카테고리 매장\n    * 전시 카테고리를 기준으로 Tree 형식의 결과를 반환한다.\n* 브랜드 매장\n    * 선택된 몰에 소속된 브랜드 매장들을 반환한다.\n* 비정형 매장\n    * 선택된 몰에 소속된 비정형 매장들을 반환한다.\n","operationId":"getShopTreeList","parameters":[{"name":"shopTypCd","in":"query","description":"매장유형코드(DP003)","required":true,"schema":{"type":"string"}},{"name":"siteNo","in":"query","description":"사이트번호","required":true,"schema":{"type":"string"}},{"name":"dpmlNo","in":"query","description":"몰번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"전시 연결 관리 TREE 호출 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}}},"400":{"description":"전시 연결 관리 TREE 호출 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 전시 연결 관리 - 비정형, 브랜드 매장 등록/수정

> \## 기능설명\
> \* 전시 연결 정보 관리에서 비정형, 브랜드 매장의 정보를 등록 및 수정하는 API 입니다.\
> \---\
> \## 상세설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 브랜드 매장, 비정형 매장 -> 브랜드 매장 추가, 비정형 매장 추가\
> \*\* 저장 후 매장번호를 반환합니다.\
> \
> \* 등록\
> &#x20;   \* 브랜드 매장 추가를 눌러 브랜드 및 매장 정보를 기재하고 브랜드 매장을 추가 한다.\
> &#x20;       \* 필수정보 : 브랜드 번호, 매장 명, 전시여부, 전시 순서\
> \
> &#x20;   \* 비정형 매장 추가를 눌러 매장 정보를 기재하고 비정형 매장을 추가 한다.\
> &#x20;       \* 필수정보 : 매장 명, 매장 설명, 전시여부\
> \* 수정\
> &#x20;   \* 수정이 필요한 매장을 선택 후 매장 정보를 수정한다.\
> &#x20;       \* 필수정보 : 매장 명, 전시 여부, 전시 순서, 브랜드 번호(브랜드 매장일 경우)<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrDispShopBase":{"type":"object","description":"전시매장기본","properties":{"shopNo":{"type":"string","description":"매장번호"},"shopTypCd":{"type":"string","description":"매장유형코드(DP003)"},"dpmlNo":{"type":"string","description":"전시몰번호"},"dispShopNm":{"type":"string","description":"전시매장명"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"dispCtgNo":{"type":"string","description":"전시카테고리번호"},"prtTypCd":{"type":"string","description":"출력유형코드(DP002)"},"linkUrlAddr":{"type":"string","description":"연결URL주소","readOnly":true},"linkDispNo":{"type":"string","description":"연결전시번호","readOnly":true},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호"},"shopDescCont":{"type":"string","description":"매장설명내용"},"dispCtgNm":{"type":"string","description":"전시카테고리이름"},"brandNm":{"type":"string","description":"브랜드명","readOnly":true}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/shop":{"post":{"tags":["전시 연결 정보 관리"],"summary":"전시 연결 관리 - 비정형, 브랜드 매장 등록/수정","description":"## 기능설명\n* 전시 연결 정보 관리에서 비정형, 브랜드 매장의 정보를 등록 및 수정하는 API 입니다.\n---\n## 상세설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 브랜드 매장, 비정형 매장 -> 브랜드 매장 추가, 비정형 매장 추가\n** 저장 후 매장번호를 반환합니다.\n\n* 등록\n    * 브랜드 매장 추가를 눌러 브랜드 및 매장 정보를 기재하고 브랜드 매장을 추가 한다.\n        * 필수정보 : 브랜드 번호, 매장 명, 전시여부, 전시 순서\n\n    * 비정형 매장 추가를 눌러 매장 정보를 기재하고 비정형 매장을 추가 한다.\n        * 필수정보 : 매장 명, 매장 설명, 전시여부\n* 수정\n    * 수정이 필요한 매장을 선택 후 매장 정보를 수정한다.\n        * 필수정보 : 매장 명, 전시 여부, 전시 순서, 브랜드 번호(브랜드 매장일 경우)\n","operationId":"saveShopInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}},"required":true},"responses":{"200":{"description":"비정형, 브랜드 매장 저장 성공","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"비정형, 브랜드 매장 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 전시 연결 관리 - 카테고리 매장 템플릿 지정

> \## 기능설명\
> \* 전시 연결 정보 관리 카테고리 매장의 템플릿 여부를 결정하여 저장하는 API 입니다.\
> \---\
> \## 상세설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 카테고리 매장 -> 카테고리 선택\
> \
> \* 카테고리 매장의 템플릿 여부를 결정한다\
> &#x20;   \* 기본 카테고리 템플릿의 경우 공통 템플릿으로 처리가 된다.\
> &#x20;   \* 매장 템플릿의 경우 템플릿과 코너를 결정하여 처리가 가능하다\
> &#x20;   \* 필수정보 : 출력유형 ( 01 -> 매장 템플릿 / 04 -> 기본 템플릿 )<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrDispShopBase":{"type":"object","description":"전시매장기본","properties":{"shopNo":{"type":"string","description":"매장번호"},"shopTypCd":{"type":"string","description":"매장유형코드(DP003)"},"dpmlNo":{"type":"string","description":"전시몰번호"},"dispShopNm":{"type":"string","description":"전시매장명"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"dispCtgNo":{"type":"string","description":"전시카테고리번호"},"prtTypCd":{"type":"string","description":"출력유형코드(DP002)"},"linkUrlAddr":{"type":"string","description":"연결URL주소","readOnly":true},"linkDispNo":{"type":"string","description":"연결전시번호","readOnly":true},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호"},"shopDescCont":{"type":"string","description":"매장설명내용"},"dispCtgNm":{"type":"string","description":"전시카테고리이름"},"brandNm":{"type":"string","description":"브랜드명","readOnly":true}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/shop/category":{"post":{"tags":["전시 연결 정보 관리"],"summary":"전시 연결 관리 - 카테고리 매장 템플릿 지정","description":"## 기능설명\n* 전시 연결 정보 관리 카테고리 매장의 템플릿 여부를 결정하여 저장하는 API 입니다.\n---\n## 상세설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 카테고리 매장 -> 카테고리 선택\n\n* 카테고리 매장의 템플릿 여부를 결정한다\n    * 기본 카테고리 템플릿의 경우 공통 템플릿으로 처리가 된다.\n    * 매장 템플릿의 경우 템플릿과 코너를 결정하여 처리가 가능하다\n    * 필수정보 : 출력유형 ( 01 -> 매장 템플릿 / 04 -> 기본 템플릿 )\n","operationId":"saveDisplayCategoryTemplate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}},"required":true},"responses":{"200":{"description":"카테고리 매장 템플릿 지정 성공","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"카테고리 매장 템플릿 지정 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 코너 세트 조회

> \## 기능설명\
> \* 코너에 연결된 세트를 조회하는 API 입니다.\
> \---\
> \## 상세설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택\
> \
> \* 코너 번호와 템플릿 코너 번호를 통하여 코너에 연결된 세트를 조회한다.\
> &#x20;   \* 필수정보 : 코너 번호, 템플릿 코너 번호\
> &#x20;       \* 코너 번호 : 코너가 갖고있는 고유 번호\
> &#x20;       \* 템플릿 코너 번호 : 템플릿에 연결된 코너에 부여되는 식별 번호<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrConrSetInfo":{"type":"object","description":"전시세트정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"dispShopNo":{"type":"string","description":"전시매장번호"},"dispYn":{"type":"string","description":"전시여부"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"tmplConrNo":{"type":"string","description":"템플릿코너번호"},"setNm":{"type":"string","description":"세트명"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"setDesc":{"type":"string","description":"세트설명"},"conrNo":{"type":"string","description":"코너번호"},"swipeTyp":{"type":"string","description":"스와이퍼 유형 코드"},"swiperTypNo":{"type":"string","description":"스와이퍼 타입 번호"},"swiperTypId":{"type":"string","description":"스와이퍼 타입 ID"},"swiperTypNm":{"type":"string","description":"스와이퍼 타입명"},"swiperTypeTgtNmStr":{"type":"string","description":"스와이퍼 타입 대상 정보 문자열"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/set":{"get":{"tags":["전시 연결 정보 관리"],"summary":"코너 세트 조회","description":"## 기능설명\n* 코너에 연결된 세트를 조회하는 API 입니다.\n---\n## 상세설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택\n\n* 코너 번호와 템플릿 코너 번호를 통하여 코너에 연결된 세트를 조회한다.\n    * 필수정보 : 코너 번호, 템플릿 코너 번호\n        * 코너 번호 : 코너가 갖고있는 고유 번호\n        * 템플릿 코너 번호 : 템플릿에 연결된 코너에 부여되는 식별 번호\n","operationId":"getSetList","parameters":[{"name":"conrNo","in":"query","description":"코너 번호","required":true,"schema":{"type":"string"}},{"name":"tmplConrNo","in":"query","description":"템플릿 코너 번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"코너 세트 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrSetInfo"}}}},"400":{"description":"코너 세트 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 코너 세트 저장

> \## 기능 설명\
> \* 코너에 연결된 세트를 저장하는 API 입니다. ( 등록/수정/삭제 )\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 수정\
> \
> \* 각 요청별 정보 ( \* 은 필수를 뜻함 )\
> &#x20;   \- 등록 : dispShopNo \*, dispYn \*, dispSeq \*, conrNo \*, tmplConrNo \*, setNm \*, setDesc, swipeTyp, dispStrDtm \*, dispEndDtm \*\
> &#x20;   \- 수정 : dispSetSeq \*, dispShopNo \*, dispYn \*, dispSeq \*, conrNo \*, tmplConrNo \*, setNm \*, setDesc, swipeTyp, dispStrDtm \*, dispEndDtm \*\
> &#x20;   \- 삭제 : dispSetSeq \*<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestPrConrSetInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrConrSetInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrConrSetInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrConrSetInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrConrSetInfo"}}}},"PrConrSetInfo":{"type":"object","description":"전시세트정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"dispShopNo":{"type":"string","description":"전시매장번호"},"dispYn":{"type":"string","description":"전시여부"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"tmplConrNo":{"type":"string","description":"템플릿코너번호"},"setNm":{"type":"string","description":"세트명"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"setDesc":{"type":"string","description":"세트설명"},"conrNo":{"type":"string","description":"코너번호"},"swipeTyp":{"type":"string","description":"스와이퍼 유형 코드"},"swiperTypNo":{"type":"string","description":"스와이퍼 타입 번호"},"swiperTypId":{"type":"string","description":"스와이퍼 타입 ID"},"swiperTypNm":{"type":"string","description":"스와이퍼 타입명"},"swiperTypeTgtNmStr":{"type":"string","description":"스와이퍼 타입 대상 정보 문자열"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/set":{"post":{"tags":["전시 연결 정보 관리"],"summary":"코너 세트 저장","description":"## 기능 설명\n* 코너에 연결된 세트를 저장하는 API 입니다. ( 등록/수정/삭제 )\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 수정\n\n* 각 요청별 정보 ( * 은 필수를 뜻함 )\n    - 등록 : dispShopNo *, dispYn *, dispSeq *, conrNo *, tmplConrNo *, setNm *, setDesc, swipeTyp, dispStrDtm *, dispEndDtm *\n    - 수정 : dispSetSeq *, dispShopNo *, dispYn *, dispSeq *, conrNo *, tmplConrNo *, setNm *, setDesc, swipeTyp, dispStrDtm *, dispEndDtm *\n    - 삭제 : dispSetSeq *\n","operationId":"saveSetList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrConrSetInfo"}}},"required":true},"responses":{"200":{"description":"코너 세트 저장 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrSetInfo"}}}},"400":{"description":"코너 세트 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 콘텐츠정보 목록 조회

> \## 기능 설명\
> \* 코너 세트에 연결된 콘텐츠정보 목록을 조회하는 API 입니다.\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택\
> \
> \* 세트에 연결된 배너 콘텐츠 정보 목록을 조회 한다.\
> &#x20;   \* 필수정보 : 코너 번호, 세트 번호, 코너 대상 코드<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents":{"get":{"tags":["전시 연결 정보 관리"],"summary":"콘텐츠정보 목록 조회","description":"## 기능 설명\n* 코너 세트에 연결된 콘텐츠정보 목록을 조회하는 API 입니다.\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택\n\n* 세트에 연결된 배너 콘텐츠 정보 목록을 조회 한다.\n    * 필수정보 : 코너 번호, 세트 번호, 코너 대상 코드\n","operationId":"getContentsList","parameters":[{"name":"conrNo","in":"query","description":"코너 번호","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"세트 번호","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"코너 대상 코드(DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"콘텐츠정보 목록 조회 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrContInfo"}}}},"400":{"description":"콘텐츠정보 목록 조회 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 콘텐츠정보 목록 저장

> \## 기능 설명\
> \* 세트에 연결된 콘텐츠 목록을 저장하는 API 입니다. ( 등록/수정/삭제 )\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너 콘텐츠 ( 등록/수정/삭제 )\
> \
> \* 각 요청별 정보 ( \* 은 필수를 뜻함 )\
> &#x20;   \- 등록 : dispSetSeq \*, conrTgtCd \*, dispSeq \*, dispYn \*, linkUrlAddr, movFrmeCd, batchRegYn \*, dispStrDtm \*, dispEndDtm \*, contTitleNm, contDesc\
> &#x20;   \- 수정 : dispSetSeq \*, conrTgtCd \*, conrContNo \*, dispSeq \*, dispYn \*, linkUrlAddr, movFrmeCd, batchRegYn \*, dispStrDtm \*, dispEndDtm \*, contTitleNm, contDesc\
> &#x20;   \- 삭제 : conrContNo \*<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestPrConrContInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrConrContInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrConrContInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrConrContInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrConrContInfo"}}}},"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents":{"post":{"tags":["전시 연결 정보 관리"],"summary":"콘텐츠정보 목록 저장","description":"## 기능 설명\n* 세트에 연결된 콘텐츠 목록을 저장하는 API 입니다. ( 등록/수정/삭제 )\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너 콘텐츠 ( 등록/수정/삭제 )\n\n* 각 요청별 정보 ( * 은 필수를 뜻함 )\n    - 등록 : dispSetSeq *, conrTgtCd *, dispSeq *, dispYn *, linkUrlAddr, movFrmeCd, batchRegYn *, dispStrDtm *, dispEndDtm *, contTitleNm, contDesc\n    - 수정 : dispSetSeq *, conrTgtCd *, conrContNo *, dispSeq *, dispYn *, linkUrlAddr, movFrmeCd, batchRegYn *, dispStrDtm *, dispEndDtm *, contTitleNm, contDesc\n    - 삭제 : conrContNo *\n","operationId":"saveContents","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrConrContInfo"}}},"required":true},"responses":{"200":{"description":"콘텐츠정보 목록 저장 성공","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"콘텐츠정보 목록 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 콘텐츠정보 다국어 조회

> \## 기능 설명\
> \* 콘텐츠정보 다국어 조회하는 API 입니다. ( HTML, 이미지, 동영상 )\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 다국어 선택\
> \
> \* 특정 배너( HTML/이미지/동영상 )의 다국어 정보를 조회한다.\
> &#x20;   \* 필수정보 : 세트 번호, 코너 대상 코드, 콘텐츠 번호<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"CornerContentMulti":{"type":"object","description":"코너콘텐츠 다국어","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrContNo":{"type":"string","description":"코너컨텐츠번호"},"content":{"$ref":"#/components/schemas/PrConrContInfo","description":"코너 콘텐츠 (기본)"},"contentMulti":{"$ref":"#/components/schemas/PrConrContInfo","description":"코너 콘텐츠(다국어)"}}},"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents/multiLang":{"get":{"tags":["전시 연결 정보 관리"],"summary":"콘텐츠정보 다국어 조회","description":"## 기능 설명\n* 콘텐츠정보 다국어 조회하는 API 입니다. ( HTML, 이미지, 동영상 )\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 다국어 선택\n\n* 특정 배너( HTML/이미지/동영상 )의 다국어 정보를 조회한다.\n    * 필수정보 : 세트 번호, 코너 대상 코드, 콘텐츠 번호\n","operationId":"getContentsMultiLangList","parameters":[{"name":"conrContNo","in":"query","description":"콘텐츠 번호","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"세트 번호","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"코너 대상 코드(DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"콘텐츠정보 다국어 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CornerContentMulti"}}}},"400":{"description":"콘텐츠정보 다국어 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 콘텐츠정보 다국어 저장

> \## 기능 설명\
> \* 특정 콘텐츠정보 다국어 등록/수정하는 API 입니다. ( HTML, 이미지, 동영상 )\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 다국어 저장\
> \
> \* 특정 콘텐츠정보( HTML/이미지/동영상 )의 다국어 정보를 저장한다.\
> \
> \* 각 요청별 정보 ( \* 은 필수를 뜻함 )\
> &#x20;   \- 등록 : dispSetSeq \*, conrTgtCd \*, conrContNo \*, contTitleNm \*, contDesc \*, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont, langCd \*\
> &#x20;   \- 수정 : dispSetSeq \*, conrTgtCd \*, conrContNo \*, contTitleNm \*, contDesc \*, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont, langCd \*<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents/multiLang":{"post":{"tags":["전시 연결 정보 관리"],"summary":"콘텐츠정보 다국어 저장","description":"## 기능 설명\n* 특정 콘텐츠정보 다국어 등록/수정하는 API 입니다. ( HTML, 이미지, 동영상 )\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 다국어 저장\n\n* 특정 콘텐츠정보( HTML/이미지/동영상 )의 다국어 정보를 저장한다.\n\n* 각 요청별 정보 ( * 은 필수를 뜻함 )\n    - 등록 : dispSetSeq *, conrTgtCd *, conrContNo *, contTitleNm *, contDesc *, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont, langCd *\n    - 수정 : dispSetSeq *, conrTgtCd *, conrContNo *, contTitleNm *, contDesc *, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont, langCd *\n","operationId":"saveContentsMultiLangList","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","format":"binary"}},"prConrContInfo":{"$ref":"#/components/schemas/PrConrContInfo"}},"required":["prConrContInfo"]}}}},"responses":{"200":{"description":"배너 다국어 정보 저장 성공","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"배너 다국어 정보 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## TEXT 콘텐츠정보 다국어 목록 조회

> \## 기능 설명\
> \* TEXT 콘텐츠정보 다국어 목록 조회하는 API 입니다.\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 텍스트배너 선택 -> 다국어 선택\
> \
> \* TEXT 콘텐츠정보 다국어 목록을 조회합니다.\
> &#x20;   \* 필수정보 : 세트번호, 코너 대상 코드, 콘텐츠 번호 리스트<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"CornerContentMulti":{"type":"object","description":"코너콘텐츠 다국어","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrContNo":{"type":"string","description":"코너컨텐츠번호"},"content":{"$ref":"#/components/schemas/PrConrContInfo","description":"코너 콘텐츠 (기본)"},"contentMulti":{"$ref":"#/components/schemas/PrConrContInfo","description":"코너 콘텐츠(다국어)"}}},"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents/multiLang/text":{"get":{"tags":["전시 연결 정보 관리"],"summary":"TEXT 콘텐츠정보 다국어 목록 조회","description":"## 기능 설명\n* TEXT 콘텐츠정보 다국어 목록 조회하는 API 입니다.\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 텍스트배너 선택 -> 다국어 선택\n\n* TEXT 콘텐츠정보 다국어 목록을 조회합니다.\n    * 필수정보 : 세트번호, 코너 대상 코드, 콘텐츠 번호 리스트\n","operationId":"getTextContentsMultiLangList","parameters":[{"name":"conrContNoList","in":"query","description":"콘텐츠 번호","required":true,"schema":{"type":"array"}},{"name":"dispSetSeq","in":"query","description":"세트 번호","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"코너 대상 코드(DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"TEXT 콘텐츠정보 다국어 목록 조회 호출 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CornerContentMulti"}}}},"400":{"description":"TEXT 콘텐츠정보 다국어 목록 조회 호출 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## TEXT 콘텐츠정보 다국어 목록 저장

> \## 기능 설명\
> \* TEXT 배너 다국어 등록/수정하는 API 입니다.\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 텍스트배너 다국어 저장\
> \
> \* TEXT 콘텐츠정보 다국어 목록을 등록/수정합니다.\
> \
> \* 각 요청별 정보 ( \* 은 필수를 뜻함 )\
> &#x20;   \- 등록 : dispSetSeq \*, conrTgtCd \*, conrContNo \*, contTitleNm \*, contDesc \*, langCd \*\
> &#x20;   \- 수정 : dispSetSeq \*, conrTgtCd \*, conrContNo \*, contTitleNm \*, contDesc \*, langCd \*<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestCornerContentMulti":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CornerContentMulti"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CornerContentMulti"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CornerContentMulti"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CornerContentMulti"}}}},"CornerContentMulti":{"type":"object","description":"코너콘텐츠 다국어","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrContNo":{"type":"string","description":"코너컨텐츠번호"},"content":{"$ref":"#/components/schemas/PrConrContInfo","description":"코너 콘텐츠 (기본)"},"contentMulti":{"$ref":"#/components/schemas/PrConrContInfo","description":"코너 콘텐츠(다국어)"}}},"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents/multiLang/text":{"post":{"tags":["전시 연결 정보 관리"],"summary":"TEXT 콘텐츠정보 다국어 목록 저장","description":"## 기능 설명\n* TEXT 배너 다국어 등록/수정하는 API 입니다.\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 텍스트배너 다국어 저장\n\n* TEXT 콘텐츠정보 다국어 목록을 등록/수정합니다.\n\n* 각 요청별 정보 ( * 은 필수를 뜻함 )\n    - 등록 : dispSetSeq *, conrTgtCd *, conrContNo *, contTitleNm *, contDesc *, langCd *\n    - 수정 : dispSetSeq *, conrTgtCd *, conrContNo *, contTitleNm *, contDesc *, langCd *\n","operationId":"saveTextContentsMultiLangList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestCornerContentMulti"}}},"required":true},"responses":{"200":{"description":"TEXT 콘텐츠정보 다국어 목록 저장 성공","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"TEXT 콘텐츠정보 다국어 목록 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 콘텐츠정보 단건 저장

> \## 기능 설명\
> \* 콘텐츠정보를 단건 저장하는 API 입니다. ( HTML, 이미지, 동영상 등록/수정 )\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 콘텐츠 선택 -> 내용 기재 및 수정 저장\
> \
> \* 특정 배너( HTML/이미지/동영상 ) 정보를 추가 및 수정하여 저장 한다.\
> \
> \* 각 요청별 정보 ( \* 은 필수를 뜻함 )\
> &#x20;   \- 등록 : dispSetSeq \*, conrTgtCd \*, dispSeq \*, dispYn \*, linkUrlAddr, movFrmeCd, batchRegYn \*, dispStrDtm \*, dispEndDtm \*, contTitleNm \*, contDesc \*, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont\
> &#x20;   \- 수정 : dispSetSeq \*, conrTgtCd \*, conrContNo \*, dispSeq \*, dispYn \*, linkUrlAddr, movFrmeCd, batchRegYn \*, dispStrDtm \*, dispEndDtm \*, contTitleNm \*, contDesc \*, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents/detail":{"post":{"tags":["전시 연결 정보 관리"],"summary":"콘텐츠정보 단건 저장","description":"## 기능 설명\n* 콘텐츠정보를 단건 저장하는 API 입니다. ( HTML, 이미지, 동영상 등록/수정 )\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 콘텐츠 선택 -> 내용 기재 및 수정 저장\n\n* 특정 배너( HTML/이미지/동영상 ) 정보를 추가 및 수정하여 저장 한다.\n\n* 각 요청별 정보 ( * 은 필수를 뜻함 )\n    - 등록 : dispSetSeq *, conrTgtCd *, dispSeq *, dispYn *, linkUrlAddr, movFrmeCd, batchRegYn *, dispStrDtm *, dispEndDtm *, contTitleNm *, contDesc *, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont\n    - 수정 : dispSetSeq *, conrTgtCd *, conrContNo *, dispSeq *, dispYn *, linkUrlAddr, movFrmeCd, batchRegYn *, dispStrDtm *, dispEndDtm *, contTitleNm *, contDesc *, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont\n","operationId":"saveContents_1","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","format":"binary"}},"prConrContInfo":{"$ref":"#/components/schemas/PrConrContInfo"}},"required":["prConrContInfo"]}}}},"responses":{"200":{"description":"콘텐츠정보 단건 저장 성공","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"콘텐츠정보 단건 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 스와이퍼 대상 목록 조회

> \## 기능 설명\
> \* 스와이퍼 타입에 해당하는 대상 목록 조회 API 입니다.\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 스와이퍼 코너 선택\
> \
> \* 스와이퍼의 경우 스와이퍼 타입이 결정되기 때문에 일반 코너들과 다르게 별도의 대상 항목들이 조회된다.\
> &#x20;   \* 스와이퍼 타입의 종류 및 구성\
> &#x20;       \* IMG\_A : 이미지배너 1개, 텍스트배너 2개\
> &#x20;       \* IMG\_B : 이미지배너 1개, 텍스트배너 1개\
> \
> &#x20;   \* 필수정보 : 코너 번호, 세트 번호<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrConrTgtInfo":{"type":"object","description":"코너대상정보","properties":{"conrNo":{"type":"string","description":"코너번호"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서","minimum":1},"conrTgtCd":{"type":"string","description":"코너대상코드"},"conrTgtCnt":{"type":"integer","format":"int32","description":"코너대상수","maximum":999,"minimum":1},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/swiper/target":{"get":{"tags":["전시 연결 정보 관리"],"summary":"스와이퍼 대상 목록 조회","description":"## 기능 설명\n* 스와이퍼 타입에 해당하는 대상 목록 조회 API 입니다.\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 스와이퍼 코너 선택\n\n* 스와이퍼의 경우 스와이퍼 타입이 결정되기 때문에 일반 코너들과 다르게 별도의 대상 항목들이 조회된다.\n    * 스와이퍼 타입의 종류 및 구성\n        * IMG_A : 이미지배너 1개, 텍스트배너 2개\n        * IMG_B : 이미지배너 1개, 텍스트배너 1개\n\n    * 필수정보 : 코너 번호, 세트 번호\n","operationId":"getSwiperTargetList","parameters":[{"name":"conrNo","in":"query","description":"코너 번호","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"세트 번호","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"스와이퍼 세트 셋팅 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrTgtInfo"}}}},"400":{"description":"스와이퍼 세트 셋팅 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 전시 연결 관리 - 비정형, 브랜드 매장 조회

> \## 기능설명\
> \* 전시 연결 정보 관리에서 비정형, 브랜드 매장의 정보를 조회하는 API 입니다.\
> \---\
> \## 상세설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 브랜드 매장, 비정형 매장\
> \
> \* 매장 번호를 통해서 매장의 정보를 조회한다.\
> &#x20;   \* 필수정보 : 매장 번호\
> \
> \* 브랜드 매장\
> &#x20;   \* 브랜드 매장에 소속된 브랜드 정보 및 매장의 기본 정보를 조회한다.\
> \
> \* 비정형 매장\
> &#x20;   \* 비정형 매장에 기본 정보를 조회한다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrDispShopBase":{"type":"object","description":"전시매장기본","properties":{"shopNo":{"type":"string","description":"매장번호"},"shopTypCd":{"type":"string","description":"매장유형코드(DP003)"},"dpmlNo":{"type":"string","description":"전시몰번호"},"dispShopNm":{"type":"string","description":"전시매장명"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"dispCtgNo":{"type":"string","description":"전시카테고리번호"},"prtTypCd":{"type":"string","description":"출력유형코드(DP002)"},"linkUrlAddr":{"type":"string","description":"연결URL주소","readOnly":true},"linkDispNo":{"type":"string","description":"연결전시번호","readOnly":true},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호"},"shopDescCont":{"type":"string","description":"매장설명내용"},"dispCtgNm":{"type":"string","description":"전시카테고리이름"},"brandNm":{"type":"string","description":"브랜드명","readOnly":true}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/shop/{shopNo}":{"get":{"tags":["전시 연결 정보 관리"],"summary":"전시 연결 관리 - 비정형, 브랜드 매장 조회","description":"## 기능설명\n* 전시 연결 정보 관리에서 비정형, 브랜드 매장의 정보를 조회하는 API 입니다.\n---\n## 상세설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 브랜드 매장, 비정형 매장\n\n* 매장 번호를 통해서 매장의 정보를 조회한다.\n    * 필수정보 : 매장 번호\n\n* 브랜드 매장\n    * 브랜드 매장에 소속된 브랜드 정보 및 매장의 기본 정보를 조회한다.\n\n* 비정형 매장\n    * 비정형 매장에 기본 정보를 조회한다.\n","operationId":"getDisplayShopInfo","parameters":[{"name":"shopNo","in":"path","description":"매장번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"비정형, 브랜드 매장 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}}},"400":{"description":"비정형, 브랜드 매장 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 전시 연결 관리 - 카테고리 매장 조회

> \## 기능설명\
> \* 전시 연결 정보 관리 카테고리 매장을 조회하는 API 입니다.\
> \---\
> \## 상세설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 카테고리 매장 -> 카테고리 선택\
> \
> \* 카테고리 매장을 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrDispShopBase":{"type":"object","description":"전시매장기본","properties":{"shopNo":{"type":"string","description":"매장번호"},"shopTypCd":{"type":"string","description":"매장유형코드(DP003)"},"dpmlNo":{"type":"string","description":"전시몰번호"},"dispShopNm":{"type":"string","description":"전시매장명"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"dispCtgNo":{"type":"string","description":"전시카테고리번호"},"prtTypCd":{"type":"string","description":"출력유형코드(DP002)"},"linkUrlAddr":{"type":"string","description":"연결URL주소","readOnly":true},"linkDispNo":{"type":"string","description":"연결전시번호","readOnly":true},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호"},"shopDescCont":{"type":"string","description":"매장설명내용"},"dispCtgNm":{"type":"string","description":"전시카테고리이름"},"brandNm":{"type":"string","description":"브랜드명","readOnly":true}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/shop/category/{dispCtgNo}":{"get":{"tags":["전시 연결 정보 관리"],"summary":"전시 연결 관리 - 카테고리 매장 조회","description":"## 기능설명\n* 전시 연결 정보 관리 카테고리 매장을 조회하는 API 입니다.\n---\n## 상세설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 카테고리 매장 -> 카테고리 선택\n\n* 카테고리 매장을 조회합니다.\n","operationId":"getDisplayCategoryShop","parameters":[{"name":"dispCtgNo","in":"query","description":"카테고리번호","required":true,"schema":{"type":"string"}},{"name":"siteNo","in":"query","description":"사이트번호","required":true,"schema":{"type":"string"}},{"name":"dpmlNo","in":"query","description":"몰번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"카테고리 매장 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}}},"400":{"description":"카테고리 매장 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 콘텐츠정보 단건 조회

> \## 기능 설명\
> \* 콘텐츠정보 단건 조회하는 API 입니다. ( HTML, 이미지, 동영상 )\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 추가 및 수정\
> \
> \* 특정 배너( HTML/이미지/동영상 )의 배너를 추가 및 수정할 경우 정보를 조회한다.\
> &#x20;   \* 필수정보 : 세트 번호, 코너 대상 코드, 콘텐츠 번호<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrConrContInfo":{"type":"object","description":"코너컨턴츠정보","properties":{"dispSetSeq":{"type":"string","description":"전시세트번호"},"conrTgtCd":{"type":"string","description":"코너 대상 코드(DP005)"},"conrTgtNm":{"type":"string","description":"코너콘텐츠유형","readOnly":true},"conrContNo":{"type":"string","description":"코너콘텐츠번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispSeq":{"type":"integer","format":"int32","description":"전시순서"},"dispYn":{"type":"string","description":"전시여부"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"movFrmeCd":{"type":"string","description":"이동프레임코드(DP007)"},"batchRegYn":{"type":"string","description":"배치등록여부"},"conrTypCd":{"type":"string","description":"코너유형코드(DP010)","readOnly":true},"conrNo":{"type":"string","description":"코너번호","readOnly":true},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"콘텐츠 제목명"},"contFileNm":{"type":"string","description":"콘텐츠 파일명"},"contPathNm":{"type":"string","description":"콘텐츠 파일경로명"},"pcContFileNm":{"type":"string","description":"PC 콘텐츠 파일명"},"pcContPathNm":{"type":"string","description":"PC 콘텐츠 경로명"},"altCont":{"type":"string","description":"ALT 내용"},"htmlFileCont":{"type":"string","description":"HTML파일내용"},"ttlClorText":{"type":"string","description":"타이틀컬러텍스트","readOnly":true},"wrdClorText":{"type":"string","description":"문구컬러텍스트","readOnly":true},"tmplConrNo":{"type":"string","description":"템플릿코너번호","readOnly":true},"contDesc":{"type":"string","description":"콘텐츠설명"},"goodsNo":{"type":"string","description":"상품번호","readOnly":true},"goodsNm":{"type":"string","description":"상품명","readOnly":true},"norPrc":{"type":"number","description":"정상가","readOnly":true},"salePrc":{"type":"number","description":"판매가","readOnly":true},"saleStatCd":{"type":"string","description":"판매상태코드","readOnly":true},"goodsImg":{"type":"string","description":"상품이미지","readOnly":true},"goodsCompCd":{"type":"string","description":"상품구성코드(PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"타임딜적용여부"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"타임딜시작일시","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"타임딜종료일시","readOnly":true},"tmdlSalePrc":{"type":"number","description":"타임딜판매가","readOnly":true},"mkdpNo":{"type":"string","description":"기획전번호","readOnly":true},"mkdpNm":{"type":"string","description":"기획전명","readOnly":true},"contDispYn":{"type":"string","description":"기획전전시여부","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"기획전전시시작일","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"기획전전시종료일","readOnly":true},"dispStat":{"type":"string","description":"기획전 전시 상태","readOnly":true},"contMediaTypeNm":{"type":"string","description":"기획전전시매체 코드명","readOnly":true},"mdNm":{"type":"string","description":"담당MD명","readOnly":true},"brandNo":{"type":"string","description":"브랜드번호","readOnly":true},"brandNm":{"type":"string","description":"브랜드명","readOnly":true},"brandUseYn":{"type":"string","description":"브랜드 사용여부","readOnly":true},"revNo":{"type":"string","description":"리뷰번호","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"리뷰점수","readOnly":true},"revCont":{"type":"string","description":"리뷰내용","readOnly":true},"contRevGbCd":{"type":"string","description":"콘텐츠구분코드(PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"콘텐츠 파일 경로","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML파일내용(한글)","readOnly":true},"contTitleNmKo":{"type":"string","description":"콘텐츠 제목명(한글)","readOnly":true},"contDescKo":{"type":"string","description":"콘텐츠 설명(한글)","readOnly":true},"contFileNmKo":{"type":"string","description":"콘텐츠 파일명(한글)","readOnly":true},"contPathNmKo":{"type":"string","description":"콘텐츠 경로명(한글)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC 콘텐츠 파일명(한글)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC 콘텐츠 경로명(한글)","readOnly":true},"altContKo":{"type":"string","description":"ALT 내용(한글)","readOnly":true},"fileMediaList":{"type":"array","description":"파일매체 목록","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"파일삭제 목록","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/displayConnect/contents/detail/{conrContNo}":{"get":{"tags":["전시 연결 정보 관리"],"summary":"콘텐츠정보 단건 조회","description":"## 기능 설명\n* 콘텐츠정보 단건 조회하는 API 입니다. ( HTML, 이미지, 동영상 )\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 배너( HTML/이미지/동영상 ) 추가 및 수정\n\n* 특정 배너( HTML/이미지/동영상 )의 배너를 추가 및 수정할 경우 정보를 조회한다.\n    * 필수정보 : 세트 번호, 코너 대상 코드, 콘텐츠 번호\n","operationId":"getContents","parameters":[{"name":"conrContNo","in":"query","description":"콘텐츠 번호","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"세트 번호","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"코너 대상 코드(DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"콘텐츠정보 단건 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrContInfo"}}}},"400":{"description":"콘텐츠정보 단건 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/display-bo-api/undefined-11.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
