> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/display-bo-api/display-link-information-management.md).

# Display Link Information Management

## Retrieve Display Linking Management Store List (Tree Format)

> \## Function Description\
> \* API for retrieving the display linking management store list in tree format from Display Linking Information Management.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management\
> \
> \* Retrieves the display store list in tree format for each store (category, brand, unstructured) belonging to the site number and mall number.\
> &#x20;   \* Required information: Store Type Code, Site No., Mall No.\
> \
> \* Category Store\
> &#x20;   \* Returns tree-format results based on the display category.\
> \* Brand Store\
> &#x20;   \* Returns the brand stores belonging to the selected mall.\
> \* Unstructured Store\
> &#x20;   \* Returns the unstructured stores belonging to the selected mall.<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":"Display Store Basic","properties":{"shopNo":{"type":"string","description":"Store No."},"shopTypCd":{"type":"string","description":"Store Type Code (DP003)"},"dpmlNo":{"type":"string","description":"Display Mall No."},"dispShopNm":{"type":"string","description":"Display Store Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"prtTypCd":{"type":"string","description":"Output Type Code (DP002)"},"linkUrlAddr":{"type":"string","description":"Linked URL","readOnly":true},"linkDispNo":{"type":"string","description":"Linked Display No.","readOnly":true},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)","readOnly":true},"brandNo":{"type":"string","description":"Brand No."},"shopDescCont":{"type":"string","description":"Store Description Content"},"dispCtgNm":{"type":"string","description":"Display Category Name"},"brandNm":{"type":"string","description":"Brand Name","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":["Display Link Information Management"],"summary":"Retrieve Display Linking Management Store List (Tree Format)","description":"## Function Description\n* API for retrieving the display linking management store list in tree format from Display Linking Information Management.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management\n\n* Retrieves the display store list in tree format for each store (category, brand, unstructured) belonging to the site number and mall number.\n    * Required information: Store Type Code, Site No., Mall No.\n\n* Category Store\n    * Returns tree-format results based on the display category.\n* Brand Store\n    * Returns the brand stores belonging to the selected mall.\n* Unstructured Store\n    * Returns the unstructured stores belonging to the selected mall.\n","operationId":"getShopTreeList","parameters":[{"name":"shopTypCd","in":"query","description":"Store Type Code (DP003)","required":true,"schema":{"type":"string"}},{"name":"siteNo","in":"query","description":"Site No.","required":true,"schema":{"type":"string"}},{"name":"dpmlNo","in":"query","description":"Mall No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Display Linking Management Tree Call Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}}},"400":{"description":"Display Linking Management Tree Call Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Display Linking Management - Register/Modify Unstructured, Brand Store

