# 협력사 관리자 평가 대시보드

## 협력사 관리자 평가 대시보드

> &#x20; \## 기능설명\
> &#x20; \* 협력사 관리자 평가 대시보드의 평가등급 정보를 조회합니다.\
> &#x20; \---\
> &#x20; \## 상세설명\
> &#x20; \* 로그인한 사용자의 협력사 값이 있는 경우 해당 협력사의 항목별 등급을 조회합니다.\
> &#x20; \* '통합점수', '출고준수', '주문이행', '답변리드타임'의 등급을 조회합니다.\
> &#x20; \* '출고준수'의 출고미준수건, 전체출고건을 조회합니다.\
> &#x20; \* '주문이행'의 주문불이행건, 전체주문건을 조회합니다.\
> &#x20; \* '답변리드타임'의 24시간초과건, 전체문의건을 조회합니다.\
> &#x20; \---\
> &#x20; \## 수정번호\
> &#x20; \* Release v2.00\_240613: 협력사 평가등급조회 기능 신규 개발<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":"협력사 판매등급 조회 요청 DTO","properties":{"entrNo":{"type":"string","description":"협력사번호"}}},"VendorSalesGradeDashBoardResponse":{"type":"object","description":"협력사 판매자 평가","properties":{"entrNo":{"type":"string","description":"협력사번호"},"evltYm":{"type":"string","description":"평가년월"},"lstEvltDt":{"type":"string","description":"최종평가일자"},"evltGradeCd":{"type":"string","description":"현재월평가등급코드(VD009)"},"evltGradeNm":{"type":"string","description":"현재월평가등급명(VD009)"},"prevCmbnScr":{"type":"number","format":"double","description":"전월통합점수"},"prevEvltGradeCd":{"type":"string","description":"전월평가등급코드(VD009)"},"prevEvltGradeNm":{"type":"string","description":"전월평가등급명(VD009)"},"cmbnScr":{"type":"number","format":"double","description":"통합점수"},"salesUprYn":{"type":"string","description":"매출상위여부"},"shipObsnScr":{"type":"integer","format":"int32","description":"출고준수점수"},"shipObsnEvltGradeCd":{"type":"string","description":"출고준수평가등급코드(VD009)"},"shipObsnEvltGradeNm":{"type":"string","description":"출고준수평가등급명(VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"주문이행점수"},"ordTrsrEvltGradeCd":{"type":"string","description":"주문이행평가등급코드(VD009)"},"ordTrsrEvltGradeNm":{"type":"string","description":"주문이행평가등급명(VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"답변리드타임점수"},"ansLtEvltGradeCd":{"type":"string","description":"답변리드타임평가등급코드(VD009)"},"ansLtEvltGradeNm":{"type":"string","description":"답변리드타임평가등급명(VD009)"},"jobClbtScr":{"type":"string","description":"업무협조평가점수"},"jobClbtEvltGradeCd":{"type":"string","description":"업무협조평가등급코드(VD011)"},"jobClbtEvltGradeNm":{"type":"string","description":"업무협조평가등급명(VD011)"},"prevJobClbtScr":{"type":"string","description":"전월업무협조평가점수"},"prevJobClbtEvltGradeCd":{"type":"string","description":"전월업무협조평가등급코드(VD011)"},"prevJobClbtEvltGradeNm":{"type":"string","description":"전월업무협조평가등급명(VD011)"},"prevJobClbtEvltPrgsStatCd":{"type":"string","description":"전월업무협조평가진행상태코드(VD014)"},"shipObsnNonComplianceCnt":{"type":"integer","format":"int32","description":"출고 미준수 건수"},"shipObsnTotalCnt":{"type":"integer","format":"int32","description":"출고 전체 건수"},"ordTrsrNonComplianceCnt":{"type":"integer","format":"int32","description":"주문 불이행 건수"},"ordTrsrTotalCnt":{"type":"integer","format":"int32","description":"주문 전체 건수"},"ansLt24hExceedCnt":{"type":"integer","format":"int32","description":"답변 리드타임 24시간 초과 건수"},"ansLtTotalInquiries":{"type":"integer","format":"int32","description":"답변 리드타임 전체 문의 건수"}}},"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":["협력사 관리자 평가 대시보드"],"summary":"협력사 관리자 평가 대시보드","description":"  ## 기능설명\n  * 협력사 관리자 평가 대시보드의 평가등급 정보를 조회합니다.\n  ---\n  ## 상세설명\n  * 로그인한 사용자의 협력사 값이 있는 경우 해당 협력사의 항목별 등급을 조회합니다.\n  * '통합점수', '출고준수', '주문이행', '답변리드타임'의 등급을 조회합니다.\n  * '출고준수'의 출고미준수건, 전체출고건을 조회합니다.\n  * '주문이행'의 주문불이행건, 전체주문건을 조회합니다.\n  * '답변리드타임'의 24시간초과건, 전체문의건을 조회합니다.\n  ---\n  ## 수정번호\n  * Release v2.00_240613: 협력사 평가등급조회 기능 신규 개발\n","operationId":"getVendorSalesGradeStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 협력사 관리자 평가 대시보드

