> 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/special-exhibition-information-management.md).

# Special Exhibition Information Management

## Save Special Exhibition Register/Modify Popup Divider Tab

> \## Function Description\
> \* API for registering/modifying/deleting the Special Exhibition Register/Modify popup Divider tab.\
> \---\
> \## Detailed Description\
> \* Text, banner, and HTML can be registered as divider types, and one is required.\
> \* The divider name is used as the divider name that separates products in the divider product list.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* create : divobjNm \*, divobjGbCd \*, tmplNo \*, dispYn \*, dispSeq \*, dispMediaCd \*, langCd \*, bnrImgPathNm, bnrImgFileNm, cpnBnrImgPathNm, cpnBnrImgFileNm, htmlFileCont, textDivobjNm ,stateForm \*\
> &#x20;   \* update : divobjNo \*, divobjNm \*, divobjGbCd \*, tmplNo \*, dispYn \*, dispSeq \*, dispMediaCd \*, langCd \*, bnrImgPathNm, bnrImgFileNm, cpnBnrImgPathNm, cpnBnrImgFileNm, htmlFileCont, textDivobjNm ,stateForm \*\
> &#x20;   \* delete : mkdpNo \*, divobjNo \*<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":{"PrMkdpDivobjInfo":{"type":"object","description":"Promotion Divider Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"divobjGbCd":{"type":"string","description":"Divider Type Code (DP024)"},"divobjNm":{"type":"string","description":"Delimiter Name"},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"tmplNo":{"type":"string","description":"Template No."},"cpnNo":{"type":"string","description":"Coupon No."},"textDivobjNm":{"type":"string","description":"Text Delimiter Name"},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"cpnBnrImgPathNm":{"type":"string","description":"Coupon Banner Image Path"},"bnrImgAltCont":{"type":"string","description":"Coupon Banner Image Alt Text"},"cpnBnrImgFileNm":{"type":"string","description":"Coupon Banner Image File Name"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"stateForm":{"type":"string","description":"Divider Status"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/savePrMkdpDivobj":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Save Special Exhibition Register/Modify Popup Divider Tab","description":"## Function Description\n* API for registering/modifying/deleting the Special Exhibition Register/Modify popup Divider tab.\n---\n## Detailed Description\n* Text, banner, and HTML can be registered as divider types, and one is required.\n* The divider name is used as the divider name that separates products in the divider product list.\n\n* Input parameters (* : required)\n    * create : divobjNm *, divobjGbCd *, tmplNo *, dispYn *, dispSeq *, dispMediaCd *, langCd *, bnrImgPathNm, bnrImgFileNm, cpnBnrImgPathNm, cpnBnrImgFileNm, htmlFileCont, textDivobjNm ,stateForm *\n    * update : divobjNo *, divobjNm *, divobjGbCd *, tmplNo *, dispYn *, dispSeq *, dispMediaCd *, langCd *, bnrImgPathNm, bnrImgFileNm, cpnBnrImgPathNm, cpnBnrImgFileNm, htmlFileCont, textDivobjNm ,stateForm *\n    * delete : mkdpNo *, divobjNo *\n","operationId":"savePrMkdpDivobj","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","format":"binary"}},"prMkdpDivobjInfoList":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpDivobjInfo"}}},"required":["prMkdpDivobjInfoList"]}}}},"responses":{"200":{"description":"Special Exhibition Divider Tab Save Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Special Exhibition Divider Tab Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Register/Modify Popup Basic Info Tab - Save Special Exhibition Divider Multilingual

