# 전시 템플릿 관리

## 전시 템플릿 연결 매장/기획전 존재 여부

> \## 기능설명\
> \* 전시 템플릿 연결 매장/기획전 존재 여부 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 템플릿번호, 템플릿유형코드로 전시 템플릿이 연결된 매장/기획전 존재 여부를 조회합니다.<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":{"PrTmplSearch":{"type":"object","description":"템플릿기본 검색","properties":{"tmplNo":{"type":"string","description":"템플릿번호"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplFileNm":{"type":"string","description":"템플릿파일명"},"tmplTypCd":{"type":"string","description":"템플릿타입코드(DP004)"},"useYn":{"type":"string","description":"사용여부"},"offset":{"type":"integer","format":"int32"}}},"ResponseBoolean":{"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":"boolean","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"}}}}},"paths":{"/v2/display/displayTemplateMgmt/tmplMappCheck":{"post":{"tags":["전시 템플릿 관리"],"summary":"전시 템플릿 연결 매장/기획전 존재 여부","description":"## 기능설명\n* 전시 템플릿 연결 매장/기획전 존재 여부 조회 API 입니다.\n---\n## 상세설명\n* 템플릿번호, 템플릿유형코드로 전시 템플릿이 연결된 매장/기획전 존재 여부를 조회합니다.\n","operationId":"getDisplayTemplateMappCheck","parameters":[{"name":"tmplNo","in":"query","description":"템플릿번호","required":true,"schema":{"type":"string"}},{"name":"tmplTypCd","in":"query","description":"템플릿유형코드(DP004)","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PrTmplSearch"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseBoolean"}}}}}}}}}
```

## POST /v2/display/displayTemplateMgmt/saveTemplate

>

```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":{"DisplayTemplateDto":{"type":"object","description":"템플릿기본","properties":{"tmplNo":{"type":"string","description":"템플릿번호"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplTypCd":{"type":"string","description":"템플릿유형코드(DP004)"},"tmplFileNm":{"type":"string","description":"템플릿파일명"},"useYn":{"type":"string","description":"사용여부"},"tmplMappCount":{"type":"integer","format":"int64","description":"탬플릿 매핑 수"}}},"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"}}}}},"paths":{"/v2/display/displayTemplateMgmt/saveTemplate":{"post":{"tags":["전시 템플릿 관리"],"operationId":"saveTemplate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisplayTemplateDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}}}}}}}
```

## 전시 템플릿 목록 조회

> \## 기능설명\
> \* 전시 템플릿 목록 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 템플릿번호, 템프릿명, 템플릿유형코드, 사용여부, 템플릿파일명에 해당되는 템플릿 목록을 조회합니다.\
> \---\
> \## 코드정리\
> \* \`\`\` 사용여부 \`\`\` : Y,N<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":{"ResponseRealGridListResponseDisplayTemplateDto":{"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/RealGridListResponseDisplayTemplateDto","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseDisplayTemplateDto":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/DisplayTemplateDto"}}}},"DisplayTemplateDto":{"type":"object","description":"템플릿기본","properties":{"tmplNo":{"type":"string","description":"템플릿번호"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplTypCd":{"type":"string","description":"템플릿유형코드(DP004)"},"tmplFileNm":{"type":"string","description":"템플릿파일명"},"useYn":{"type":"string","description":"사용여부"},"tmplMappCount":{"type":"integer","format":"int64","description":"탬플릿 매핑 수"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v2/display/displayTemplateMgmt":{"get":{"tags":["전시 템플릿 관리"],"summary":"전시 템플릿 목록 조회","description":"## 기능설명\n* 전시 템플릿 목록 조회 API 입니다.\n---\n## 상세설명\n* 템플릿번호, 템프릿명, 템플릿유형코드, 사용여부, 템플릿파일명에 해당되는 템플릿 목록을 조회합니다.\n---\n## 코드정리\n* ``` 사용여부 ``` : Y,N\n","operationId":"getDisplayTemplateList","parameters":[{"name":"tmplNo","in":"query","description":"템플릿번호","schema":{"type":"string"}},{"name":"tmplNm","in":"query","description":"템플릿명","schema":{"type":"string"}},{"name":"tmplTypCd","in":"query","description":"템플릿유형코드(DP004)","schema":{"type":"string"}},{"name":"useYn","in":"query","description":"사용여부","schema":{"type":"string"}},{"name":"tmplFileNm","in":"query","description":"템플릿파일명","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseDisplayTemplateDto"}}}}}}}}}
````

## 전시 템플릿 목록 식제

> \## 기능설명\
> \* 전시 템플릿 목록 삭제 API 입니다.\
> \---\
> \## 상세설명\
> \* 전시 템플릿 목록을 삭제할 수 있습니다.\
> \* 전시 템플릿이 매장/기획전에 연결되어 있을 경우 삭제가 불가능합니다.\
> \* 입력 파라미터( \_\_\*\_\_ : 필수)\
> &#x20;   \* delete: \_\_tmplNo \*\_\_<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":{"DisplayTemplateDto":{"type":"object","description":"템플릿기본","properties":{"tmplNo":{"type":"string","description":"템플릿번호"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplTypCd":{"type":"string","description":"템플릿유형코드(DP004)"},"tmplFileNm":{"type":"string","description":"템플릿파일명"},"useYn":{"type":"string","description":"사용여부"},"tmplMappCount":{"type":"integer","format":"int64","description":"탬플릿 매핑 수"}}},"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"}}}}},"paths":{"/v2/display/displayTemplateMgmt":{"delete":{"tags":["전시 템플릿 관리"],"summary":"전시 템플릿 목록 식제","description":"## 기능설명\n* 전시 템플릿 목록 삭제 API 입니다.\n---\n## 상세설명\n* 전시 템플릿 목록을 삭제할 수 있습니다.\n* 전시 템플릿이 매장/기획전에 연결되어 있을 경우 삭제가 불가능합니다.\n* 입력 파라미터( __*__ : 필수)\n    * delete: __tmplNo *__\n","operationId":"deleteTemplateList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DisplayTemplateDto"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}}}}}}}
```

## 전시 템플릿 상세 조회

> \## 기능설명\
> \* 전시 템플릿 상세 정보 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 템플릿번호로 해당 템플릿 상세 정보를 조회합니다.<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":{"ResponseDisplayTemplateEntity":{"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/DisplayTemplateEntity","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"DisplayTemplateEntity":{"type":"object","description":"템플릿기본","properties":{"tmplNo":{"type":"string"},"tmplNm":{"type":"string"},"tmplTypCd":{"type":"string"},"tmplFileNm":{"type":"string"},"tmplPathNm":{"type":"string"},"useYn":{"type":"string"},"sysRegId":{"type":"string"},"sysRegDtm":{"type":"string","format":"date-time"},"sysModId":{"type":"string"},"sysModDtm":{"type":"string","format":"date-time"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v2/display/displayTemplateMgmt/{tmplNo}":{"get":{"tags":["전시 템플릿 관리"],"summary":"전시 템플릿 상세 조회","description":"## 기능설명\n* 전시 템플릿 상세 정보 조회 API 입니다.\n---\n## 상세설명\n* 템플릿번호로 해당 템플릿 상세 정보를 조회합니다.\n","operationId":"getDisplayTemplateDetail","parameters":[{"name":"tmplNo","in":"query","description":"템플릿번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseDisplayTemplateEntity"}}}}}}}}}
```

## 전시 템플릿 연결 매장/기획전 목록

> \## 기능설명\
> \* 전시 템플릿 연결 매장/기획전 목록 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 템플릿번호, 템플릿유형코드, 페이지번호로 전시 템플릿에 연결된 매장/기획전 목록을 조회합니다.<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":{"ResponseRealGridListResponseDisplayShopMappTemplateDto":{"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/RealGridListResponseDisplayShopMappTemplateDto","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseDisplayShopMappTemplateDto":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/DisplayShopMappTemplateDto"}}}},"DisplayShopMappTemplateDto":{"type":"object","description":"매장템플릿매핑정보","properties":{"siteNm":{"type":"string","description":"사이트명"},"dpmlNm":{"type":"string","description":"전시몰명"},"shopTmplNo":{"type":"string","description":"매장템플릿번호"},"dispCtgNo":{"type":"string","description":"카테고리번호"},"mkdpNo":{"type":"string","description":"기획전번호"},"shopNo":{"type":"string","description":"매장번호"},"shopNm":{"type":"string","description":"매장명"},"tmplNo":{"type":"string","description":"템플릿번호"},"dispStrDtm":{"type":"string","format":"date-time","description":"전시시작일시"},"dispEndDtm":{"type":"string","format":"date-time","description":"전시종료일시"},"dispYn":{"type":"string","description":"전시여부"},"tmplNm":{"type":"string","description":"템플릿명"},"tmplFileNm":{"type":"string","description":"템플릿파일명"},"tmplTypCd":{"type":"string","description":"템플릿유형코드(DP004)"},"tmplTypCdNm":{"type":"string","description":"템플릿유형코드명"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v2/display/displayTemplateMgmt/connect":{"get":{"tags":["전시 템플릿 관리"],"summary":"전시 템플릿 연결 매장/기획전 목록","description":"## 기능설명\n* 전시 템플릿 연결 매장/기획전 목록 조회 API 입니다.\n---\n## 상세설명\n* 템플릿번호, 템플릿유형코드, 페이지번호로 전시 템플릿에 연결된 매장/기획전 목록을 조회합니다.\n","operationId":"getDisplayTemplateMappInfoList","parameters":[{"name":"tmplNo","in":"query","description":"템플릿번호","required":true,"schema":{"type":"string"}},{"name":"tmplTypCd","in":"query","description":"템플릿유형코드(DP004)","required":true,"schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"페이지 번호","required":true,"schema":{"type":"number"}},{"name":"rowsPerPage","in":"query","description":"페이지당 개수","required":true,"schema":{"type":"number"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseDisplayShopMappTemplateDto"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

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

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

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

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

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