> &#x20; \## 기능설명\
> &#x20; \* 협력사 관리자 평가 대시보드의 평가등급 정보를 조회합니다.\
> &#x20; \---\
> &#x20; \## 상세설명\
> &#x20; \* 로그인한 사용자의 협력사 값이 있는 경우 해당 협력사의 항목별 등급을 조회합니다.\
> &#x20; \* '통합점수', '출고준수', '주문이행', '답변리드타임'의 등급을 조회합니다.\
> &#x20; \* '출고준수'의 출고미준수건, 전체출고건을 조회합니다.\
> &#x20; \* '주문이행'의 주문불이행건, 전체주문건을 조회합니다.\
> &#x20; \* '답변리드타임'의 24시간초과건, 전체문의건을 조회합니다.\
> &#x20; \---\
> &#x20; \## 수정번호\
> &#x20; \* Release v2.00\_240613: 협력사 평가등급조회 기능 신규 개발<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":"협력사 판매등급 조회 요청 DTO","properties":{"entrNo":{"type":"string","description":"협력사번호"}}},"VendorSalesGradeDashBoardResponse":{"type":"object","description":"협력사 판매자 평가","properties":{"entrNo":{"type":"string","description":"협력사번호"},"evltYm":{"type":"string","description":"평가년월"},"lstEvltDt":{"type":"string","description":"최종평가일자"},"evltGradeCd":{"type":"string","description":"현재월평가등급코드(VD009)"},"evltGradeNm":{"type":"string","description":"현재월평가등급명(VD009)"},"prevCmbnScr":{"type":"number","format":"double","description":"전월통합점수"},"prevEvltGradeCd":{"type":"string","description":"전월평가등급코드(VD009)"},"prevEvltGradeNm":{"type":"string","description":"전월평가등급명(VD009)"},"cmbnScr":{"type":"number","format":"double","description":"통합점수"},"salesUprYn":{"type":"string","description":"매출상위여부"},"shipObsnScr":{"type":"integer","format":"int32","description":"출고준수점수"},"shipObsnEvltGradeCd":{"type":"string","description":"출고준수평가등급코드(VD009)"},"shipObsnEvltGradeNm":{"type":"string","description":"출고준수평가등급명(VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"주문이행점수"},"ordTrsrEvltGradeCd":{"type":"string","description":"주문이행평가등급코드(VD009)"},"ordTrsrEvltGradeNm":{"type":"string","description":"주문이행평가등급명(VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"답변리드타임점수"},"ansLtEvltGradeCd":{"type":"string","description":"답변리드타임평가등급코드(VD009)"},"ansLtEvltGradeNm":{"type":"string","description":"답변리드타임평가등급명(VD009)"},"jobClbtScr":{"type":"string","description":"업무협조평가점수"},"jobClbtEvltGradeCd":{"type":"string","description":"업무협조평가등급코드(VD011)"},"jobClbtEvltGradeNm":{"type":"string","description":"업무협조평가등급명(VD011)"},"prevJobClbtScr":{"type":"string","description":"전월업무협조평가점수"},"prevJobClbtEvltGradeCd":{"type":"string","description":"전월업무협조평가등급코드(VD011)"},"prevJobClbtEvltGradeNm":{"type":"string","description":"전월업무협조평가등급명(VD011)"},"prevJobClbtEvltPrgsStatCd":{"type":"string","description":"전월업무협조평가진행상태코드(VD014)"},"shipObsnNonComplianceCnt":{"type":"integer","format":"int32","description":"출고 미준수 건수"},"shipObsnTotalCnt":{"type":"integer","format":"int32","description":"출고 전체 건수"},"ordTrsrNonComplianceCnt":{"type":"integer","format":"int32","description":"주문 불이행 건수"},"ordTrsrTotalCnt":{"type":"integer","format":"int32","description":"주문 전체 건수"},"ansLt24hExceedCnt":{"type":"integer","format":"int32","description":"답변 리드타임 24시간 초과 건수"},"ansLtTotalInquiries":{"type":"integer","format":"int32","description":"답변 리드타임 전체 문의 건수"}}},"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":["협력사 관리자 평가 대시보드"],"summary":"협력사 관리자 평가 대시보드","description":"  ## 기능설명\n  * 협력사 관리자 평가 대시보드의 평가등급 정보를 조회합니다.\n  ---\n  ## 상세설명\n  * 로그인한 사용자의 협력사 값이 있는 경우 해당 협력사의 항목별 등급을 조회합니다.\n  * '통합점수', '출고준수', '주문이행', '답변리드타임'의 등급을 조회합니다.\n  * '출고준수'의 출고미준수건, 전체출고건을 조회합니다.\n  * '주문이행'의 주문불이행건, 전체주문건을 조회합니다.\n  * '답변리드타임'의 24시간초과건, 전체문의건을 조회합니다.\n  ---\n  ## 수정번호\n  * Release v2.00_240613: 협력사 평가등급조회 기능 신규 개발\n","operationId":"getVendorSalesGradeStatus_1","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VendorSalesGradeDashBoardResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```


---

# 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/system-bo-api/undefined-21.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.