> \## Function Description\
> \* API for registering and modifying unstructured and brand store information in Display Linking Information Management.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Brand Store, Unstructured Store -> Add Brand Store, Add Unstructured Store\
> \*\* Returns the store number after saving.\
> \
> \* Registration\
> &#x20;   \* Click Add Brand Store, enter the brand and store information, and add the brand store.\
> &#x20;       \* Required information: Brand No., Store Name, Display Status, Display Order\
> \
> &#x20;   \* Click Add Unstructured Store, enter the store information, and add the unstructured store.\
> &#x20;       \* Required information: Store Name, Store Description, Display Status\
> \* Modification\
> &#x20;   \* Select the store to modify, then modify the store information.\
> &#x20;       \* Required information: Store Name, Display Status, Display Order, Brand No. (for brand stores)<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":"Display Store Basic","properties":{"shopNo":{"type":"string","description":"Store No."},"shopTypCd":{"type":"string","description":"Store Type Code (DP003)"},"dpmlNo":{"type":"string","description":"Display Mall No."},"dispShopNm":{"type":"string","description":"Display Store Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"prtTypCd":{"type":"string","description":"Output Type Code (DP002)"},"linkUrlAddr":{"type":"string","description":"Linked URL","readOnly":true},"linkDispNo":{"type":"string","description":"Linked Display No.","readOnly":true},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)","readOnly":true},"brandNo":{"type":"string","description":"Brand No."},"shopDescCont":{"type":"string","description":"Store Description Content"},"dispCtgNm":{"type":"string","description":"Display Category Name"},"brandNm":{"type":"string","description":"Brand Name","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":["Display Link Information Management"],"summary":"Display Linking Management - Register/Modify Unstructured, Brand Store","description":"## Function Description\n* API for registering and modifying unstructured and brand store information in Display Linking Information Management.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Brand Store, Unstructured Store -> Add Brand Store, Add Unstructured Store\n** Returns the store number after saving.\n\n* Registration\n    * Click Add Brand Store, enter the brand and store information, and add the brand store.\n        * Required information: Brand No., Store Name, Display Status, Display Order\n\n    * Click Add Unstructured Store, enter the store information, and add the unstructured store.\n        * Required information: Store Name, Store Description, Display Status\n* Modification\n    * Select the store to modify, then modify the store information.\n        * Required information: Store Name, Display Status, Display Order, Brand No. (for brand stores)\n","operationId":"saveShopInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}},"required":true},"responses":{"200":{"description":"Unstructured, Brand Store Save Successful","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Unstructured, Brand Store Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Display Linking Management - Assign Category Store Template

> \## Function Description\
> \* API for determining and saving whether a category store in Display Linking Information Management uses a template.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Category Store -> Select Category\
> \
> \* Determines whether the category store uses a template.\
> &#x20;   \* The default category template is processed as a common template.\
> &#x20;   \* For a store template, the template and corner can be determined and processed.\
> &#x20;   \* Required information: Output Type (01 -> Store Template / 04 -> Default Template)<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":"Display Store Basic","properties":{"shopNo":{"type":"string","description":"Store No."},"shopTypCd":{"type":"string","description":"Store Type Code (DP003)"},"dpmlNo":{"type":"string","description":"Display Mall No."},"dispShopNm":{"type":"string","description":"Display Store Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"prtTypCd":{"type":"string","description":"Output Type Code (DP002)"},"linkUrlAddr":{"type":"string","description":"Linked URL","readOnly":true},"linkDispNo":{"type":"string","description":"Linked Display No.","readOnly":true},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)","readOnly":true},"brandNo":{"type":"string","description":"Brand No."},"shopDescCont":{"type":"string","description":"Store Description Content"},"dispCtgNm":{"type":"string","description":"Display Category Name"},"brandNm":{"type":"string","description":"Brand Name","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":["Display Link Information Management"],"summary":"Display Linking Management - Assign Category Store Template","description":"## Function Description\n* API for determining and saving whether a category store in Display Linking Information Management uses a template.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Category Store -> Select Category\n\n* Determines whether the category store uses a template.\n    * The default category template is processed as a common template.\n    * For a store template, the template and corner can be determined and processed.\n    * Required information: Output Type (01 -> Store Template / 04 -> Default Template)\n","operationId":"saveDisplayCategoryTemplate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}},"required":true},"responses":{"200":{"description":"Category Store Template Assignment Successful","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Category Store Template Assignment Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Corner Set

