> 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/goods-bo-api/product-q-and-a-reply-template-management.md).

# Product Q\&A Reply Template Management

## Save Product Q\&A Answer Template List

> \## Function Description\
> \* Adds/modifies/deletes the product Q\&A answer template list.\
> \---\
> \## Detailed Description\
> \* Adds/modifies/deletes the product Q\&A answer template list.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestPrGoodsQaAnsTmplInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}}}},"PrGoodsQaAnsTmplInfo":{"type":"object","description":"Product Q&A Answer Template Information","properties":{"ansTmplNo":{"type":"string","description":"Response Template No."},"ansTmplNm":{"type":"string","description":"Response Template Name"},"ansTmplCont":{"type":"string","description":"Response Template Content"},"useYn":{"type":"string","description":"Usage Status"}}},"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/goods/goodsQATemplateMgmtApi/saveGoodsQATemplateList":{"post":{"tags":["Product Q&A Reply Template Management"],"summary":"Save Product Q&A Answer Template List","description":"## Function Description\n* Adds/modifies/deletes the product Q&A answer template list.\n---\n## Detailed Description\n* Adds/modifies/deletes the product Q&A answer template list.\n","operationId":"saveGoodsQATemplateList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrGoodsQaAnsTmplInfo"}}},"required":true},"responses":{"200":{"description":"Save Product Q&A Answer Template List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Save Product Q&A Answer Template List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Product Q\&A Answer Template Information

> \## Function Description\
> \* Saves the product Q\&A answer template information.\
> \---\
> \## Detailed Description\
> \* Saves the product Q\&A answer template information.<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":{"PrGoodsQaAnsTmplInfo":{"type":"object","description":"Product Q&A Answer Template Information","properties":{"ansTmplNo":{"type":"string","description":"Response Template No."},"ansTmplNm":{"type":"string","description":"Response Template Name"},"ansTmplCont":{"type":"string","description":"Response Template Content"},"useYn":{"type":"string","description":"Usage Status"}}},"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/goods/goodsQATemplateMgmtApi/saveGoodsQATemplateInfo":{"post":{"tags":["Product Q&A Reply Template Management"],"summary":"Save Product Q&A Answer Template Information","description":"## Function Description\n* Saves the product Q&A answer template information.\n---\n## Detailed Description\n* Saves the product Q&A answer template information.\n","operationId":"saveGoodsQATemplateInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}}},"required":true},"responses":{"200":{"description":"Save Product Q&A Answer Template Information Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Save Product Q&A Answer Template Information Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Product Q\&A Answer Template List

> \## Function Description\
> \* Searches the product Q\&A answer template list.\
> \---\
> \## Detailed Description\
> \* Searches the product Q\&A answer template list according to the search conditions.\
> \* The search conditions are as follows.\
> &#x20;   \* Registrant ID/Name\
> &#x20;   \* Template Name/Content\
> &#x20;   \* Usage status<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":{"GoodsQATemplateMgmtApiRequest":{"type":"object","description":"Product Q&A Answer Template Management API Request DTO","properties":{"ansTmplNm":{"type":"string","description":"Response Template Name"},"ansTmplRegId":{"type":"string","description":"Answer Template Registrant ID"},"useYn":{"type":"string","description":"Usage Status"}}},"ResponseRealGridListResponseGoodsQATemplateMgmtApiResponse":{"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/RealGridListResponseGoodsQATemplateMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsQATemplateMgmtApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsQATemplateMgmtApiResponse"}}}},"GoodsQATemplateMgmtApiResponse":{"type":"object","description":"Product Q&A Answer Template Management API Response DTO","properties":{"ansTmplNo":{"type":"string","description":"Response Template No."},"ansTmplNm":{"type":"string","description":"Response Template Name"},"ansTmplCont":{"type":"string","description":"Response Template Content"},"useYn":{"type":"string","description":"Usage Status"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"}}},"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/goods/goodsQATemplateMgmtApi/getGoodsQATemplateList":{"get":{"tags":["Product Q&A Reply Template Management"],"summary":"Retrieve Product Q&A Answer Template List","description":"## Function Description\n* Searches the product Q&A answer template list.\n---\n## Detailed Description\n* Searches the product Q&A answer template list according to the search conditions.\n* The search conditions are as follows.\n    * Registrant ID/Name\n    * Template Name/Content\n    * Usage status\n","operationId":"getGoodsQATemplateList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsQATemplateMgmtApiRequest"}}],"responses":{"200":{"description":"Retrieve Product Q&A Answer Template List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsQATemplateMgmtApiResponse"}}}},"900":{"description":"Retrieve Product Q&A Answer Template List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Product Q\&A Answer Template Information

> \## Function Description\
> \* Searches the product Q\&A answer template information.\
> \---\
> \## Detailed Description\
> \* Searches the product Q\&A answer template information corresponding to the answer template 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":{"ResponseGoodsQATemplateMgmtApiResponse":{"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/GoodsQATemplateMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"GoodsQATemplateMgmtApiResponse":{"type":"object","description":"Product Q&A Answer Template Management API Response DTO","properties":{"ansTmplNo":{"type":"string","description":"Response Template No."},"ansTmplNm":{"type":"string","description":"Response Template Name"},"ansTmplCont":{"type":"string","description":"Response Template Content"},"useYn":{"type":"string","description":"Usage Status"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"}}},"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/goods/goodsQATemplateMgmtApi/getGoodsQATemplateInfo":{"get":{"tags":["Product Q&A Reply Template Management"],"summary":"Search Product Q&A Answer Template Information","description":"## Function Description\n* Searches the product Q&A answer template information.\n---\n## Detailed Description\n* Searches the product Q&A answer template information corresponding to the answer template number.\n","operationId":"getGoodsQATemplateInfo","parameters":[{"name":"ansTmplNo","in":"query","description":"Response Template No.","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Search Product Q&A Answer Template Information Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseGoodsQATemplateMgmtApiResponse"}}}},"900":{"description":"Search Product Q&A Answer Template Information Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
