> 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/system-bo-api/vendor-manager-evaluation-dashboard.md).

# Vendor Manager Evaluation Dashboard

## Vendor Manager Evaluation Dashboard

> &#x20; \## Function Description\
> &#x20; \* Retrieves the evaluation grade information of the vendor manager evaluation dashboard.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \* If the logged-in user has a vendor value, retrieves the grade for each item of that vendor.\
> &#x20; \* Retrieves the grades for 'Overall Score', 'Shipping Compliance', 'Order Fulfillment', and 'Response Lead Time'.\
> &#x20; \* Retrieves the number of shipping non-compliance cases and total shipment cases for 'Shipping Compliance'.\
> &#x20; \* Retrieves the number of order non-fulfillment cases and total order cases for 'Order Fulfillment'.\
> &#x20; \* Retrieves the number of cases exceeding 24 hours and total inquiry cases for 'Response Lead Time'.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240613: New development of vendor evaluation grade inquiry feature<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":{"VendorSalesGradeDashBoardRequest":{"type":"object","description":"Vendor Sales Grade Retrieval Request DTO","properties":{"entrNo":{"type":"string","description":"Vendor No."}}},"VendorSalesGradeDashBoardResponse":{"type":"object","description":"Vendor Seller Evaluation","properties":{"entrNo":{"type":"string","description":"Vendor No."},"evltYm":{"type":"string","description":"Evaluation Year-Month"},"lstEvltDt":{"type":"string","description":"Final Evaluation Date"},"evltGradeCd":{"type":"string","description":"Current Month Evaluation Grade Code (VD009)"},"evltGradeNm":{"type":"string","description":"Current Month Evaluation Grade Name (VD009)"},"prevCmbnScr":{"type":"number","format":"double","description":"Previous Month Combined Score"},"prevEvltGradeCd":{"type":"string","description":"Previous Month Evaluation Grade Code (VD009)"},"prevEvltGradeNm":{"type":"string","description":"Previous Month Evaluation Grade Name (VD009)"},"cmbnScr":{"type":"number","format":"double","description":"Integrated Score"},"salesUprYn":{"type":"string","description":"Top Sales Status"},"shipObsnScr":{"type":"integer","format":"int32","description":"Shipping Compliance Score"},"shipObsnEvltGradeCd":{"type":"string","description":"Shipping Compliance Evaluation Grade Code (VD009)"},"shipObsnEvltGradeNm":{"type":"string","description":"Shipping Compliance Evaluation Grade Name (VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"Order Fulfillment Score"},"ordTrsrEvltGradeCd":{"type":"string","description":"Order Fulfillment Evaluation Grade Code (VD009)"},"ordTrsrEvltGradeNm":{"type":"string","description":"Order Fulfillment Evaluation Grade Name (VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"Response Lead Time Score"},"ansLtEvltGradeCd":{"type":"string","description":"Response Lead Time Evaluation Grade Code (VD009)"},"ansLtEvltGradeNm":{"type":"string","description":"Response Lead Time Evaluation Grade Name (VD009)"},"jobClbtScr":{"type":"string","description":"Business Cooperation Evaluation Score"},"jobClbtEvltGradeCd":{"type":"string","description":"Business Cooperation Evaluation Grade Code (VD011)"},"jobClbtEvltGradeNm":{"type":"string","description":"Business Cooperation Evaluation Grade Name (VD011)"},"prevJobClbtScr":{"type":"string","description":"Previous Month Business Cooperation Evaluation Score"},"prevJobClbtEvltGradeCd":{"type":"string","description":"Previous Month Business Cooperation Evaluation Grade Code (VD011)"},"prevJobClbtEvltGradeNm":{"type":"string","description":"Previous Month Business Cooperation Evaluation Grade Name (VD011)"},"prevJobClbtEvltPrgsStatCd":{"type":"string","description":"Previous Month Business Cooperation Evaluation Progress Status Code (VD014)"},"shipObsnNonComplianceCnt":{"type":"integer","format":"int32","description":"Shipping Non-Compliance Count"},"shipObsnTotalCnt":{"type":"integer","format":"int32","description":"Total Shipping Count"},"ordTrsrNonComplianceCnt":{"type":"integer","format":"int32","description":"Order Non-Fulfillment Count"},"ordTrsrTotalCnt":{"type":"integer","format":"int32","description":"Total Order Count"},"ansLt24hExceedCnt":{"type":"integer","format":"int32","description":"Response Lead Time Over 24 Hours Count"},"ansLtTotalInquiries":{"type":"integer","format":"int32","description":"Total Response Lead Time Inquiry Count"}}},"Response":{"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/dashboard/vendor/getVendorSalesGradeStatus":{"post":{"tags":["Vendor Manager Evaluation Dashboard"],"summary":"Vendor Manager Evaluation Dashboard","description":"  ## Function Description\n  * Retrieves the evaluation grade information of the vendor manager evaluation dashboard.\n  ---\n  ## Detailed Description\n  * If the logged-in user has a vendor value, retrieves the grade for each item of that vendor.\n  * Retrieves the grades for 'Overall Score', 'Shipping Compliance', 'Order Fulfillment', and 'Response Lead Time'.\n  * Retrieves the number of shipping non-compliance cases and total shipment cases for 'Shipping Compliance'.\n  * Retrieves the number of order non-fulfillment cases and total order cases for 'Order Fulfillment'.\n  * Retrieves the number of cases exceeding 24 hours and total inquiry cases for 'Response Lead Time'.\n  ---\n  ## Revision History\n  * Release v2.00_240613: New development of vendor evaluation grade inquiry feature\n","operationId":"getVendorSalesGradeStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Vendor Manager Evaluation Dashboard