> \## Function Description\
> \* API for retrieving the set linked to a corner.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set\
> \
> \* Retrieves the set linked to the corner using the corner number and template corner number.\
> &#x20;   \* Required information: Corner No., Template Corner No.\
> &#x20;       \* Corner No.: The unique number of the corner\
> &#x20;       \* Template Corner No.: The identification number assigned to a corner linked to a template<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":"Display Set Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"dispShopNo":{"type":"string","description":"Display Store No."},"dispYn":{"type":"string","description":"Display Status"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"tmplConrNo":{"type":"string","description":"Template Corner No."},"setNm":{"type":"string","description":"Set Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"setDesc":{"type":"string","description":"Set Description"},"conrNo":{"type":"string","description":"Corner No."},"swipeTyp":{"type":"string","description":"Swiper Type Code"},"swiperTypNo":{"type":"string","description":"Swiper Type No."},"swiperTypId":{"type":"string","description":"Swiper Type ID"},"swiperTypNm":{"type":"string","description":"Swiper Type Name"},"swiperTypeTgtNmStr":{"type":"string","description":"Swiper Type Target Information String"}}},"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":["Display Link Information Management"],"summary":"Retrieve Corner Set","description":"## Function Description\n* API for retrieving the set linked to a corner.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set\n\n* Retrieves the set linked to the corner using the corner number and template corner number.\n    * Required information: Corner No., Template Corner No.\n        * Corner No.: The unique number of the corner\n        * Template Corner No.: The identification number assigned to a corner linked to a template\n","operationId":"getSetList","parameters":[{"name":"conrNo","in":"query","description":"Corner No.","required":true,"schema":{"type":"string"}},{"name":"tmplConrNo","in":"query","description":"Template Corner No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Corner Set Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrSetInfo"}}}},"400":{"description":"Corner Set Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Corner Set

> \## Function Description\
> \* API for saving the set linked to a corner. (create/modify/delete)\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Modify Set\
> \
> \* Information for each request (\* indicates required)\
> &#x20;   \- Create: dispShopNo \*, dispYn \*, dispSeq \*, conrNo \*, tmplConrNo \*, setNm \*, setDesc, swipeTyp, dispStrDtm \*, dispEndDtm \*\
> &#x20;   \- Modify: dispSetSeq \*, dispShopNo \*, dispYn \*, dispSeq \*, conrNo \*, tmplConrNo \*, setNm \*, setDesc, swipeTyp, dispStrDtm \*, dispEndDtm \*\
> &#x20;   \- Delete: 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":"Display Set Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"dispShopNo":{"type":"string","description":"Display Store No."},"dispYn":{"type":"string","description":"Display Status"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"tmplConrNo":{"type":"string","description":"Template Corner No."},"setNm":{"type":"string","description":"Set Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"setDesc":{"type":"string","description":"Set Description"},"conrNo":{"type":"string","description":"Corner No."},"swipeTyp":{"type":"string","description":"Swiper Type Code"},"swiperTypNo":{"type":"string","description":"Swiper Type No."},"swiperTypId":{"type":"string","description":"Swiper Type ID"},"swiperTypNm":{"type":"string","description":"Swiper Type Name"},"swiperTypeTgtNmStr":{"type":"string","description":"Swiper Type Target Information String"}}},"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":["Display Link Information Management"],"summary":"Save Corner Set","description":"## Function Description\n* API for saving the set linked to a corner. (create/modify/delete)\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Modify Set\n\n* Information for each request (* indicates required)\n    - Create: dispShopNo *, dispYn *, dispSeq *, conrNo *, tmplConrNo *, setNm *, setDesc, swipeTyp, dispStrDtm *, dispEndDtm *\n    - Modify: dispSetSeq *, dispShopNo *, dispYn *, dispSeq *, conrNo *, tmplConrNo *, setNm *, setDesc, swipeTyp, dispStrDtm *, dispEndDtm *\n    - Delete: dispSetSeq *\n","operationId":"saveSetList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrConrSetInfo"}}},"required":true},"responses":{"200":{"description":"Corner Set Save Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrSetInfo"}}}},"400":{"description":"Corner Set Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Content Information List

> \## Function Description\
> \* API for retrieving the content information list linked to a corner set.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set\
> \
> \* Retrieves the banner content information list linked to the set.\
> &#x20;   \* Required information: Corner No., Set No., Corner Target Code<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":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Retrieve Content Information List","description":"## Function Description\n* API for retrieving the content information list linked to a corner set.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set\n\n* Retrieves the banner content information list linked to the set.\n    * Required information: Corner No., Set No., Corner Target Code\n","operationId":"getContentsList","parameters":[{"name":"conrNo","in":"query","description":"Corner No.","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"Set No.","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"Corner Target Code (DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Content Information List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrContInfo"}}}},"400":{"description":"Content Information List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Content Information List