> \## Function Description\
> \* API for saving special exhibition divider multilingual information.\
> \---\
> \## Detailed Description\
> \* Multilingual information can be entered according to the divider basic information type. (HTML -> HTML, Banner -> Banner, Text -> Text)\
> \* The divider multilingual name is used as the multilingual divider name that separates products in the divider product list.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* update : mkdpNo \*, divobjNo \*, divobjNm \*, txtDivobjNm, bnrImagPathNm, bnrImgFileNm, cpnBnrImgPathNm, cpnBnrImgFileNm, htmlFileCont, 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":{"PrMkdpDivobjInfo":{"type":"object","description":"Promotion Divider Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"divobjGbCd":{"type":"string","description":"Divider Type Code (DP024)"},"divobjNm":{"type":"string","description":"Delimiter Name"},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"tmplNo":{"type":"string","description":"Template No."},"cpnNo":{"type":"string","description":"Coupon No."},"textDivobjNm":{"type":"string","description":"Text Delimiter Name"},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"cpnBnrImgPathNm":{"type":"string","description":"Coupon Banner Image Path"},"bnrImgAltCont":{"type":"string","description":"Coupon Banner Image Alt Text"},"cpnBnrImgFileNm":{"type":"string","description":"Coupon Banner Image File Name"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"stateForm":{"type":"string","description":"Divider Status"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/savePrMkdpDivobjMl":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Register/Modify Popup Basic Info Tab - Save Special Exhibition Divider Multilingual","description":"## Function Description\n* API for saving special exhibition divider multilingual information.\n---\n## Detailed Description\n* Multilingual information can be entered according to the divider basic information type. (HTML -> HTML, Banner -> Banner, Text -> Text)\n* The divider multilingual name is used as the multilingual divider name that separates products in the divider product list.\n\n* Input parameters (* : required)\n    * update : mkdpNo *, divobjNo *, divobjNm *, txtDivobjNm, bnrImagPathNm, bnrImgFileNm, cpnBnrImgPathNm, cpnBnrImgFileNm, htmlFileCont, langCd *\n","operationId":"savePrMkdpDivobjMl","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","format":"binary"}},"prMkdpDivobjInfo":{"$ref":"#/components/schemas/PrMkdpDivobjInfo"}},"required":["prMkdpDivobjInfo"]}}}},"responses":{"200":{"description":"Special Exhibition Divider Information Multilingual Save Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Special Exhibition Divider Information Multilingual Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Special Exhibition Register/Modify Popup Basic Info Tab

> \## Function Description\
> \* API for registering and modifying the Special Exhibition Register/Modify popup Basic Info tab.\
> \---\
> \## Detailed Description\
> \* A site, a mall under the site, and a group under the mall can be selected.\
> \* List Content 1 and List Content 2 are required. Also, the display medium PC and MO can be registered individually or as common.\
> \* FO exposure is restricted according to member grade and employee status.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* create : mkdpNm \*, siteNo \*, dpmlNo \*, tmplNo \*, dispYn \*, dispSeq \*, dispStrDtm \*, dispEndDtm \*, mdId \*, mkdpTtlHtml, mkdpTtlHtmlPc\
> &#x20;   , htmlContYn, kwdNm, brefDsec, introConts, fotrFileConts, aplyBrand, pcTtopExpYn, langCd \*, dispMediaCd \*, dispStafYn, mbrDispGradCd\
> &#x20;   \* update : mkdpNo \*, mkdpNm \*, siteNo \*, dpmlNo \*, tmplNo \*, dispYn \*, dispSeq \*, dispStrDtm \*, dispEndDtm \*, mdId \*, mkdpTtlHtml, mkdpTtlHtmlPc\
> &#x20;   , htmlContYn, kwdNm, brefDsec,introConts,fotrFileConts, aplyBrand, pcTtopExpYn, langCd \*, dispMediaCd \*, dispStafYn, mbrDispGradCd<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":{"PrMkdpBase":{"type":"object","description":"Promotion Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"mkdpNm":{"type":"string","description":"Special Exhibition Name"},"siteNm":{"type":"string","description":"Site Name"},"dpmlNo":{"type":"string","description":"Mall No."},"tmplNo":{"type":"string","description":"Template No."},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"mdId":{"type":"string","description":"MD in Charge"},"mkdpTtlHtml":{"type":"string","description":"Promotion Title HTML_MO"},"mkdpTtlHtmlPc":{"type":"string","description":"Promotion Title HTML_PC"},"htmlContYn":{"type":"string","description":"HTML Content Availability"},"kwdNm":{"type":"string","description":"Keyword Name"},"brefDesc":{"type":"string","description":"Brief Description"},"introConts":{"type":"string","description":"Introduction"},"fotrFileConts":{"type":"string","description":"Footer File Content"},"brandInfoMap":{"type":"object","additionalProperties":{"type":"string"},"description":"Brand Information"},"aplyBrand":{"type":"array","description":"Promotion Brand List","items":{"type":"string"}},"pcTtopExpYn":{"type":"string","description":"PC Top Exposure Status"},"dispGrpNo":{"type":"string","description":"Display Group No."},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"deleteList":{"type":"array","description":"Deleted Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"dispMediaCd":{"type":"string","description":"Display Media Code"},"dispStafYn":{"type":"string","description":"Employee Status"},"mbrDispGradeCd":{"type":"array","description":"Display Member Code Array","items":{"type":"string"}},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"fileIdx":{"type":"integer","format":"int32","description":"Uploaded File Sequence No."},"dispStatName":{"type":"string"},"dispMediaNm":{"type":"string"},"dispStat":{"type":"string"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ResponsePrMkdpBase":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/PrMkdpBase","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/savePrMkdpBase":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Save Special Exhibition Register/Modify Popup Basic Info Tab","description":"## Function Description\n* API for registering and modifying the Special Exhibition Register/Modify popup Basic Info tab.\n---\n## Detailed Description\n* A site, a mall under the site, and a group under the mall can be selected.\n* List Content 1 and List Content 2 are required. Also, the display medium PC and MO can be registered individually or as common.\n* FO exposure is restricted according to member grade and employee status.\n\n* Input parameters (* : required)\n    * create : mkdpNm *, siteNo *, dpmlNo *, tmplNo *, dispYn *, dispSeq *, dispStrDtm *, dispEndDtm *, mdId *, mkdpTtlHtml, mkdpTtlHtmlPc\n    , htmlContYn, kwdNm, brefDsec, introConts, fotrFileConts, aplyBrand, pcTtopExpYn, langCd *, dispMediaCd *, dispStafYn, mbrDispGradCd\n    * update : mkdpNo *, mkdpNm *, siteNo *, dpmlNo *, tmplNo *, dispYn *, dispSeq *, dispStrDtm *, dispEndDtm *, mdId *, mkdpTtlHtml, mkdpTtlHtmlPc\n    , htmlContYn, kwdNm, brefDsec,introConts,fotrFileConts, aplyBrand, pcTtopExpYn, langCd *, dispMediaCd *, dispStafYn, mbrDispGradCd\n","operationId":"savePrMkdpBase","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","format":"binary"}},"prMkdpBase":{"$ref":"#/components/schemas/PrMkdpBase"}},"required":["prMkdpBase"]}}}},"responses":{"200":{"description":"Special Exhibition Basic Info Tab Register/Modify Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponsePrMkdpBase"}}}},"900":{"description":"Special Exhibition Basic Info Tab Register/Modify Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Registration/Modification Popup Product Information Tab - Bulk Save Product Excel

> \## Function Description\
> \* API for bulk-saving products via Excel on the Product Info tab > Product Bulk Registration tab.\
> \---\
> \## Detailed Description\
> \* Registers products excluding duplicates when registering products via Excel.\
> \* If duplicate products exist, the duplicate products are returned in list form.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* Required values: mkdpNo \*, divobjNo \*, goodsNo \*, itmNo \*, dispSeq \*<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":{"PrMkdpGoodsInfo":{"type":"object","description":"Promotion Product Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Discounted Price"},"errorMessage":{"type":"string","description":"Error Message"},"validStat":{"type":"string","description":"Error Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/saveMarketingMgmtExcelGoodsList":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Registration/Modification Popup Product Information Tab - Bulk Save Product Excel","description":"## Function Description\n* API for bulk-saving products via Excel on the Product Info tab > Product Bulk Registration tab.\n---\n## Detailed Description\n* Registers products excluding duplicates when registering products via Excel.\n* If duplicate products exist, the duplicate products are returned in list form.\n\n* Input parameters (* : required)\n    * Required values: mkdpNo *, divobjNo *, goodsNo *, itmNo *, dispSeq *\n","operationId":"saveMarketingMgmtExcelGoodsList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"required":true},"responses":{"200":{"description":"Bulk Save Special Exhibition Product Excel Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"900":{"description":"Bulk Save Special Exhibition Product Excel Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}},"deprecated":true}}}}
```

## Save Special Exhibition Information Management List

> \## Function Description\
> \* API for modifying/deleting the special exhibition information management list.\
> \---\
> \## Detailed Description\
> \* Modifies/deletes the special exhibition management - special exhibition information via realGrid.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* update : mkdpNo \*, dispYn \*, dispSeq \*, dispStrDtm \*, dispEndDtm \*\
> &#x20;   \* delete : mkdpNo \*<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":{"RealGridCUDRequestPrMkdpBase":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpBase"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpBase"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpBase"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpBase"}}}},"PrMkdpBase":{"type":"object","description":"Promotion Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"mkdpNm":{"type":"string","description":"Special Exhibition Name"},"siteNm":{"type":"string","description":"Site Name"},"dpmlNo":{"type":"string","description":"Mall No."},"tmplNo":{"type":"string","description":"Template No."},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"mdId":{"type":"string","description":"MD in Charge"},"mkdpTtlHtml":{"type":"string","description":"Promotion Title HTML_MO"},"mkdpTtlHtmlPc":{"type":"string","description":"Promotion Title HTML_PC"},"htmlContYn":{"type":"string","description":"HTML Content Availability"},"kwdNm":{"type":"string","description":"Keyword Name"},"brefDesc":{"type":"string","description":"Brief Description"},"introConts":{"type":"string","description":"Introduction"},"fotrFileConts":{"type":"string","description":"Footer File Content"},"brandInfoMap":{"type":"object","additionalProperties":{"type":"string"},"description":"Brand Information"},"aplyBrand":{"type":"array","description":"Promotion Brand List","items":{"type":"string"}},"pcTtopExpYn":{"type":"string","description":"PC Top Exposure Status"},"dispGrpNo":{"type":"string","description":"Display Group No."},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"deleteList":{"type":"array","description":"Deleted Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"dispMediaCd":{"type":"string","description":"Display Media Code"},"dispStafYn":{"type":"string","description":"Employee Status"},"mbrDispGradeCd":{"type":"array","description":"Display Member Code Array","items":{"type":"string"}},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"fileIdx":{"type":"integer","format":"int32","description":"Uploaded File Sequence No."},"dispStatName":{"type":"string"},"dispMediaNm":{"type":"string"},"dispStat":{"type":"string"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/saveMarketingDisplayMgmtList":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Save Special Exhibition Information Management List","description":"## Function Description\n* API for modifying/deleting the special exhibition information management list.\n---\n## Detailed Description\n* Modifies/deletes the special exhibition management - special exhibition information via realGrid.\n\n* Input parameters (* : required)\n    * update : mkdpNo *, dispYn *, dispSeq *, dispStrDtm *, dispEndDtm *\n    * delete : mkdpNo *\n","operationId":"saveMarketingDisplayMgmtList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrMkdpBase"}}},"required":true},"responses":{"200":{"description":"Special Exhibition List Save Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Special Exhibition List Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Register/Modify Popup Basic Info Tab - Save Special Exhibition Basic Info Multilingual

> \## Function Description\
> \* API for saving special exhibition basic information multilingual data.\
> \---\
> \## Detailed Description\
> \* List Content 1 and List Content 2 are required. Also, the display medium PC and MO can be registered individually or as common.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* update : mkdpNo \*, mkdpNm \*, mkdpTtlHtml , mkdpTtlHtmlPc , brefDesc, introConts, fotrFileConts, 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":{"PrMkdpBase":{"type":"object","description":"Promotion Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"mkdpNm":{"type":"string","description":"Special Exhibition Name"},"siteNm":{"type":"string","description":"Site Name"},"dpmlNo":{"type":"string","description":"Mall No."},"tmplNo":{"type":"string","description":"Template No."},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"mdId":{"type":"string","description":"MD in Charge"},"mkdpTtlHtml":{"type":"string","description":"Promotion Title HTML_MO"},"mkdpTtlHtmlPc":{"type":"string","description":"Promotion Title HTML_PC"},"htmlContYn":{"type":"string","description":"HTML Content Availability"},"kwdNm":{"type":"string","description":"Keyword Name"},"brefDesc":{"type":"string","description":"Brief Description"},"introConts":{"type":"string","description":"Introduction"},"fotrFileConts":{"type":"string","description":"Footer File Content"},"brandInfoMap":{"type":"object","additionalProperties":{"type":"string"},"description":"Brand Information"},"aplyBrand":{"type":"array","description":"Promotion Brand List","items":{"type":"string"}},"pcTtopExpYn":{"type":"string","description":"PC Top Exposure Status"},"dispGrpNo":{"type":"string","description":"Display Group No."},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"deleteList":{"type":"array","description":"Deleted Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"dispMediaCd":{"type":"string","description":"Display Media Code"},"dispStafYn":{"type":"string","description":"Employee Status"},"mbrDispGradeCd":{"type":"array","description":"Display Member Code Array","items":{"type":"string"}},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"fileIdx":{"type":"integer","format":"int32","description":"Uploaded File Sequence No."},"dispStatName":{"type":"string"},"dispMediaNm":{"type":"string"},"dispStat":{"type":"string"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ResponsePrMkdpBase":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/PrMkdpBase","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/saveMarketingDisplayMgmtBaseMl":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Register/Modify Popup Basic Info Tab - Save Special Exhibition Basic Info Multilingual","description":"## Function Description\n* API for saving special exhibition basic information multilingual data.\n---\n## Detailed Description\n* List Content 1 and List Content 2 are required. Also, the display medium PC and MO can be registered individually or as common.\n\n* Input parameters (* : required)\n    * update : mkdpNo *, mkdpNm *, mkdpTtlHtml , mkdpTtlHtmlPc , brefDesc, introConts, fotrFileConts, langcd *\n","operationId":"saveMarketingDisplayMgmtBaseMl","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","format":"binary"}},"prMkdpBase":{"$ref":"#/components/schemas/PrMkdpBase"}},"required":["prMkdpBase"]}}}},"responses":{"200":{"description":"Special Exhibition Basic Information Multilingual Save Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponsePrMkdpBase"}}}},"900":{"description":"Special Exhibition Basic Information Multilingual Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Register/Modify Popup Product Info Tab - Save Product Grid

> \## Function Description\
> \* API for registering/modifying/deleting the Product Info tab - product grid.\
> \---\
> \## Detailed Description\
> \* Saves the corresponding product list information via realGrid.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* create : mkdpNo \*, divobjNo \*, goodsNo \*, itmNo \*, dispSeq \*\
> &#x20;   \* update : mkdpNo \*, divobjNo \*, goodsNo \*, itmNo \*, dispSeq \*\
> &#x20;   \* delete : mkdpNo \*, divobjNo \*, goodsNo \*, itmNo \*<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":{"RealGridCUDRequestPrMkdpGoodsInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"PrMkdpGoodsInfo":{"type":"object","description":"Promotion Product Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Discounted Price"},"errorMessage":{"type":"string","description":"Error Message"},"validStat":{"type":"string","description":"Error Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/saveDivobjGoodsGridList":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Register/Modify Popup Product Info Tab - Save Product Grid","description":"## Function Description\n* API for registering/modifying/deleting the Product Info tab - product grid.\n---\n## Detailed Description\n* Saves the corresponding product list information via realGrid.\n\n* Input parameters (* : required)\n    * create : mkdpNo *, divobjNo *, goodsNo *, itmNo *, dispSeq *\n    * update : mkdpNo *, divobjNo *, goodsNo *, itmNo *, dispSeq *\n    * delete : mkdpNo *, divobjNo *, goodsNo *, itmNo *\n","operationId":"saveDivobjGoodsGridList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrMkdpGoodsInfo"}}},"required":true},"responses":{"200":{"description":"Special Exhibition Product Information Save Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Special Exhibition Product Information Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Registration/Modification Popup Product Information Tab - Bulk Save Product Excel

> \## Function Description\
> \* API for bulk-saving products via Excel on the Product Info tab > Product Bulk Registration tab.\
> \---\
> \## Detailed Description\
> \* Registers products excluding duplicates when registering products via Excel.\
> \* If a product exception occurs, an error message is included with the product and returned as the result.\
> \* Only general products can be registered.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* Required values: mkdpNo \*, divobjNo \*, goodsNo \*, itmNo \*, dispSeq \*\
> \---\
> \## Notes (Error Messages)\
> \* Not found or bundle product: The corresponding product number does not exist or is a bundle product.\
> \* Duplicate product, duplicate entered product: This product has already been added.<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":{"PrMkdpGoodsInfo":{"type":"object","description":"Promotion Product Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Discounted Price"},"errorMessage":{"type":"string","description":"Error Message"},"validStat":{"type":"string","description":"Error Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/saveBulkDivobjGoodsUpload":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Registration/Modification Popup Product Information Tab - Bulk Save Product Excel","description":"## Function Description\n* API for bulk-saving products via Excel on the Product Info tab > Product Bulk Registration tab.\n---\n## Detailed Description\n* Registers products excluding duplicates when registering products via Excel.\n* If a product exception occurs, an error message is included with the product and returned as the result.\n* Only general products can be registered.\n\n* Input parameters (* : required)\n    * Required values: mkdpNo *, divobjNo *, goodsNo *, itmNo *, dispSeq *\n---\n## Notes (Error Messages)\n* Not found or bundle product: The corresponding product number does not exist or is a bundle product.\n* Duplicate product, duplicate entered product: This product has already been added.\n","operationId":"saveBulkDivobjGoodsUpload","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"required":true},"responses":{"200":{"description":"Bulk Save Special Exhibition Product Excel Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"900":{"description":"Bulk Save Special Exhibition Product Excel Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Management - Copy Single Special Exhibition

> \## Function Description\
> \* API for copying a single special exhibition.\
> \---\
> \## Detailed Description\
> \* When a special exhibition is copied, the copied special exhibition name is saved in the format 'Special Exhibition Name + (Copy)'.\
> \* The display status of the copied special exhibition is fixed to Not Displayed.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* Required values: mkdpNo \*\
> \---\
> \## Revision History\
> \* \`\`\`Release v1.05\_231204\`\`\` : Sprint 5 PO1 defect/improvement - Improved query WHERE clause<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":{"PrMkdpBase":{"type":"object","description":"Promotion Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"mkdpNm":{"type":"string","description":"Special Exhibition Name"},"siteNm":{"type":"string","description":"Site Name"},"dpmlNo":{"type":"string","description":"Mall No."},"tmplNo":{"type":"string","description":"Template No."},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"mdId":{"type":"string","description":"MD in Charge"},"mkdpTtlHtml":{"type":"string","description":"Promotion Title HTML_MO"},"mkdpTtlHtmlPc":{"type":"string","description":"Promotion Title HTML_PC"},"htmlContYn":{"type":"string","description":"HTML Content Availability"},"kwdNm":{"type":"string","description":"Keyword Name"},"brefDesc":{"type":"string","description":"Brief Description"},"introConts":{"type":"string","description":"Introduction"},"fotrFileConts":{"type":"string","description":"Footer File Content"},"brandInfoMap":{"type":"object","additionalProperties":{"type":"string"},"description":"Brand Information"},"aplyBrand":{"type":"array","description":"Promotion Brand List","items":{"type":"string"}},"pcTtopExpYn":{"type":"string","description":"PC Top Exposure Status"},"dispGrpNo":{"type":"string","description":"Display Group No."},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"deleteList":{"type":"array","description":"Deleted Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"dispMediaCd":{"type":"string","description":"Display Media Code"},"dispStafYn":{"type":"string","description":"Employee Status"},"mbrDispGradeCd":{"type":"array","description":"Display Member Code Array","items":{"type":"string"}},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"fileIdx":{"type":"integer","format":"int32","description":"Uploaded File Sequence No."},"dispStatName":{"type":"string"},"dispMediaNm":{"type":"string"},"dispStat":{"type":"string"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/registerCopyMarketingDisplayMgmt":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Management - Copy Single Special Exhibition","description":"## Function Description\n* API for copying a single special exhibition.\n---\n## Detailed Description\n* When a special exhibition is copied, the copied special exhibition name is saved in the format 'Special Exhibition Name + (Copy)'.\n* The display status of the copied special exhibition is fixed to Not Displayed.\n\n* Input parameters (* : required)\n    * Required values: mkdpNo *\n---\n## Revision History\n* ```Release v1.05_231204``` : Sprint 5 PO1 defect/improvement - Improved query WHERE clause\n","operationId":"registerCopyMarketingDisplayMgmt","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrMkdpBase"}}},"required":true},"responses":{"200":{"description":"Special Exhibition Copy Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Special Exhibition Copy Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## Retrieve Duplicate/Non-Existent Product Exclusion List for Special Exhibition Product Bulk Registration

> \## Function Description\
> \* API that returns the corresponding list excluding duplicate and non-existent products from the special exhibition product bulk registration.\
> \---\
> \## Detailed Description\
> \* If a product exception occurs, an error message is included with the product and returned as the result.\
> \* Only general products can be registered.\
> \---\
> \## Notes (Error Messages)\
> \* Not found or bundle product: The corresponding product number does not exist or is a bundle product.\
> \* Duplicate product: Product numbers cannot be duplicated.<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":{"PrMkdpGoodsInfoSearch":{"type":"object","description":"Promotion Product Information Search Model","properties":{"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"goodsNo":{"type":"string","description":"Product No."},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"goodsArray":{"type":"array","description":"Product No. Array","items":{"type":"string"}},"goodsInfoList":{"type":"array","description":"Product Information List","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"PrMkdpGoodsInfo":{"type":"object","description":"Promotion Product Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Discounted Price"},"errorMessage":{"type":"string","description":"Error Message"},"validStat":{"type":"string","description":"Error Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"}}},"ResponseListPrMkdpGoodsInfo":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"array","description":"payload","items":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getValidPlanShopGoodsList":{"post":{"tags":["Special Exhibition Information Management"],"summary":"Retrieve Duplicate/Non-Existent Product Exclusion List for Special Exhibition Product Bulk Registration","description":"## Function Description\n* API that returns the corresponding list excluding duplicate and non-existent products from the special exhibition product bulk registration.\n---\n## Detailed Description\n* If a product exception occurs, an error message is included with the product and returned as the result.\n* Only general products can be registered.\n---\n## Notes (Error Messages)\n* Not found or bundle product: The corresponding product number does not exist or is a bundle product.\n* Duplicate product: Product numbers cannot be duplicated.\n","operationId":"getValidDisplayGoodsListV2","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"divobjNo","in":"query","description":"Classifier No.","required":true,"schema":{"type":"string"}},{"name":"goodsInfoList","in":"query","description":"Product Information List","required":true,"schema":{"type":"List"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrMkdpGoodsInfoSearch"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListPrMkdpGoodsInfo"}}}}},"deprecated":true}}}}
```

## Special Exhibition Popup Divider Tab - Retrieve Divider Multilingual Information

> \## Function Description\
> \* API for retrieving special exhibition divider multilingual information.\
> \---\
> \## Detailed Description\
> \* Retrieves special exhibition divider multilingual information by receiving the special exhibition number and language 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":{"PrMkdpDivobjInfo":{"type":"object","description":"Promotion Divider Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"divobjGbCd":{"type":"string","description":"Divider Type Code (DP024)"},"divobjNm":{"type":"string","description":"Delimiter Name"},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"tmplNo":{"type":"string","description":"Template No."},"cpnNo":{"type":"string","description":"Coupon No."},"textDivobjNm":{"type":"string","description":"Text Delimiter Name"},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"cpnBnrImgPathNm":{"type":"string","description":"Coupon Banner Image Path"},"bnrImgAltCont":{"type":"string","description":"Coupon Banner Image Alt Text"},"cpnBnrImgFileNm":{"type":"string","description":"Coupon Banner Image File Name"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"stateForm":{"type":"string","description":"Divider Status"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getPrMkdpDivobjMultiLanguage":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Popup Divider Tab - Retrieve Divider Multilingual Information","description":"## Function Description\n* API for retrieving special exhibition divider multilingual information.\n---\n## Detailed Description\n* Retrieves special exhibition divider multilingual information by receiving the special exhibition number and language code.\n","operationId":"getPrMkdpDivobjMultiLanguage","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"divobjNo","in":"query","description":"Classifier No.","required":true,"schema":{"type":"string"}},{"name":"langCd","in":"query","description":"Language Code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Divider Multilingual Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpDivobjInfo"}}}},"900":{"description":"Special Exhibition Divider Multilingual Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Popup Basic Info Tab - Retrieve Basic Info Multilingual

> \## Function Description\
> \* API for retrieving special exhibition basic information multilingual detail information.\
> \---\
> \## Detailed Description\
> \* Retrieves special exhibition multilingual basic information by receiving the special exhibition number and language 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":{"PrMkdpBase":{"type":"object","description":"Promotion Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"mkdpNm":{"type":"string","description":"Special Exhibition Name"},"siteNm":{"type":"string","description":"Site Name"},"dpmlNo":{"type":"string","description":"Mall No."},"tmplNo":{"type":"string","description":"Template No."},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"mdId":{"type":"string","description":"MD in Charge"},"mkdpTtlHtml":{"type":"string","description":"Promotion Title HTML_MO"},"mkdpTtlHtmlPc":{"type":"string","description":"Promotion Title HTML_PC"},"htmlContYn":{"type":"string","description":"HTML Content Availability"},"kwdNm":{"type":"string","description":"Keyword Name"},"brefDesc":{"type":"string","description":"Brief Description"},"introConts":{"type":"string","description":"Introduction"},"fotrFileConts":{"type":"string","description":"Footer File Content"},"brandInfoMap":{"type":"object","additionalProperties":{"type":"string"},"description":"Brand Information"},"aplyBrand":{"type":"array","description":"Promotion Brand List","items":{"type":"string"}},"pcTtopExpYn":{"type":"string","description":"PC Top Exposure Status"},"dispGrpNo":{"type":"string","description":"Display Group No."},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"deleteList":{"type":"array","description":"Deleted Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"dispMediaCd":{"type":"string","description":"Display Media Code"},"dispStafYn":{"type":"string","description":"Employee Status"},"mbrDispGradeCd":{"type":"array","description":"Display Member Code Array","items":{"type":"string"}},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"fileIdx":{"type":"integer","format":"int32","description":"Uploaded File Sequence No."},"dispStatName":{"type":"string"},"dispMediaNm":{"type":"string"},"dispStat":{"type":"string"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getPrMkdpBaseMultiLanguage":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Popup Basic Info Tab - Retrieve Basic Info Multilingual","description":"## Function Description\n* API for retrieving special exhibition basic information multilingual detail information.\n---\n## Detailed Description\n* Retrieves special exhibition multilingual basic information by receiving the special exhibition number and language code.\n","operationId":"getPrMkdpBaseMultiLanguage","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"langCd","in":"query","description":"Language Code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Basic Information Multilingual Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpBase"}}}},"900":{"description":"Special Exhibition Basic Information Multilingual Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Information Management - Retrieve Special Exhibition Information List

> \## Function Description\
> \* API for retrieving the special exhibition information list.\
> \---\
> \## Detailed Description\
> \* Retrieves special exhibition information according to the inquiry conditions of Special Exhibition No., Special Exhibition Name, MD in charge, User ID, Display Status, Brand Name, Display Start Date, Display End Date, Special Exhibition Status, Site No., and Group No.\
> &#x20;   \* Retrieved by Site No., Mall No. under the site, and Display Group No. under the mall.\
> \* The special exhibition information list is displayed in descending order of display order and descending order of display start date.<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":{"PrMkdpBase":{"type":"object","description":"Promotion Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"mkdpNm":{"type":"string","description":"Special Exhibition Name"},"siteNm":{"type":"string","description":"Site Name"},"dpmlNo":{"type":"string","description":"Mall No."},"tmplNo":{"type":"string","description":"Template No."},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"mdId":{"type":"string","description":"MD in Charge"},"mkdpTtlHtml":{"type":"string","description":"Promotion Title HTML_MO"},"mkdpTtlHtmlPc":{"type":"string","description":"Promotion Title HTML_PC"},"htmlContYn":{"type":"string","description":"HTML Content Availability"},"kwdNm":{"type":"string","description":"Keyword Name"},"brefDesc":{"type":"string","description":"Brief Description"},"introConts":{"type":"string","description":"Introduction"},"fotrFileConts":{"type":"string","description":"Footer File Content"},"brandInfoMap":{"type":"object","additionalProperties":{"type":"string"},"description":"Brand Information"},"aplyBrand":{"type":"array","description":"Promotion Brand List","items":{"type":"string"}},"pcTtopExpYn":{"type":"string","description":"PC Top Exposure Status"},"dispGrpNo":{"type":"string","description":"Display Group No."},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"deleteList":{"type":"array","description":"Deleted Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"dispMediaCd":{"type":"string","description":"Display Media Code"},"dispStafYn":{"type":"string","description":"Employee Status"},"mbrDispGradeCd":{"type":"array","description":"Display Member Code Array","items":{"type":"string"}},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"fileIdx":{"type":"integer","format":"int32","description":"Uploaded File Sequence No."},"dispStatName":{"type":"string"},"dispMediaNm":{"type":"string"},"dispStat":{"type":"string"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getPrMkdpBaseList":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Information Management - Retrieve Special Exhibition Information List","description":"## Function Description\n* API for retrieving the special exhibition information list.\n---\n## Detailed Description\n* Retrieves special exhibition information according to the inquiry conditions of Special Exhibition No., Special Exhibition Name, MD in charge, User ID, Display Status, Brand Name, Display Start Date, Display End Date, Special Exhibition Status, Site No., and Group No.\n    * Retrieved by Site No., Mall No. under the site, and Display Group No. under the mall.\n* The special exhibition information list is displayed in descending order of display order and descending order of display start date.\n","operationId":"getPrMkdpBaseList","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","schema":{"type":"string"}},{"name":"mkdpNm","in":"query","description":"Special Exhibition Name","schema":{"type":"string"}},{"name":"mdId","in":"query","description":"MD in Charge","schema":{"type":"string"}},{"name":"dispMediaCd","in":"query","description":"Display Media Code (DP018)","schema":{"type":"string"}},{"name":"userId","in":"query","description":"User ID","schema":{"type":"string"}},{"name":"dispYn","in":"query","description":"Display Status","schema":{"type":"string"}},{"name":"brandNm","in":"query","description":"Brand Name","schema":{"type":"string"}},{"name":"startDate","in":"query","description":"Display Start Date","schema":{"type":"string"}},{"name":"endDate","in":"query","description":"Display End Date","schema":{"type":"string"}},{"name":"dispStat","in":"query","description":"Special Exhibition Status","schema":{"type":"string"}},{"name":"siteNo","in":"query","description":"Site No.","schema":{"type":"string"}},{"name":"dpmlNo","in":"query","description":"Mall No.","schema":{"type":"string"}},{"name":"dispGrpNo","in":"query","description":"Display Group No.","schema":{"type":"string"}},{"name":"rowsPerPage","in":"query","description":"Rows per Page","required":true,"schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"Current Page","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpBase"}}}},"900":{"description":"Special Exhibition Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Popup - Retrieve Special Exhibition Information Detail

> \## Function Description\
> \* API for retrieving special exhibition detail information.\
> \---\
> \## Detailed Description\
> \* Retrieves special exhibition detail information by receiving the special exhibition number and language code.\
> \---\
> \## Revision History\
> \* \`\`\`Release v1.05\_231204\`\`\` : Sprint 5 PO1 defect/improvement - Improved query WHERE clause<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":{"PrMkdpBase":{"type":"object","description":"Promotion Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"mkdpNm":{"type":"string","description":"Special Exhibition Name"},"siteNm":{"type":"string","description":"Site Name"},"dpmlNo":{"type":"string","description":"Mall No."},"tmplNo":{"type":"string","description":"Template No."},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"dispStrDtm":{"type":"string","format":"date-time","description":"Display Start Date/Time"},"dispEndDtm":{"type":"string","format":"date-time","description":"Display End Date/Time"},"mdId":{"type":"string","description":"MD in Charge"},"mkdpTtlHtml":{"type":"string","description":"Promotion Title HTML_MO"},"mkdpTtlHtmlPc":{"type":"string","description":"Promotion Title HTML_PC"},"htmlContYn":{"type":"string","description":"HTML Content Availability"},"kwdNm":{"type":"string","description":"Keyword Name"},"brefDesc":{"type":"string","description":"Brief Description"},"introConts":{"type":"string","description":"Introduction"},"fotrFileConts":{"type":"string","description":"Footer File Content"},"brandInfoMap":{"type":"object","additionalProperties":{"type":"string"},"description":"Brand Information"},"aplyBrand":{"type":"array","description":"Promotion Brand List","items":{"type":"string"}},"pcTtopExpYn":{"type":"string","description":"PC Top Exposure Status"},"dispGrpNo":{"type":"string","description":"Display Group No."},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"deleteList":{"type":"array","description":"Deleted Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"dispMediaCd":{"type":"string","description":"Display Media Code"},"dispStafYn":{"type":"string","description":"Employee Status"},"mbrDispGradeCd":{"type":"array","description":"Display Member Code Array","items":{"type":"string"}},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"fileIdx":{"type":"integer","format":"int32","description":"Uploaded File Sequence No."},"dispStatName":{"type":"string"},"dispMediaNm":{"type":"string"},"dispStat":{"type":"string"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getPrMkdpBaseDetail":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Popup - Retrieve Special Exhibition Information Detail","description":"## Function Description\n* API for retrieving special exhibition detail information.\n---\n## Detailed Description\n* Retrieves special exhibition detail information by receiving the special exhibition number and language code.\n---\n## Revision History\n* ```Release v1.05_231204``` : Sprint 5 PO1 defect/improvement - Improved query WHERE clause\n","operationId":"getPrMkdpBaseDetail","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"langCd","in":"query","description":"Language Code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Detail Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpBase"}}}},"900":{"description":"Special Exhibition Detail Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## Special Exhibition Popup - Retrieve Special Exhibition Image Detail

> \## Function Description\
> \* API for retrieving special exhibition image detail information.\
> \---\
> \## Detailed Description\
> \* Retrieves special exhibition image detail information by receiving the special exhibition number and language 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":{"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getPrDispImgInfoDetail":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Popup - Retrieve Special Exhibition Image Detail","description":"## Function Description\n* API for retrieving special exhibition image detail information.\n---\n## Detailed Description\n* Retrieves special exhibition image detail information by receiving the special exhibition number and language code.\n","operationId":"getPrDispImgInfoDetail","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"langCd","in":"query","description":"Language Code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Detail Image Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrDispImgInfo"}}}},"900":{"description":"Special Exhibition Detail Image Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Popup Divider Tab - Retrieve Divider Information

> \## Function Description\
> \* API for retrieving special exhibition divider detail information.\
> \---\
> \## Detailed Description\
> \* Retrieves special exhibition divider information by receiving the special exhibition number and language 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":{"PrMkdpDivobjInfo":{"type":"object","description":"Promotion Divider Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"divobjGbCd":{"type":"string","description":"Divider Type Code (DP024)"},"divobjNm":{"type":"string","description":"Delimiter Name"},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"tmplNo":{"type":"string","description":"Template No."},"cpnNo":{"type":"string","description":"Coupon No."},"textDivobjNm":{"type":"string","description":"Text Delimiter Name"},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"cpnBnrImgPathNm":{"type":"string","description":"Coupon Banner Image Path"},"bnrImgAltCont":{"type":"string","description":"Coupon Banner Image Alt Text"},"cpnBnrImgFileNm":{"type":"string","description":"Coupon Banner Image File Name"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"stateForm":{"type":"string","description":"Divider Status"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getMarketingDisplayMgmtDivobj":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Popup Divider Tab - Retrieve Divider Information","description":"## Function Description\n* API for retrieving special exhibition divider detail information.\n---\n## Detailed Description\n* Retrieves special exhibition divider information by receiving the special exhibition number and language code.\n","operationId":"getMarketingDisplayMgmtDivobj","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"langCd","in":"query","description":"Language Code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Divider Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpDivobjInfo"}}}},"900":{"description":"Special Exhibition Divider Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Register/Modify Popup Product Info Tab - Retrieve Special Exhibition Divider Grid List

> \## Function Description\
> \* API for retrieving the Product Info tab - special exhibition divider grid list.\
> \---\
> \## Detailed Description\
> \* Retrieves the special exhibition divider list by receiving the special exhibition number.\
> \* The special exhibition divider list is displayed in ascending order of display order and divider number.\
> \---\
> \## Revision History\
> \`\`\`Release v1.02\_231023\`\`\` : Sprint 2 PO1 defect/improvement<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":{"PrMkdpDivobjInfo":{"type":"object","description":"Promotion Divider Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"divobjGbCd":{"type":"string","description":"Divider Type Code (DP024)"},"divobjNm":{"type":"string","description":"Delimiter Name"},"dispYn":{"type":"string","description":"Display Status"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"tmplNo":{"type":"string","description":"Template No."},"cpnNo":{"type":"string","description":"Coupon No."},"textDivobjNm":{"type":"string","description":"Text Delimiter Name"},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"cpnBnrImgPathNm":{"type":"string","description":"Coupon Banner Image Path"},"bnrImgAltCont":{"type":"string","description":"Coupon Banner Image Alt Text"},"cpnBnrImgFileNm":{"type":"string","description":"Coupon Banner Image File Name"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"imgList":{"type":"array","description":"Image List","items":{"$ref":"#/components/schemas/PrDispImgInfo"}},"stateForm":{"type":"string","description":"Divider Status"}}},"PrDispImgInfo":{"type":"object","description":"Display Image Information","properties":{"langCd":{"type":"string","description":"Language Code"},"dispShopGbCd":{"type":"string","description":"Display Store Type Code (DP009)"},"shopCtgNo":{"type":"string","description":"Store Category No."},"imgTypCd":{"type":"string","description":"Image Type Code (DP013)"},"imgSn":{"type":"string","description":"Image Serial No."},"bnrImgPathNm":{"type":"string","description":"Banner Image Path Name"},"bnrImgFileNm":{"type":"string","description":"Banner Image File Name"},"bnrImgAltCont":{"type":"string","description":"Banner Image Alt Text"},"linkUrlAddr":{"type":"string","description":"Linked URL"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispStat":{"type":"string","description":"Special Exhibition Status"},"contPathNm":{"type":"string","description":"Thumbnail Image Path"},"contGbCd":{"type":"string","description":"Content Type Code (SN007)"},"copyShopCtgNo":{"type":"string","description":"Store Category No. (Copy)"},"fileIdx":{"type":"integer","format":"int32","description":"Image Upload Sequence No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getMarketingDisplayDivobjGridList":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Register/Modify Popup Product Info Tab - Retrieve Special Exhibition Divider Grid List","description":"## Function Description\n* API for retrieving the Product Info tab - special exhibition divider grid list.\n---\n## Detailed Description\n* Retrieves the special exhibition divider list by receiving the special exhibition number.\n* The special exhibition divider list is displayed in ascending order of display order and divider number.\n---\n## Revision History\n```Release v1.02_231023``` : Sprint 2 PO1 defect/improvement\n","operationId":"getMarketingDisplayDivobjGridList","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Divider Information List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpDivobjInfo"}}}},"900":{"description":"Special Exhibition Divider Information List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## Special Exhibition Register/Modify Popup Product Info Tab - Retrieve Special Exhibition Product Information Detail

> \## Function Description\
> \* API for retrieving the Product Info tab - product detail information by special exhibition divider.\
> \---\
> \## Detailed Description\
> \* Retrieves the product detail information by divider by receiving the special exhibition number and divider number.\
> \* If duplicate products exist, the duplicate product is excluded, and the display order of the products is set starting from 1.<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":{"PrMkdpGoodsInfo":{"type":"object","description":"Promotion Product Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Discounted Price"},"errorMessage":{"type":"string","description":"Error Message"},"validStat":{"type":"string","description":"Error Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getGoodsListDetail":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Register/Modify Popup Product Info Tab - Retrieve Special Exhibition Product Information Detail","description":"## Function Description\n* API for retrieving the Product Info tab - product detail information by special exhibition divider.\n---\n## Detailed Description\n* Retrieves the product detail information by divider by receiving the special exhibition number and divider number.\n* If duplicate products exist, the duplicate product is excluded, and the display order of the products is set starting from 1.\n","operationId":"getGoodsListDetail_1","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"divobjNo","in":"query","description":"Classifier No.","required":true,"schema":{"type":"string"}},{"name":"goodsArray","in":"query","description":"Product Number Array","required":true,"schema":{"type":"array"}}],"responses":{"200":{"description":"Special Exhibition Divider-Based Product List Inquiry and Setup Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"900":{"description":"Special Exhibition Divider-Based Product List Inquiry and Setup Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Special Exhibition Register/Modify Popup Product Info Tab - Retrieve Special Exhibition Divider-Based Product Grid List

> \## Function Description\
> \* API for retrieving the Product Info tab - product grid list by special exhibition divider.\
> \---\
> \## Detailed Description\
> \* Retrieves the product list by divider by receiving the special exhibition number and divider number.\
> \* The product list by special exhibition divider is displayed in ascending order of display order and ascending order of product registration date.\
> \---\
> \## Revision History\
> \`\`\`Release v1.02\_231023\`\`\` : Sprint 2 PO1 defect/improvement\
> \`\`\`Release v1.06\_250609\`\`\` : Retrieves time deal related information when adding a time deal product<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":{"PrMkdpGoodsInfo":{"type":"object","description":"Promotion Product Information","properties":{"langCd":{"type":"string","description":"Language Code"},"mkdpNo":{"type":"string","description":"Special Exhibition No."},"divobjNo":{"type":"string","description":"Classifier No."},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"norPrc":{"type":"number","description":"Regular Price"},"salePrc":{"type":"number","description":"Discounted Price"},"errorMessage":{"type":"string","description":"Error Message"},"validStat":{"type":"string","description":"Error Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/marketingDisplayMgmt/getDivobjGoodsGridList":{"get":{"tags":["Special Exhibition Information Management"],"summary":"Special Exhibition Register/Modify Popup Product Info Tab - Retrieve Special Exhibition Divider-Based Product Grid List","description":"## Function Description\n* API for retrieving the Product Info tab - product grid list by special exhibition divider.\n---\n## Detailed Description\n* Retrieves the product list by divider by receiving the special exhibition number and divider number.\n* The product list by special exhibition divider is displayed in ascending order of display order and ascending order of product registration date.\n---\n## Revision History\n```Release v1.02_231023``` : Sprint 2 PO1 defect/improvement\n```Release v1.06_250609``` : Retrieves time deal related information when adding a time deal product\n","operationId":"getDivobjGoodsGridList","parameters":[{"name":"mkdpNo","in":"query","description":"Special Exhibition No.","required":true,"schema":{"type":"string"}},{"name":"divobjNo","in":"query","description":"Classifier No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Special Exhibition Divider-Based Product List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrMkdpGoodsInfo"}}}},"900":{"description":"Special Exhibition Divider-Based Product List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````
