> 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/daily-product-ranking-exclusion-target.md).

# Daily Product Ranking Exclusion Target

## Save Daily Product Ranking Exclusion Target List

> \## Function Description\
> \* An API for saving the daily product ranking exclusion target list.\
> \---\
> \## Detailed Description\
> \* You can save, modify, and delete the daily product ranking exclusion target list.\
> \* Input parameters ( \_\_\*\_\_ : required)\
> &#x20;   \* create : \_\_excpStrDt \*\_\_, \_\_excpEndDt \*\_\_, \_\_goodsRnkGbCd \*\_\_, \_\_goodsNo \*\_\_, excpCausConts, \_\_sysRegId \*\_\_, \_\_sysRegDtm \*\_\_, \_\_sysModId \*\_\_, \_\_sysModDtm \*\_\_\
> &#x20;   \* update : \_\_excpTgtSeq \*\_\_, \_\_excpStrDt \*\_\_, \_\_excpEndDt \*\_\_, \_\_goodsRnkGbCd \*\_\_, \_\_goodsNo \*\_\_, excpCausConts, \_\_sysModId \*\_\_, \_\_sysModDtm \*\_\_\
> &#x20;   \* delete : \_\_excpTgtSeq \*\_\_\
> \---\
> \## Version Management\
> \- \`\`\`release\_231024\_01\`\`\`: Best Seller Excluded Product Management<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":"Daily Product Ranking Exclusion Target","properties":{"excpTgtSeq":{"type":"string","description":"Exclusion Target Sequence No."},"excpStrDt":{"type":"string","description":"Exclusion Start Date"},"excpEndDt":{"type":"string","description":"Exclusion End Date"},"goodsRnkGbCd":{"type":"string","description":"Product Ranking Type Code (DP036)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"excpCausConts":{"type":"string","description":"Exclusion Reason"}}},"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":["Daily Product Ranking Exclusion Target"],"summary":"Save Daily Product Ranking Exclusion Target List","description":"## Function Description\n* An API for saving the daily product ranking exclusion target list.\n---\n## Detailed Description\n* You can save, modify, and delete the daily product ranking exclusion target list.\n* Input parameters ( __*__ : required)\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## Version Management\n- ```release_231024_01```: Best Seller Excluded Product Management\n","operationId":"saveGoodsRankExceptList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestGoodsDateRankExceptTarget"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseVoid"}}}}}}}}}
````

## Search Daily Product Ranking Exclusion Target List

> \## Function Description\
> \* An API for searching the daily product ranking exclusion target list.\
> \---\
> \## Detailed Description\
> \* Searches the daily product ranking exclusion target list by search conditions.\
> \---\
> \## Version Management\
> \- \`\`\`release\_231024\_01\`\`\`: Best Seller Excluded Product Management<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":"Daily Product Ranking Exclusion Target","properties":{"excpTgtSeq":{"type":"string","description":"Exclusion Target Sequence No."},"excpStrDt":{"type":"string","description":"Exclusion Start Date"},"excpEndDt":{"type":"string","description":"Exclusion End Date"},"goodsRnkGbCd":{"type":"string","description":"Product Ranking Type Code (DP036)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"excpCausConts":{"type":"string","description":"Exclusion Reason"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/goods/goodsDateRankExceptTargetMgmt/getGoodsDateRankExceptList":{"get":{"tags":["Daily Product Ranking Exclusion Target"],"summary":"Search Daily Product Ranking Exclusion Target List","description":"## Function Description\n* An API for searching the daily product ranking exclusion target list.\n---\n## Detailed Description\n* Searches the daily product ranking exclusion target list by search conditions.\n---\n## Version Management\n- ```release_231024_01```: Best Seller Excluded Product Management\n","operationId":"getGoodsDateRankExceptList","parameters":[{"name":"userId","in":"query","description":"User ID","schema":{"type":"string"}},{"name":"goodsRnkGbCd","in":"query","description":"Product Ranking Type Code (DP036)","schema":{"type":"string"}},{"name":"goodsNoOpt","in":"query","description":"Product No. Option","schema":{"type":"string"}},{"name":"goodsNo","in":"query","description":"Product No.","schema":{"type":"string"}},{"name":"goodsNoArr","in":"query","description":"Product No. List","schema":{"type":"array"}},{"name":"goodsNoFrom","in":"query","description":"Product No. Start","schema":{"type":"string"}},{"name":"goodsNoTo","in":"query","description":"Product No. End","schema":{"type":"string"}},{"name":"goodsNm","in":"query","description":"Product Name","schema":{"type":"string"}},{"name":"searchStartDt","in":"query","description":"Search Start Date","schema":{"type":"string"}},{"name":"searchEndDt","in":"query","description":"Search End Date","schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"Page No.","schema":{"type":"integer"}},{"name":"rowsPerPage","in":"query","description":"Items per Page","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsDateRankExceptTarget"}}}}}}}}}
````