> \## Function Description\
> \* API for saving the content list linked to a set. (create/modify/delete)\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Banner Content (create/modify/delete)\
> \
> \* Information for each request (\* indicates required)\
> &#x20;   \- Create: dispSetSeq \*, conrTgtCd \*, dispSeq \*, dispYn \*, linkUrlAddr, movFrmeCd, batchRegYn \*, dispStrDtm \*, dispEndDtm \*, contTitleNm, contDesc\
> &#x20;   \- Modify: dispSetSeq \*, conrTgtCd \*, conrContNo \*, dispSeq \*, dispYn \*, linkUrlAddr, movFrmeCd, batchRegYn \*, dispStrDtm \*, dispEndDtm \*, contTitleNm, contDesc\
> &#x20;   \- Delete: 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":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Save Content Information List","description":"## Function Description\n* API for saving the content list linked to a set. (create/modify/delete)\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Banner Content (create/modify/delete)\n\n* Information for each request (* indicates required)\n    - Create: dispSetSeq *, conrTgtCd *, dispSeq *, dispYn *, linkUrlAddr, movFrmeCd, batchRegYn *, dispStrDtm *, dispEndDtm *, contTitleNm, contDesc\n    - Modify: dispSetSeq *, conrTgtCd *, conrContNo *, dispSeq *, dispYn *, linkUrlAddr, movFrmeCd, batchRegYn *, dispStrDtm *, dispEndDtm *, contTitleNm, contDesc\n    - Delete: conrContNo *\n","operationId":"saveContents","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrConrContInfo"}}},"required":true},"responses":{"200":{"description":"Content Information List Save Successful","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Content Information List Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Content Information Multilingual Content

> \## Function Description\
> \* API for retrieving multilingual content information. (HTML, image, video)\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Select Banner (HTML/Image/Video) Multilingual\
> \
> \* Retrieves the multilingual information of a specific banner (HTML/Image/Video).\
> &#x20;   \* Required information: Set No., Corner Target Code, Content No.<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":"Corner Content (Multilingual)","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrContNo":{"type":"string","description":"Corner Content No."},"content":{"$ref":"#/components/schemas/PrConrContInfo","description":"Corner Content (Basic)"},"contentMulti":{"$ref":"#/components/schemas/PrConrContInfo","description":"Corner Content (Multilingual)"}}},"PrConrContInfo":{"type":"object","description":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Retrieve Content Information Multilingual Content","description":"## Function Description\n* API for retrieving multilingual content information. (HTML, image, video)\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Select Banner (HTML/Image/Video) Multilingual\n\n* Retrieves the multilingual information of a specific banner (HTML/Image/Video).\n    * Required information: Set No., Corner Target Code, Content No.\n","operationId":"getContentsMultiLangList","parameters":[{"name":"conrContNo","in":"query","description":"Content No.","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"Set No.","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"Corner Target Code (DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Content Information Multilingual Content Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CornerContentMulti"}}}},"400":{"description":"Content Information Multilingual Content Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Content Information Multilingual Content

> \## Function Description\
> \* API for registering/modifying specific content information multilingual content. (HTML, image, video)\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Save Banner (HTML/Image/Video) Multilingual\
> \
> \* Saves the multilingual information of a specific content item (HTML/Image/Video).\
> \
> \* Information for each request (\* indicates required)\
> &#x20;   \- Create: dispSetSeq \*, conrTgtCd \*, conrContNo \*, contTitleNm \*, contDesc \*, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont, langCd \*\
> &#x20;   \- Modify: 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":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Save Content Information Multilingual Content","description":"## Function Description\n* API for registering/modifying specific content information multilingual content. (HTML, image, video)\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Save Banner (HTML/Image/Video) Multilingual\n\n* Saves the multilingual information of a specific content item (HTML/Image/Video).\n\n* Information for each request (* indicates required)\n    - Create: dispSetSeq *, conrTgtCd *, conrContNo *, contTitleNm *, contDesc *, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont, langCd *\n    - Modify: 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":"Banner Multilingual Information Save Successful","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Banner Multilingual Information Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve TEXT Content Information Multilingual List