> &#x20; \## Function Description\
> &#x20; \* Retrieves the evaluation grade information of the vendor manager evaluation dashboard.\
> &#x20; \---\
> &#x20; \## Detailed Description\
> &#x20; \* If the logged-in user has a vendor value, retrieves the grade for each item of that vendor.\
> &#x20; \* Retrieves the grades for 'Overall Score', 'Shipping Compliance', 'Order Fulfillment', and 'Response Lead Time'.\
> &#x20; \* Retrieves the number of shipping non-compliance cases and total shipment cases for 'Shipping Compliance'.\
> &#x20; \* Retrieves the number of order non-fulfillment cases and total order cases for 'Order Fulfillment'.\
> &#x20; \* Retrieves the number of cases exceeding 24 hours and total inquiry cases for 'Response Lead Time'.\
> &#x20; \---\
> &#x20; \## Revision History\
> &#x20; \* Release v2.00\_240613: New development of vendor evaluation grade inquiry feature<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":{"VendorSalesGradeDashBoardRequest":{"type":"object","description":"Vendor Sales Grade Retrieval Request DTO","properties":{"entrNo":{"type":"string","description":"Vendor No."}}},"VendorSalesGradeDashBoardResponse":{"type":"object","description":"Vendor Seller Evaluation","properties":{"entrNo":{"type":"string","description":"Vendor No."},"evltYm":{"type":"string","description":"Evaluation Year-Month"},"lstEvltDt":{"type":"string","description":"Final Evaluation Date"},"evltGradeCd":{"type":"string","description":"Current Month Evaluation Grade Code (VD009)"},"evltGradeNm":{"type":"string","description":"Current Month Evaluation Grade Name (VD009)"},"prevCmbnScr":{"type":"number","format":"double","description":"Previous Month Combined Score"},"prevEvltGradeCd":{"type":"string","description":"Previous Month Evaluation Grade Code (VD009)"},"prevEvltGradeNm":{"type":"string","description":"Previous Month Evaluation Grade Name (VD009)"},"cmbnScr":{"type":"number","format":"double","description":"Integrated Score"},"salesUprYn":{"type":"string","description":"Top Sales Status"},"shipObsnScr":{"type":"integer","format":"int32","description":"Shipping Compliance Score"},"shipObsnEvltGradeCd":{"type":"string","description":"Shipping Compliance Evaluation Grade Code (VD009)"},"shipObsnEvltGradeNm":{"type":"string","description":"Shipping Compliance Evaluation Grade Name (VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"Order Fulfillment Score"},"ordTrsrEvltGradeCd":{"type":"string","description":"Order Fulfillment Evaluation Grade Code (VD009)"},"ordTrsrEvltGradeNm":{"type":"string","description":"Order Fulfillment Evaluation Grade Name (VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"Response Lead Time Score"},"ansLtEvltGradeCd":{"type":"string","description":"Response Lead Time Evaluation Grade Code (VD009)"},"ansLtEvltGradeNm":{"type":"string","description":"Response Lead Time Evaluation Grade Name (VD009)"},"jobClbtScr":{"type":"string","description":"Business Cooperation Evaluation Score"},"jobClbtEvltGradeCd":{"type":"string","description":"Business Cooperation Evaluation Grade Code (VD011)"},"jobClbtEvltGradeNm":{"type":"string","description":"Business Cooperation Evaluation Grade Name (VD011)"},"prevJobClbtScr":{"type":"string","description":"Previous Month Business Cooperation Evaluation Score"},"prevJobClbtEvltGradeCd":{"type":"string","description":"Previous Month Business Cooperation Evaluation Grade Code (VD011)"},"prevJobClbtEvltGradeNm":{"type":"string","description":"Previous Month Business Cooperation Evaluation Grade Name (VD011)"},"prevJobClbtEvltPrgsStatCd":{"type":"string","description":"Previous Month Business Cooperation Evaluation Progress Status Code (VD014)"},"shipObsnNonComplianceCnt":{"type":"integer","format":"int32","description":"Shipping Non-Compliance Count"},"shipObsnTotalCnt":{"type":"integer","format":"int32","description":"Total Shipping Count"},"ordTrsrNonComplianceCnt":{"type":"integer","format":"int32","description":"Order Non-Fulfillment Count"},"ordTrsrTotalCnt":{"type":"integer","format":"int32","description":"Total Order Count"},"ansLt24hExceedCnt":{"type":"integer","format":"int32","description":"Response Lead Time Over 24 Hours Count"},"ansLtTotalInquiries":{"type":"integer","format":"int32","description":"Total Response Lead Time Inquiry Count"}}},"Response":{"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":{"/v2/dashboard/vendor/grades":{"get":{"tags":["Vendor Manager Evaluation Dashboard"],"summary":"Vendor Manager Evaluation Dashboard","description":"  ## Function Description\n  * Retrieves the evaluation grade information of the vendor manager evaluation dashboard.\n  ---\n  ## Detailed Description\n  * If the logged-in user has a vendor value, retrieves the grade for each item of that vendor.\n  * Retrieves the grades for 'Overall Score', 'Shipping Compliance', 'Order Fulfillment', and 'Response Lead Time'.\n  * Retrieves the number of shipping non-compliance cases and total shipment cases for 'Shipping Compliance'.\n  * Retrieves the number of order non-fulfillment cases and total order cases for 'Order Fulfillment'.\n  * Retrieves the number of cases exceeding 24 hours and total inquiry cases for 'Response Lead Time'.\n  ---\n  ## Revision History\n  * Release v2.00_240613: New development of vendor evaluation grade inquiry feature\n","operationId":"getVendorSalesGradeStatus_1","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardRequest"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
