# 일자별상품순위제외대상

## 일자별상품순위제외대상 목록 저장

> \## 기능설명\
> \* 일자별상품순위제외대상 목록 저장 API입니다.\
> \---\
> \## 상세설명\
> \* 일자별상품순위제외대상 목록을 저장, 수정, 삭제할 수 있습니다.\
> \* 입력 파라미터( \_\_\*\_\_ : 필수)\
> &#x20;   \* create : \_\_excpStrDt \*\_\_, \_\_excpEndDt \*\_\_, \_\_goodsRnkGbCd \*\_\_, \_\_goodsNo \*\_\_, excpCausConts, \_\_sysRegId \*\_\_, \_\_sysRegDtm \*\_\_, \_\_sysModId \*\_\_, \_\_sysModDtm \*\_\_\
> &#x20;   \* update : \_\_excpTgtSeq \*\_\_, \_\_excpStrDt \*\_\_, \_\_excpEndDt \*\_\_, \_\_goodsRnkGbCd \*\_\_, \_\_goodsNo \*\_\_, excpCausConts, \_\_sysModId \*\_\_, \_\_sysModDtm \*\_\_\
> &#x20;   \* delete : \_\_excpTgtSeq \*\_\_\
> \---\
> \## 버전관리\
> \- \`\`\`release\_231024\_01\`\`\`: 판매량베스트 제외상품관리<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":{"RealGridCUDRequestGoodsDateRankExceptTarget":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/GoodsDateRankExceptTarget"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/GoodsDateRankExceptTarget"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/GoodsDateRankExceptTarget"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/GoodsDateRankExceptTarget"}}}},"GoodsDateRankExceptTarget":{"type":"object","description":"일자별상품순위제외대상","properties":{"excpTgtSeq":{"type":"string","description":"제외대상순번"},"excpStrDt":{"type":"string","description":"제외시작일자"},"excpEndDt":{"type":"string","description":"제외종료일자"},"goodsRnkGbCd":{"type":"string","description":"상품순위구분코드(DP036)"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"excpCausConts":{"type":"string","description":"제외사유내용"}}},"ResponseVoid":{"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":{"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":{"/v1/goods/goodsDateRankExceptTargetMgmt/saveGoodsDateRankExceptList":{"post":{"tags":["일자별상품순위제외대상"],"summary":"일자별상품순위제외대상 목록 저장","description":"## 기능설명\n* 일자별상품순위제외대상 목록 저장 API입니다.\n---\n## 상세설명\n* 일자별상품순위제외대상 목록을 저장, 수정, 삭제할 수 있습니다.\n* 입력 파라미터( __*__ : 필수)\n    * create : __excpStrDt *__, __excpEndDt *__, __goodsRnkGbCd *__, __goodsNo *__, excpCausConts, __sysRegId *__, __sysRegDtm *__, __sysModId *__, __sysModDtm *__\n    * update : __excpTgtSeq *__, __excpStrDt *__, __excpEndDt *__, __goodsRnkGbCd *__, __goodsNo *__, excpCausConts, __sysModId *__, __sysModDtm *__\n    * delete : __excpTgtSeq *__\n---\n## 버전관리\n- ```release_231024_01```: 판매량베스트 제외상품관리\n","operationId":"saveGoodsRankExceptList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestGoodsDateRankExceptTarget"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseVoid"}}}}}}}}}
````

## 일자별상품순위제외대상 목록 조회

> \## 기능설명\
> \* 일자별상품순위제외대상 목록 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 검색 조건으로 일자별상품순위제외대상 목록을 조회합니다.\
> \---\
> \## 버전관리\
> \- \`\`\`release\_231024\_01\`\`\`: 판매량베스트 제외상품관리<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":{"ResponseRealGridListResponseGoodsDateRankExceptTarget":{"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/RealGridListResponseGoodsDateRankExceptTarget","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsDateRankExceptTarget":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsDateRankExceptTarget"}}}},"GoodsDateRankExceptTarget":{"type":"object","description":"일자별상품순위제외대상","properties":{"excpTgtSeq":{"type":"string","description":"제외대상순번"},"excpStrDt":{"type":"string","description":"제외시작일자"},"excpEndDt":{"type":"string","description":"제외종료일자"},"goodsRnkGbCd":{"type":"string","description":"상품순위구분코드(DP036)"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"excpCausConts":{"type":"string","description":"제외사유내용"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/goods/goodsDateRankExceptTargetMgmt/getGoodsDateRankExceptList":{"get":{"tags":["일자별상품순위제외대상"],"summary":"일자별상품순위제외대상 목록 조회","description":"## 기능설명\n* 일자별상품순위제외대상 목록 조회 API 입니다.\n---\n## 상세설명\n* 검색 조건으로 일자별상품순위제외대상 목록을 조회합니다.\n---\n## 버전관리\n- ```release_231024_01```: 판매량베스트 제외상품관리\n","operationId":"getGoodsDateRankExceptList","parameters":[{"name":"userId","in":"query","description":"사용자ID","schema":{"type":"string"}},{"name":"goodsRnkGbCd","in":"query","description":"상품순위구분코드(DP036)","schema":{"type":"string"}},{"name":"goodsNoOpt","in":"query","description":"상품번호옵션","schema":{"type":"string"}},{"name":"goodsNo","in":"query","description":"상품번호","schema":{"type":"string"}},{"name":"goodsNoArr","in":"query","description":"상품번호목록","schema":{"type":"array"}},{"name":"goodsNoFrom","in":"query","description":"상품번호 시작","schema":{"type":"string"}},{"name":"goodsNoTo","in":"query","description":"상품번호 끝","schema":{"type":"string"}},{"name":"goodsNm","in":"query","description":"상품명","schema":{"type":"string"}},{"name":"searchStartDt","in":"query","description":"조회시작일자","schema":{"type":"string"}},{"name":"searchEndDt","in":"query","description":"조회종료일자","schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"페이지 번호","schema":{"type":"integer"}},{"name":"rowsPerPage","in":"query","description":"페이지당 개수","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsDateRankExceptTarget"}}}}}}}}}
````


---

# 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/goods-bo-api/undefined-18.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.