> \## Function Description\
> \* API for retrieving the TEXT content information multilingual list.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Select Text Banner -> Select Multilingual\
> \
> \* Retrieves the TEXT content information multilingual list.\
> &#x20;   \* Required information: Set No., Corner Target Code, Content No. List<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":"Corner Content (Multilingual)","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrContNo":{"type":"string","description":"Corner Content No."},"content":{"$ref":"#/components/schemas/PrConrContInfo","description":"Corner Content (Basic)"},"contentMulti":{"$ref":"#/components/schemas/PrConrContInfo","description":"Corner Content (Multilingual)"}}},"PrConrContInfo":{"type":"object","description":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Retrieve TEXT Content Information Multilingual List","description":"## Function Description\n* API for retrieving the TEXT content information multilingual list.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Select Text Banner -> Select Multilingual\n\n* Retrieves the TEXT content information multilingual list.\n    * Required information: Set No., Corner Target Code, Content No. List\n","operationId":"getTextContentsMultiLangList","parameters":[{"name":"conrContNoList","in":"query","description":"Content No.","required":true,"schema":{"type":"array"}},{"name":"dispSetSeq","in":"query","description":"Set No.","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"Corner Target Code (DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"TEXT Content Information Multilingual List Inquiry Call Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CornerContentMulti"}}}},"400":{"description":"TEXT Content Information Multilingual List Inquiry Call Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save TEXT Content Information Multilingual List

> \## Function Description\
> \* API for registering/modifying TEXT banner multilingual content.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Save Text Banner Multilingual\
> \
> \* Registers/modifies the TEXT content information multilingual list.\
> \
> \* Information for each request (\* indicates required)\
> &#x20;   \- Create: dispSetSeq \*, conrTgtCd \*, conrContNo \*, contTitleNm \*, contDesc \*, langCd \*\
> &#x20;   \- Modify: 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":"Corner Content (Multilingual)","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrContNo":{"type":"string","description":"Corner Content No."},"content":{"$ref":"#/components/schemas/PrConrContInfo","description":"Corner Content (Basic)"},"contentMulti":{"$ref":"#/components/schemas/PrConrContInfo","description":"Corner Content (Multilingual)"}}},"PrConrContInfo":{"type":"object","description":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Save TEXT Content Information Multilingual List","description":"## Function Description\n* API for registering/modifying TEXT banner multilingual content.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Save Text Banner Multilingual\n\n* Registers/modifies the TEXT content information multilingual list.\n\n* Information for each request (* indicates required)\n    - Create: dispSetSeq *, conrTgtCd *, conrContNo *, contTitleNm *, contDesc *, langCd *\n    - Modify: 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 Information Multilingual List Save Successful","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"TEXT Content Information Multilingual List Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Single Content Information

