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

# Popup Information Management

## Retrieve Popup Information List

> \## Function Description\
> \* API for retrieving the popup information list.\
> \---\
> \## Detailed Description\
> \* Retrieves popup information according to the inquiry conditions of Popup Period, Site No., Display Medium, and Channel No./Name.\
> \* The popup information list is displayed in ascending order of Site No. and display start date.\
> \---\
> \## Revision History\
> \`\`\`Release v1.05\_231204\`\`\` : Sprint 5 PO1 defect/improvement - Modified popup inquiry condition query<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":{"PrSitePopupInfo":{"type":"object","description":"Site Popup Information","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"popupNo":{"type":"string","description":"Popup No."},"popupNm":{"type":"string","description":"Popup Name"},"popupDispStrDtm":{"type":"string","format":"date-time","description":"Popup Display Start Date/Time"},"popupDispEndDtm":{"type":"string","format":"date-time","description":"Popup Display End Date/Time"},"popupTypCd":{"type":"string","description":"Popup Type Code (DP014)"},"popupTypCdNm":{"type":"string","description":"Popup Type Code Name (DP014)"},"prioRnk":{"type":"integer","format":"int32","description":"Priority"},"dispMediaCd":{"type":"string","description":"Display Media Code"},"popupSzWdt":{"type":"integer","format":"int32","description":"Popup Size Width"},"popupSzHigh":{"type":"integer","format":"int32","description":"Popup Size Height"},"popupLocLeft":{"type":"integer","format":"int32","description":"Popup Position LEFT"},"popupLocTop":{"type":"integer","format":"int32","description":"Popup Position TOP"},"prtTypCd":{"type":"string","description":"Output Type Code (DP017)"},"popupImgPathNm":{"type":"string","description":"Popup Image Path"},"popupImgFileNm":{"type":"string","description":"Popup Image File Name"},"aosYn":{"type":"string","description":"AOS Display Status"},"iosYn":{"type":"string","description":"iOS Display Status"},"popupLnk":{"type":"string","description":"Popup Link"},"popupCont":{"type":"string","description":"Popup Content"},"useYn":{"type":"string","description":"Usage Status"},"popContGbCd":{"type":"string","description":"Popup Content Type Code (DP029)"},"chlNo":{"type":"string","description":"Channel No."},"popupTgtScrnListApi":{"type":"array","description":"For Display Corner API Transfer","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/sitePopupMgmt":{"get":{"tags":["Popup Information Management"],"summary":"Retrieve Popup Information List","description":"## Function Description\n* API for retrieving the popup information list.\n---\n## Detailed Description\n* Retrieves popup information according to the inquiry conditions of Popup Period, Site No., Display Medium, and Channel No./Name.\n* The popup information list is displayed in ascending order of Site No. and display start date.\n---\n## Revision History\n```Release v1.05_231204``` : Sprint 5 PO1 defect/improvement - Modified popup inquiry condition query\n","operationId":"getSitePopupList","parameters":[{"name":"siteNo","in":"query","description":"Site No.","schema":{"type":"string"}},{"name":"dispMediaCd","in":"query","description":"Display Media Code","schema":{"type":"string"}},{"name":"startDate","in":"query","description":"Start Date","schema":{"type":"string"}},{"name":"endDate","in":"query","description":"End Date","schema":{"type":"string"}},{"name":"chlNo","in":"query","description":"Channel No.","schema":{"type":"string"}},{"name":"chlNm","in":"query","description":"Channel Name","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":"Popup Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrSitePopupInfo"}}}},"900":{"description":"Popup Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## Register/Modify Popup Detail Content

> \## Function Description\
> \* API for registering and modifying popup detail content.\
> \---\
> \## Detailed Description\
> \* If the display medium is PC, the popup location, width/height, and HTML are registered.\
> \* If the display medium is MO, the output type, image type, and HTML are registered.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* Required values: popupNo, popupNm, siteNo, popupDispStrDtm, popupDispEndDtm, popupTypCd, prioRnk, dispMediaCd, popupSzWdt, popupSzHigh, popupLocLeft, popupLocTop\
> &#x20;   , prtTypCd, popupImgPathNm, popupImgFileNm, popupLnk, popupCont, langCd, popContGbCd, popupTgtScrnList, useYn, aosYn, iosYn<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":{"PrSitePopupInfo":{"type":"object","description":"Site Popup Information","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"popupNo":{"type":"string","description":"Popup No."},"popupNm":{"type":"string","description":"Popup Name"},"popupDispStrDtm":{"type":"string","format":"date-time","description":"Popup Display Start Date/Time"},"popupDispEndDtm":{"type":"string","format":"date-time","description":"Popup Display End Date/Time"},"popupTypCd":{"type":"string","description":"Popup Type Code (DP014)"},"popupTypCdNm":{"type":"string","description":"Popup Type Code Name (DP014)"},"prioRnk":{"type":"integer","format":"int32","description":"Priority"},"dispMediaCd":{"type":"string","description":"Display Media Code"},"popupSzWdt":{"type":"integer","format":"int32","description":"Popup Size Width"},"popupSzHigh":{"type":"integer","format":"int32","description":"Popup Size Height"},"popupLocLeft":{"type":"integer","format":"int32","description":"Popup Position LEFT"},"popupLocTop":{"type":"integer","format":"int32","description":"Popup Position TOP"},"prtTypCd":{"type":"string","description":"Output Type Code (DP017)"},"popupImgPathNm":{"type":"string","description":"Popup Image Path"},"popupImgFileNm":{"type":"string","description":"Popup Image File Name"},"aosYn":{"type":"string","description":"AOS Display Status"},"iosYn":{"type":"string","description":"iOS Display Status"},"popupLnk":{"type":"string","description":"Popup Link"},"popupCont":{"type":"string","description":"Popup Content"},"useYn":{"type":"string","description":"Usage Status"},"popContGbCd":{"type":"string","description":"Popup Content Type Code (DP029)"},"chlNo":{"type":"string","description":"Channel No."},"popupTgtScrnListApi":{"type":"array","description":"For Display Corner API Transfer","items":{"type":"string"}}}},"RealGridCUDRequestPrSitePopupChlAplyInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrSitePopupChlAplyInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrSitePopupChlAplyInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrSitePopupChlAplyInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrSitePopupChlAplyInfo"}}}},"PrSitePopupChlAplyInfo":{"type":"object","properties":{"popupNo":{"type":"string","description":"Popup No."},"chlNo":{"type":"string","description":"Channel No."},"chlNm":{"type":"string","description":"Channel Name"},"linkInfo":{"type":"string","description":"Link Information"}}},"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":{"/v2/display/sitePopupMgmt":{"post":{"tags":["Popup Information Management"],"summary":"Register/Modify Popup Detail Content","description":"## Function Description\n* API for registering and modifying popup detail content.\n---\n## Detailed Description\n* If the display medium is PC, the popup location, width/height, and HTML are registered.\n* If the display medium is MO, the output type, image type, and HTML are registered.\n\n* Input parameters (* : required)\n    * Required values: popupNo, popupNm, siteNo, popupDispStrDtm, popupDispEndDtm, popupTypCd, prioRnk, dispMediaCd, popupSzWdt, popupSzHigh, popupLocLeft, popupLocTop\n    , prtTypCd, popupImgPathNm, popupImgFileNm, popupLnk, popupCont, langCd, popContGbCd, popupTgtScrnList, useYn, aosYn, iosYn\n","operationId":"savePrSitePopupInfo","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"prSitePopupInfo":{"$ref":"#/components/schemas/PrSitePopupInfo"},"prSitePopupChlAplyInfoList":{"$ref":"#/components/schemas/RealGridCUDRequestPrSitePopupChlAplyInfo"}},"required":["prSitePopupChlAplyInfoList","prSitePopupInfo"]}}}},"responses":{"200":{"description":"Popup Information Register/Modify Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Popup Information Register/Modify Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Delete Popup Management List

> \## Function Description\
> \* API for deleting popup information.\
> \---\
> \## Detailed Description\
> \* Deletes the corresponding popup information by receiving the popup number.\
> \* Popup No. is required.<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":{"PrSitePopupInfo":{"type":"object","description":"Site Popup Information","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"popupNo":{"type":"string","description":"Popup No."},"popupNm":{"type":"string","description":"Popup Name"},"popupDispStrDtm":{"type":"string","format":"date-time","description":"Popup Display Start Date/Time"},"popupDispEndDtm":{"type":"string","format":"date-time","description":"Popup Display End Date/Time"},"popupTypCd":{"type":"string","description":"Popup Type Code (DP014)"},"popupTypCdNm":{"type":"string","description":"Popup Type Code Name (DP014)"},"prioRnk":{"type":"integer","format":"int32","description":"Priority"},"dispMediaCd":{"type":"string","description":"Display Media Code"},"popupSzWdt":{"type":"integer","format":"int32","description":"Popup Size Width"},"popupSzHigh":{"type":"integer","format":"int32","description":"Popup Size Height"},"popupLocLeft":{"type":"integer","format":"int32","description":"Popup Position LEFT"},"popupLocTop":{"type":"integer","format":"int32","description":"Popup Position TOP"},"prtTypCd":{"type":"string","description":"Output Type Code (DP017)"},"popupImgPathNm":{"type":"string","description":"Popup Image Path"},"popupImgFileNm":{"type":"string","description":"Popup Image File Name"},"aosYn":{"type":"string","description":"AOS Display Status"},"iosYn":{"type":"string","description":"iOS Display Status"},"popupLnk":{"type":"string","description":"Popup Link"},"popupCont":{"type":"string","description":"Popup Content"},"useYn":{"type":"string","description":"Usage Status"},"popContGbCd":{"type":"string","description":"Popup Content Type Code (DP029)"},"chlNo":{"type":"string","description":"Channel No."},"popupTgtScrnListApi":{"type":"array","description":"For Display Corner API Transfer","items":{"type":"string"}}}},"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":{"/v2/display/sitePopupMgmt":{"delete":{"tags":["Popup Information Management"],"summary":"Delete Popup Management List","description":"## Function Description\n* API for deleting popup information.\n---\n## Detailed Description\n* Deletes the corresponding popup information by receiving the popup number.\n* Popup No. is required.\n","operationId":"deleteSitePopupMgmt","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PrSitePopupInfo"}}}},"required":true},"responses":{"200":{"description":"Popup Information Deletion Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Popup Information Deletion Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Register/Modify Popup Multilingual Content

> \## Function Description\
> \* API for registering and modifying popup multilingual content.\
> \---\
> \## Detailed Description\
> \* If the popup content is HTML, multilingual HTML is registered; if it is an image, a multilingual image is registered.\
> \
> \* Input parameters (\* : required)\
> &#x20;   \* Required values: popupNo, popupNm, popupImgPathNm, popupImgFileNm, popupCont, 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":{"PrSitePopupInfo":{"type":"object","description":"Site Popup Information","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"popupNo":{"type":"string","description":"Popup No."},"popupNm":{"type":"string","description":"Popup Name"},"popupDispStrDtm":{"type":"string","format":"date-time","description":"Popup Display Start Date/Time"},"popupDispEndDtm":{"type":"string","format":"date-time","description":"Popup Display End Date/Time"},"popupTypCd":{"type":"string","description":"Popup Type Code (DP014)"},"popupTypCdNm":{"type":"string","description":"Popup Type Code Name (DP014)"},"prioRnk":{"type":"integer","format":"int32","description":"Priority"},"dispMediaCd":{"type":"string","description":"Display Media Code"},"popupSzWdt":{"type":"integer","format":"int32","description":"Popup Size Width"},"popupSzHigh":{"type":"integer","format":"int32","description":"Popup Size Height"},"popupLocLeft":{"type":"integer","format":"int32","description":"Popup Position LEFT"},"popupLocTop":{"type":"integer","format":"int32","description":"Popup Position TOP"},"prtTypCd":{"type":"string","description":"Output Type Code (DP017)"},"popupImgPathNm":{"type":"string","description":"Popup Image Path"},"popupImgFileNm":{"type":"string","description":"Popup Image File Name"},"aosYn":{"type":"string","description":"AOS Display Status"},"iosYn":{"type":"string","description":"iOS Display Status"},"popupLnk":{"type":"string","description":"Popup Link"},"popupCont":{"type":"string","description":"Popup Content"},"useYn":{"type":"string","description":"Usage Status"},"popContGbCd":{"type":"string","description":"Popup Content Type Code (DP029)"},"chlNo":{"type":"string","description":"Channel No."},"popupTgtScrnListApi":{"type":"array","description":"For Display Corner API Transfer","items":{"type":"string"}}}},"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":{"/v2/display/sitePopupMgmt/multiLang":{"post":{"tags":["Popup Information Management"],"summary":"Register/Modify Popup Multilingual Content","description":"## Function Description\n* API for registering and modifying popup multilingual content.\n---\n## Detailed Description\n* If the popup content is HTML, multilingual HTML is registered; if it is an image, a multilingual image is registered.\n\n* Input parameters (* : required)\n    * Required values: popupNo, popupNm, popupImgPathNm, popupImgFileNm, popupCont, langCd\n","operationId":"savePrSiteMultiLanguage","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"prSitePopupInfo":{"$ref":"#/components/schemas/PrSitePopupInfo"}},"required":["prSitePopupInfo"]}}}},"responses":{"200":{"description":"Popup Multilingual Information Register/Modify Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Popup Multilingual Information Register/Modify Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Popup Detail Information

> \## Function Description\
> \* API for retrieving popup detail information.\
> \---\
> \## Detailed Description\
> \* Retrieves the corresponding popup detail information by popup number.<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":{"PrSitePopupInfo":{"type":"object","description":"Site Popup Information","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"popupNo":{"type":"string","description":"Popup No."},"popupNm":{"type":"string","description":"Popup Name"},"popupDispStrDtm":{"type":"string","format":"date-time","description":"Popup Display Start Date/Time"},"popupDispEndDtm":{"type":"string","format":"date-time","description":"Popup Display End Date/Time"},"popupTypCd":{"type":"string","description":"Popup Type Code (DP014)"},"popupTypCdNm":{"type":"string","description":"Popup Type Code Name (DP014)"},"prioRnk":{"type":"integer","format":"int32","description":"Priority"},"dispMediaCd":{"type":"string","description":"Display Media Code"},"popupSzWdt":{"type":"integer","format":"int32","description":"Popup Size Width"},"popupSzHigh":{"type":"integer","format":"int32","description":"Popup Size Height"},"popupLocLeft":{"type":"integer","format":"int32","description":"Popup Position LEFT"},"popupLocTop":{"type":"integer","format":"int32","description":"Popup Position TOP"},"prtTypCd":{"type":"string","description":"Output Type Code (DP017)"},"popupImgPathNm":{"type":"string","description":"Popup Image Path"},"popupImgFileNm":{"type":"string","description":"Popup Image File Name"},"aosYn":{"type":"string","description":"AOS Display Status"},"iosYn":{"type":"string","description":"iOS Display Status"},"popupLnk":{"type":"string","description":"Popup Link"},"popupCont":{"type":"string","description":"Popup Content"},"useYn":{"type":"string","description":"Usage Status"},"popContGbCd":{"type":"string","description":"Popup Content Type Code (DP029)"},"chlNo":{"type":"string","description":"Channel No."},"popupTgtScrnListApi":{"type":"array","description":"For Display Corner API Transfer","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/sitePopupMgmt/{popupNo}":{"get":{"tags":["Popup Information Management"],"summary":"Retrieve Popup Detail Information","description":"## Function Description\n* API for retrieving popup detail information.\n---\n## Detailed Description\n* Retrieves the corresponding popup detail information by popup number.\n","operationId":"getSitePopupDetail","parameters":[{"name":"popupNo","in":"query","description":"Popup No.","required":true,"schema":{"type":"string"}},{"name":"langCd","in":"query","description":"Language Code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Popup Detail Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrSitePopupInfo"}}}},"900":{"description":"Popup Detail Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Popup Multilingual Detail Information

> \## Function Description\
> \* API for retrieving popup multilingual detail information.\
> \---\
> \## Detailed Description\
> \* Retrieves the corresponding popup detail information by popup number.<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":{"PrSitePopupInfo":{"type":"object","description":"Site Popup Information","properties":{"siteNo":{"type":"string","description":"Site No."},"langCd":{"type":"string","description":"Language Code"},"popupNo":{"type":"string","description":"Popup No."},"popupNm":{"type":"string","description":"Popup Name"},"popupDispStrDtm":{"type":"string","format":"date-time","description":"Popup Display Start Date/Time"},"popupDispEndDtm":{"type":"string","format":"date-time","description":"Popup Display End Date/Time"},"popupTypCd":{"type":"string","description":"Popup Type Code (DP014)"},"popupTypCdNm":{"type":"string","description":"Popup Type Code Name (DP014)"},"prioRnk":{"type":"integer","format":"int32","description":"Priority"},"dispMediaCd":{"type":"string","description":"Display Media Code"},"popupSzWdt":{"type":"integer","format":"int32","description":"Popup Size Width"},"popupSzHigh":{"type":"integer","format":"int32","description":"Popup Size Height"},"popupLocLeft":{"type":"integer","format":"int32","description":"Popup Position LEFT"},"popupLocTop":{"type":"integer","format":"int32","description":"Popup Position TOP"},"prtTypCd":{"type":"string","description":"Output Type Code (DP017)"},"popupImgPathNm":{"type":"string","description":"Popup Image Path"},"popupImgFileNm":{"type":"string","description":"Popup Image File Name"},"aosYn":{"type":"string","description":"AOS Display Status"},"iosYn":{"type":"string","description":"iOS Display Status"},"popupLnk":{"type":"string","description":"Popup Link"},"popupCont":{"type":"string","description":"Popup Content"},"useYn":{"type":"string","description":"Usage Status"},"popContGbCd":{"type":"string","description":"Popup Content Type Code (DP029)"},"chlNo":{"type":"string","description":"Channel No."},"popupTgtScrnListApi":{"type":"array","description":"For Display Corner API Transfer","items":{"type":"string"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/sitePopupMgmt/multiLang/{popupNo}":{"get":{"tags":["Popup Information Management"],"summary":"Retrieve Popup Multilingual Detail Information","description":"## Function Description\n* API for retrieving popup multilingual detail information.\n---\n## Detailed Description\n* Retrieves the corresponding popup detail information by popup number.\n","operationId":"getSitePopupDetailMl","parameters":[{"name":"popupNo","in":"query","description":"Popup No.","required":true,"schema":{"type":"string"}},{"name":"langCd","in":"query","description":"Language Code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Popup Multilingual Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrSitePopupInfo"}}}},"900":{"description":"Popup Multilingual Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Popup Detail - Retrieve Channel Applied Information List

> \## Function Description\
> \* API for retrieving the channel applied information list.\
> \---\
> \## Detailed Description\
> \* Retrieves the channel applied information list corresponding to the popup 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":{"PrSitePopupChlAplyInfo":{"type":"object","properties":{"popupNo":{"type":"string","description":"Popup No."},"chlNo":{"type":"string","description":"Channel No."},"chlNm":{"type":"string","description":"Channel Name"},"linkInfo":{"type":"string","description":"Link Information"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/sitePopupMgmt/chlAplyInfo/{popupNo}":{"get":{"tags":["Popup Information Management"],"summary":"Popup Detail - Retrieve Channel Applied Information List","description":"## Function Description\n* API for retrieving the channel applied information list.\n---\n## Detailed Description\n* Retrieves the channel applied information list corresponding to the popup number.\n---\n## Revision History\n```Release v1.02_231023``` : Sprint 2 PO1 defect/improvement\n","operationId":"getSitePopupChlAplyInfo","parameters":[{"name":"popupNo","in":"query","description":"Popup No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Channel Applied Information List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrSitePopupChlAplyInfo"}}}},"900":{"description":"Channel Applied Information List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````