> \## Function Description\
> \* API for saving a single content item. (HTML, image, video registration/modification)\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Select Banner (HTML/Image/Video) Content -> Enter and Save Content\
> \
> \* Adds and modifies a specific banner (HTML/Image/Video) and saves it.\
> \
> \* Information for each request (\* indicates required)\
> &#x20;   \- Create: dispSetSeq \*, conrTgtCd \*, dispSeq \*, dispYn \*, linkUrlAddr, movFrmeCd, batchRegYn \*, dispStrDtm \*, dispEndDtm \*, contTitleNm \*, contDesc \*, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont\
> &#x20;   \- Modify: 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":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Save Single Content Information","description":"## Function Description\n* API for saving a single content item. (HTML, image, video registration/modification)\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Select Banner (HTML/Image/Video) Content -> Enter and Save Content\n\n* Adds and modifies a specific banner (HTML/Image/Video) and saves it.\n\n* Information for each request (* indicates required)\n    - Create: dispSetSeq *, conrTgtCd *, dispSeq *, dispYn *, linkUrlAddr, movFrmeCd, batchRegYn *, dispStrDtm *, dispEndDtm *, contTitleNm *, contDesc *, contFileNm, contPathNm, pcContFileNm, pcContPathNm, htmlFileCont, altCont\n    - Modify: 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":"Single Content Information Save Successful","content":{"*/*":{"schema":{"type":"string"}}}},"400":{"description":"Single Content Information Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Swiper Target List

> \## Function Description\
> \* API for retrieving the target list corresponding to a swiper type.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select Swiper Corner\
> \
> \* For swipers, since the swiper type is determined, separate target items are retrieved unlike general corners.\
> &#x20;   \* Swiper type kinds and composition\
> &#x20;       \* IMG\_A: 1 image banner, 2 text banners\
> &#x20;       \* IMG\_B: 1 image banner, 1 text banner\
> \
> &#x20;   \* Required information: Corner No., Set No.<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":"Corner Target Information","properties":{"conrNo":{"type":"string","description":"Corner No."},"dispSeq":{"type":"integer","format":"int32","description":"Display Order","minimum":1},"conrTgtCd":{"type":"string","description":"Corner Target Code"},"conrTgtCnt":{"type":"integer","format":"int32","description":"Number of Corner Targets","maximum":999,"minimum":1},"conrTgtNm":{"type":"string","description":"Corner Content Type"}}},"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":["Display Link Information Management"],"summary":"Retrieve Swiper Target List","description":"## Function Description\n* API for retrieving the target list corresponding to a swiper type.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select Swiper Corner\n\n* For swipers, since the swiper type is determined, separate target items are retrieved unlike general corners.\n    * Swiper type kinds and composition\n        * IMG_A: 1 image banner, 2 text banners\n        * IMG_B: 1 image banner, 1 text banner\n\n    * Required information: Corner No., Set No.\n","operationId":"getSwiperTargetList","parameters":[{"name":"conrNo","in":"query","description":"Corner No.","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"Set No.","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"Swiper Set Setup Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrTgtInfo"}}}},"400":{"description":"Swiper Set Setup Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Display Linking Management - Retrieve Unstructured, Brand Store

> \## Function Description\
> \* API for retrieving unstructured and brand store information in Display Linking Information Management.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Brand Store, Unstructured Store\
> \
> \* Retrieves the store information by store number.\
> &#x20;   \* Required information: Store No.\
> \
> \* Brand Store\
> &#x20;   \* Retrieves the brand information belonging to the brand store and the store's basic information.\
> \
> \* Unstructured Store\
> &#x20;   \* Retrieves the basic information of the unstructured store.<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":"Display Store Basic","properties":{"shopNo":{"type":"string","description":"Store No."},"shopTypCd":{"type":"string","description":"Store Type Code (DP003)"},"dpmlNo":{"type":"string","description":"Display Mall No."},"dispShopNm":{"type":"string","description":"Display Store Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"prtTypCd":{"type":"string","description":"Output Type Code (DP002)"},"linkUrlAddr":{"type":"string","description":"Linked URL","readOnly":true},"linkDispNo":{"type":"string","description":"Linked Display No.","readOnly":true},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)","readOnly":true},"brandNo":{"type":"string","description":"Brand No."},"shopDescCont":{"type":"string","description":"Store Description Content"},"dispCtgNm":{"type":"string","description":"Display Category Name"},"brandNm":{"type":"string","description":"Brand Name","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":["Display Link Information Management"],"summary":"Display Linking Management - Retrieve Unstructured, Brand Store","description":"## Function Description\n* API for retrieving unstructured and brand store information in Display Linking Information Management.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Brand Store, Unstructured Store\n\n* Retrieves the store information by store number.\n    * Required information: Store No.\n\n* Brand Store\n    * Retrieves the brand information belonging to the brand store and the store's basic information.\n\n* Unstructured Store\n    * Retrieves the basic information of the unstructured store.\n","operationId":"getDisplayShopInfo","parameters":[{"name":"shopNo","in":"path","description":"Store No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Unstructured, Brand Store Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}}},"400":{"description":"Unstructured, Brand Store Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Display Linking Management - Retrieve Category Store

> \## Function Description\
> \* API for retrieving the category store in Display Linking Information Management.\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Category Store -> Select Category\
> \
> \* Retrieves the category store.<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":"Display Store Basic","properties":{"shopNo":{"type":"string","description":"Store No."},"shopTypCd":{"type":"string","description":"Store Type Code (DP003)"},"dpmlNo":{"type":"string","description":"Display Mall No."},"dispShopNm":{"type":"string","description":"Display Store Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"prtTypCd":{"type":"string","description":"Output Type Code (DP002)"},"linkUrlAddr":{"type":"string","description":"Linked URL","readOnly":true},"linkDispNo":{"type":"string","description":"Linked Display No.","readOnly":true},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)","readOnly":true},"brandNo":{"type":"string","description":"Brand No."},"shopDescCont":{"type":"string","description":"Store Description Content"},"dispCtgNm":{"type":"string","description":"Display Category Name"},"brandNm":{"type":"string","description":"Brand Name","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":["Display Link Information Management"],"summary":"Display Linking Management - Retrieve Category Store","description":"## Function Description\n* API for retrieving the category store in Display Linking Information Management.\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Category Store -> Select Category\n\n* Retrieves the category store.\n","operationId":"getDisplayCategoryShop","parameters":[{"name":"dispCtgNo","in":"query","description":"Category No.","required":true,"schema":{"type":"string"}},{"name":"siteNo","in":"query","description":"Site No.","required":true,"schema":{"type":"string"}},{"name":"dpmlNo","in":"query","description":"Mall No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Category Store Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrDispShopBase"}}}},"400":{"description":"Category Store Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Single Content Information

> \## Function Description\
> \* API for retrieving a single content item. (HTML, image, video)\
> \---\
> \## Detailed Description\
> \* Access path: \[BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Add and Modify Banner (HTML/Image/Video)\
> \
> \* Retrieves the information when adding and modifying a specific banner (HTML/Image/Video).\
> &#x20;   \* Required information: Set No., Corner Target Code, Content No.<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":"Corner Content Information","properties":{"dispSetSeq":{"type":"string","description":"Display Set No."},"conrTgtCd":{"type":"string","description":"Corner Target Code (DP005)"},"conrTgtNm":{"type":"string","description":"Corner Content Type","readOnly":true},"conrContNo":{"type":"string","description":"Corner Content No."},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispYn":{"type":"string","description":"Display Status"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"movFrmeCd":{"type":"string","description":"Navigation Frame Code (DP007)"},"batchRegYn":{"type":"string","description":"Batch Registration Status"},"conrTypCd":{"type":"string","description":"Corner Type Code (DP010)","readOnly":true},"conrNo":{"type":"string","description":"Corner No.","readOnly":true},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)","readOnly":true},"contTitleNm":{"type":"string","description":"Content Title Name"},"contFileNm":{"type":"string","description":"Content File Name"},"contPathNm":{"type":"string","description":"Content File Path"},"pcContFileNm":{"type":"string","description":"PC Content File Name"},"pcContPathNm":{"type":"string","description":"PC Content Path"},"altCont":{"type":"string","description":"ALT Content"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"ttlClorText":{"type":"string","description":"Title Color Text","readOnly":true},"wrdClorText":{"type":"string","description":"Copy Color Text","readOnly":true},"tmplConrNo":{"type":"string","description":"Template Corner No.","readOnly":true},"contDesc":{"type":"string","description":"Content Description"},"goodsNo":{"type":"string","description":"Product No.","readOnly":true},"goodsNm":{"type":"string","description":"Product Name","readOnly":true},"norPrc":{"type":"number","description":"Regular Price","readOnly":true},"salePrc":{"type":"number","description":"Selling Price","readOnly":true},"saleStatCd":{"type":"string","description":"Sales Status Code","readOnly":true},"goodsImg":{"type":"string","description":"Product Image","readOnly":true},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001)","readOnly":true},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time","readOnly":true},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time","readOnly":true},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price","readOnly":true},"mkdpNo":{"type":"string","description":"Special Exhibition No.","readOnly":true},"mkdpNm":{"type":"string","description":"Special Exhibition Name","readOnly":true},"contDispYn":{"type":"string","description":"Promotion Display Status","readOnly":true},"contDispStrDtm":{"type":"string","format":"date-time","description":"Promotion Display Start Date","readOnly":true},"contDispEndDtm":{"type":"string","format":"date-time","description":"Promotion Display End Date","readOnly":true},"dispStat":{"type":"string","description":"Promotion Display Status","readOnly":true},"contMediaTypeNm":{"type":"string","description":"Promotion Display Media Code Name","readOnly":true},"mdNm":{"type":"string","description":"MD in Charge Name","readOnly":true},"brandNo":{"type":"string","description":"Brand No.","readOnly":true},"brandNm":{"type":"string","description":"Brand Name","readOnly":true},"brandUseYn":{"type":"string","description":"Brand Usage Status","readOnly":true},"revNo":{"type":"string","description":"Review No.","readOnly":true},"revScrVal":{"type":"number","format":"float","description":"Review Score","readOnly":true},"revCont":{"type":"string","description":"Review Content","readOnly":true},"contRevGbCd":{"type":"string","description":"Content Type Code (PR021)","readOnly":true},"contFilePathNm":{"type":"string","description":"Content File Path","readOnly":true},"htmlFileContKo":{"type":"string","description":"HTML File Content (Korean)","readOnly":true},"contTitleNmKo":{"type":"string","description":"Content Title Name (Korean)","readOnly":true},"contDescKo":{"type":"string","description":"Content Description (Korean)","readOnly":true},"contFileNmKo":{"type":"string","description":"Content File Name (Korean)","readOnly":true},"contPathNmKo":{"type":"string","description":"Content Path (Korean)","readOnly":true},"pcContFileNmKo":{"type":"string","description":"PC Content File Name (Korean)","readOnly":true},"pcContPathNmKo":{"type":"string","description":"PC Content Path (Korean)","readOnly":true},"altContKo":{"type":"string","description":"ALT Content (Korean)","readOnly":true},"fileMediaList":{"type":"array","description":"File Media List","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"File Deletion List","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":["Display Link Information Management"],"summary":"Retrieve Single Content Information","description":"## Function Description\n* API for retrieving a single content item. (HTML, image, video)\n---\n## Detailed Description\n* Access path: [BO] Display -> Display Linking Management -> Display Linking Information Management -> Select Store -> Select Template -> Select General Corner -> Corner Detail Popup -> Select Set -> Add and Modify Banner (HTML/Image/Video)\n\n* Retrieves the information when adding and modifying a specific banner (HTML/Image/Video).\n    * Required information: Set No., Corner Target Code, Content No.\n","operationId":"getContents","parameters":[{"name":"conrContNo","in":"query","description":"Content No.","required":true,"schema":{"type":"string"}},{"name":"dispSetSeq","in":"query","description":"Set No.","required":true,"schema":{"type":"string"}},{"name":"conrTgtCd","in":"query","description":"Corner Target Code (DP005)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Single Content Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrConrContInfo"}}}},"400":{"description":"Single Content Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
