> 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/back-office-api/vendor-bo-api/undefined.md).

# 협력사 관리

## 협력사 평가미준수 승인요청

> \## 기능설명\
> \* 협력사 평가미준수 승인요청 API 입니다.\
> \---\
> \## 상세설명\
> \* 협력사 평가미준수 승인 요청합니다.\
> \* 승인요청(소명 신청) 시, + 2 Day 까지 승인/반려 가능합니다.\
> \* OrderAPI 호출(휴일 계산)하여 자동승인예정날짜를 갱신합니다.\
> \---\
> \## 수정번호\
> \* 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":{"SalesGradeDtlUpdateRequest":{"type":"object","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"협력사평가일미준수번호"},"evltGbCd":{"type":"string","description":"평가구분코드(VD010)"},"reqmnId":{"type":"string","description":"요청자ID"},"reqDtm":{"type":"string","format":"date-time","description":"요청일시"},"aprmnId":{"type":"string","description":"승인자ID"},"aprvDtm":{"type":"string","format":"date-time","description":"승인일시"},"rtrnmnId":{"type":"string","description":"반려자ID"},"rtrnDtm":{"type":"string","format":"date-time","description":"반려일시"},"smlNmCausConts":{"type":"string","description":"소명사유내용"},"smlNmCausPrgsStatCd":{"type":"string","description":"소명사유진행상태코드(VD013)"},"autoAprvFcstDt":{"type":"string","description":"자동승인예정일자"},"ansTm":{"type":"integer","format":"int32","description":"답변시간"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/vendor/vendorSalesGrade/salesGradeDtlRequestApproval":{"post":{"tags":["협력사 관리"],"summary":"협력사 평가미준수 승인요청","description":"## 기능설명\n* 협력사 평가미준수 승인요청 API 입니다.\n---\n## 상세설명\n* 협력사 평가미준수 승인 요청합니다.\n* 승인요청(소명 신청) 시, + 2 Day 까지 승인/반려 가능합니다.\n* OrderAPI 호출(휴일 계산)하여 자동승인예정날짜를 갱신합니다.\n---\n## 수정번호\n* Release v2.00_240613: 협력사 평가미준수 승인요청 기능 신규 개발\n","operationId":"salesGradeDtlRequestApproval","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SalesGradeDtlUpdateRequest"}}}},"required":true},"responses":{"200":{"description":"협력사 평가미준수 승인요청 성공","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}},"900":{"description":"협력사 평가미준수 승인요청 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 협력사 평가미준수 반려

> \## 기능설명\
> \* 협력사 평가미준수 반려 API 입니다.\
> \---\
> \## 상세설명\
> \* 협력사 평가미준수 반려합니다.\
> \---\
> \## 수정번호\
> \* 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":{"SalesGradeDtlUpdateRequest":{"type":"object","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"협력사평가일미준수번호"},"evltGbCd":{"type":"string","description":"평가구분코드(VD010)"},"reqmnId":{"type":"string","description":"요청자ID"},"reqDtm":{"type":"string","format":"date-time","description":"요청일시"},"aprmnId":{"type":"string","description":"승인자ID"},"aprvDtm":{"type":"string","format":"date-time","description":"승인일시"},"rtrnmnId":{"type":"string","description":"반려자ID"},"rtrnDtm":{"type":"string","format":"date-time","description":"반려일시"},"smlNmCausConts":{"type":"string","description":"소명사유내용"},"smlNmCausPrgsStatCd":{"type":"string","description":"소명사유진행상태코드(VD013)"},"autoAprvFcstDt":{"type":"string","description":"자동승인예정일자"},"ansTm":{"type":"integer","format":"int32","description":"답변시간"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/vendor/vendorSalesGrade/salesGradeDtlReject":{"post":{"tags":["협력사 관리"],"summary":"협력사 평가미준수 반려","description":"## 기능설명\n* 협력사 평가미준수 반려 API 입니다.\n---\n## 상세설명\n* 협력사 평가미준수 반려합니다.\n---\n## 수정번호\n* Release v2.00_240613: 협력사 평가미준수 반려 기능 신규 개발\n","operationId":"salesGradeDtlReject","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SalesGradeDtlUpdateRequest"}}}},"required":true},"responses":{"200":{"description":"협력사 평가미준수 반려 성공","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}},"900":{"description":"협력사 평가미준수 반려 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 협력사 평가미준수 승인

> \## 기능설명\
> \* 협력사 평가미준수 승인 API 입니다.\
> \---\
> \## 상세설명\
> \* 협력사 평가미준수 승인합니다.\
> \* 협력사 일집계 테이블 EVLT\_1\~4\_CNT 가감\
> \* 출고준수/주문이행 : EVLT\_1\_CNT 감소\
> \* 답변리드타임 : EVLT\_1\_CNT 증가, EVLT\_2\~4\_CNT 감소\
> \---\
> \## 수정번호\
> \* 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":{"SalesGradeDtlUpdateRequest":{"type":"object","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"협력사평가일미준수번호"},"evltGbCd":{"type":"string","description":"평가구분코드(VD010)"},"reqmnId":{"type":"string","description":"요청자ID"},"reqDtm":{"type":"string","format":"date-time","description":"요청일시"},"aprmnId":{"type":"string","description":"승인자ID"},"aprvDtm":{"type":"string","format":"date-time","description":"승인일시"},"rtrnmnId":{"type":"string","description":"반려자ID"},"rtrnDtm":{"type":"string","format":"date-time","description":"반려일시"},"smlNmCausConts":{"type":"string","description":"소명사유내용"},"smlNmCausPrgsStatCd":{"type":"string","description":"소명사유진행상태코드(VD013)"},"autoAprvFcstDt":{"type":"string","description":"자동승인예정일자"},"ansTm":{"type":"integer","format":"int32","description":"답변시간"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/vendor/vendorSalesGrade/salesGradeDtlApproval":{"post":{"tags":["협력사 관리"],"summary":"협력사 평가미준수 승인","description":"## 기능설명\n* 협력사 평가미준수 승인 API 입니다.\n---\n## 상세설명\n* 협력사 평가미준수 승인합니다.\n* 협력사 일집계 테이블 EVLT_1~4_CNT 가감\n* 출고준수/주문이행 : EVLT_1_CNT 감소\n* 답변리드타임 : EVLT_1_CNT 증가, EVLT_2~4_CNT 감소\n---\n## 수정번호\n* Release v2.00_240613: 협력사 평가미준수 승인 기능 신규 개발\n","operationId":"salesGradeDtlApproval","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SalesGradeDtlUpdateRequest"}}}},"required":true},"responses":{"200":{"description":"협력사 평가미준수 승인 성공","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}},"900":{"description":"협력사 평가미준수 승인 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 업무협조도 평가 저장

> \## 기능설명\
> \* 업무협조도 평가의 승인요청, 승인, 반려에 대한 처리를 진행합니다.\
> \---\
> \## 상세설명\
> \* 승인요청\
> &#x20;   \* 평가점수와 평가사유, 상세사유를 저장합니다.\
> &#x20;   \* 평가상태를 승인대기로 업데이트합니다.\
> \* 승인\
> &#x20;   \* 기등록되어 있는 평가점수와 평가사유, 상세사유를 수정할 수도 있습니다.\
> &#x20;   \* 평가상태를 승인대기로 업데이트합니다.\
> \* 반려\
> &#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":{"JobCollaborationEvaluationSaveRequest":{"type":"object","description":"업무협조도 평가 저장 Request","properties":{"jobClbtEvltPrgsStatCd":{"type":"string","description":"업무협조도평가진행상태코드(VD014)","minLength":1},"jobCollaborationEvaluationSaveInfoList":{"type":"array","items":{"$ref":"#/components/schemas/JobCollaborationEvaluationSaveInfo"}}},"required":["jobClbtEvltPrgsStatCd"]},"JobCollaborationEvaluationSaveInfo":{"type":"object","description":"업무협조도 평가 저장 정보","properties":{"entrNo":{"type":"string","description":"협력사번호","minLength":1},"evltYm":{"type":"string","description":"평가년월","minLength":1},"jobClbtScr":{"type":"integer","format":"int32","description":"업무협조평가점수코드(VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"업무협조평가사유코드(VD011)"},"jobClbtEvltDtlConts":{"type":"string","description":"상세사유","maxLength":100,"minLength":0}},"required":["entrNo","evltYm"]},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/vendor/vendorMgmt/saveJobCollaborationEvaluation":{"post":{"tags":["협력사 관리"],"summary":"업무협조도 평가 저장","description":"## 기능설명\n* 업무협조도 평가의 승인요청, 승인, 반려에 대한 처리를 진행합니다.\n---\n## 상세설명\n* 승인요청\n    * 평가점수와 평가사유, 상세사유를 저장합니다.\n    * 평가상태를 승인대기로 업데이트합니다.\n* 승인\n    * 기등록되어 있는 평가점수와 평가사유, 상세사유를 수정할 수도 있습니다.\n    * 평가상태를 승인대기로 업데이트합니다.\n* 반려\n    * 기등록되어 있는 정보를 수정할 수 없습니다.\n    * 평가상태를 반려로 업데이트합니다.\n* 현재 년월에 해당하는 데이터만 저장할 수 있습니다.\n* 승인과 반려는 버튼 권한이 있는 사용자만 이용할 수 있습니다.\n* 버튼권한은 사용자의 업무그룹이 시스템 그룹이 아닐 때, 개별 권한 관리 메뉴에서 버튼권한을\n  부여할 수 있습니다.\n## 수정번호\n* Release v2.00_240613: 입점사 평가 업무협조도 평가 기능 신규 개발\n","operationId":"saveJobCollaborationEvaluation","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobCollaborationEvaluationSaveRequest"}}},"required":true},"responses":{"200":{"description":"업무협조도 평가 저장 성공"},"900":{"description":"업무협조도 평가 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 배송비 관리 저장

> \## 기능설명\
> \* 배송비 관리 저장 API 입니다.\
> \---\
> \## 상세설명\
> \* 배송비 정보를 저장합니다.\
> \* 삭제 시 협력사 번호, 배송 정책 번호는 필수 값입니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240627: 추가 배송비 정보 등록 기능 추가\
> \---\
> \## 검증내용\
> \* 추가, 수정 시 배송비 정책의 유효성을 검증합니다.\
> &#x20;   \* 필수 입력: 협력사번호, 배송비금액, 배송비형태, 기준금액, 회수반품비, 교환배송비\
> \* 추가, 수정 시 배송비 정책은 중복이 불가합니다.\
> &#x20;   \* 중복 기준: 협력사번호, 배송비형태, 기준금액, 배송비금액, 회수반품비, 교환배송비, 추가배송비<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":{"RegistCUDEtDeliPolcBaseRequest":{"type":"object","description":"배송정책기본CUD Request","properties":{"createEtDeliPolcBaseList":{"type":"array","description":"배송정책기본 Create List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"updateEtDeliPolcBaseList":{"type":"array","description":"배송정책기본 Update List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"deleteEtDeliPolcBaseList":{"type":"array","description":"배송정책기본 Delete List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}}}},"EtDeliPolcBase":{"type":"object","description":"배송정책기본","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"deliPolcNo":{"type":"string","description":"배송정책번호"},"dlexTypCd":{"type":"string","description":"배송비유형코드(VD005) 10:무료, 20:유료, 30:조건부무료"},"stdAmt":{"type":"integer","format":"int32","description":"기준금액"},"dlexAmt":{"type":"number","description":"배송비금액"},"wthdRtnAmt":{"type":"number","description":"회수반품비"},"exchDlex":{"type":"integer","format":"int32","description":"교환배송비"},"addDlexAmt":{"type":"integer","format":"int32","description":"추가배송비금액"},"useYn":{"type":"string","description":"사용여부"},"goodsCnt":{"type":"integer","format":"int32","description":"등록상품수"},"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"}}},"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/vendor/vendorMgmt/saveEtDeliPolcBase":{"post":{"tags":["협력사 관리"],"summary":"배송비 관리 저장","description":"## 기능설명\n* 배송비 관리 저장 API 입니다.\n---\n## 상세설명\n* 배송비 정보를 저장합니다.\n* 삭제 시 협력사 번호, 배송 정책 번호는 필수 값입니다.\n---\n## 수정번호\n* Release v2.00_240627: 추가 배송비 정보 등록 기능 추가\n---\n## 검증내용\n* 추가, 수정 시 배송비 정책의 유효성을 검증합니다.\n    * 필수 입력: 협력사번호, 배송비금액, 배송비형태, 기준금액, 회수반품비, 교환배송비\n* 추가, 수정 시 배송비 정책은 중복이 불가합니다.\n    * 중복 기준: 협력사번호, 배송비형태, 기준금액, 배송비금액, 회수반품비, 교환배송비, 추가배송비\n","operationId":"registCUD","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegistCUDEtDeliPolcBaseRequest"}}},"required":true},"responses":{"200":{"description":"배송비 관리 저장 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"배송비 관리 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 제휴사 상세정보 저장

> \## 기능설명\
> \* 제휴사 상세정보 저장 API 입니다.\
> \---\
> \## 상세설명\
> \* 제휴사 상세정보를 저장합니다.\
> \---\
> \## 검증내용\
> \* 저장 시 제휴사 정보의 유효성을 검증합니다.\
> &#x20;   \* 필수 입력: 협력사명, 대표자명, 거래상태코드, 사업자번호, 거래시작일자, 거래종료일자, 담당자전화지역번호, 담당자전화국번번호, 담당자전화끝번호, 우편번호, 상세주소\
> &#x20;   \* 제휴사명 중복 불가<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":{"SaveCooperateWithOtherDataRequest":{"type":"object","description":"제휴사 저장 데이터 Request","properties":{"createData":{"type":"array","description":"협력사담당자정보 Create List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"updateData":{"type":"array","description":"협력사담당자정보 Update List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"deleteData":{"type":"array","description":"협력사담당자정보 Delete List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"etEntrBase":{"$ref":"#/components/schemas/EtEntrBase","description":"협력사기본"}}},"EtEntrAempInfo":{"type":"object","description":"협력사담당자정보","properties":{"entrNo":{"type":"string","default":"1000002","description":"협력사번호"},"aempSeq":{"type":"integer","format":"int64","default":1,"description":"담당자순번"},"dutyCd":{"type":"string","description":"직무코드(VD006) 01:영업, 02:회계"},"aempNm":{"type":"string","default":"엑스투비","description":"담당자명"},"telRgnNo":{"type":"string","default":"02","description":"전화지역번호"},"telTxnoNo":{"type":"string","default":"554","description":"전화국번번호"},"telEndNo":{"type":"string","default":"4668","description":"전화끝번호"},"cellSctNo":{"type":"string","default":"010","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","default":"1111","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","default":"1111","description":"휴대폰끝번호"},"emailAddr":{"type":"string","default":"x2bee@plateer.com","description":"이메일주소"}}},"EtEntrBase":{"type":"object","description":"협력사기본","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"entrGbCd":{"type":"string","description":"협력사구분코드(VD001) 10:상품공급업자, 20:제휴사업자"},"latt":{"type":"number","format":"double","description":"위도"},"lngt":{"type":"number","format":"double","description":"경도"},"trdTypCd":{"type":"string","description":"거래형태코드(VD002) 10:직매입, 20:위탁판매, 30:제휴사"},"buyTypCdNm":{"type":"string","description":"매입형태코드명"},"trdStatCd":{"type":"string","description":"거래상태코드(VD003) 10:거래대기, 20:거래중, 30:거래종료"},"lgcEntrNo":{"type":"string","description":"기간계협력사번호"},"rpstmnNm":{"type":"string","description":"대표자명"},"bmanNo":{"type":"string","description":"사업자번호"},"bmanKindNm":{"type":"string","description":"사업자종류코드명"},"corpnNo":{"type":"string","description":"법인번호"},"btyp":{"type":"string","description":"업태"},"bkind":{"type":"string","description":"업종"},"contStrtDy":{"type":"string","format":"date","description":"계약시작일자"},"contEndDy":{"type":"string","format":"date","description":"계약종료일자"},"aempNm":{"type":"string","description":"담당자명"},"aempTelRgnNo":{"type":"string","description":"담당자전화지역번호"},"aempTelTxnoNo":{"type":"string","description":"담당자전화국번번호"},"aempTelEndNo":{"type":"string","description":"담당자전화끝번호"},"aempCellSctNo":{"type":"string","description":"담당자휴대폰구분번호"},"aempCellTxnoNo":{"type":"string","description":"담당자휴대폰국번번호"},"aempCellEndNo":{"type":"string","description":"담당자휴대폰끝번호"},"faxRgnNo":{"type":"string","description":"팩스지역번호"},"faxTxnoNo":{"type":"string","description":"팩스국번번호"},"faxEndNo":{"type":"string","description":"팩스끝번호"},"bmanKindCd":{"type":"string","description":"사업자종류코드(VD004) 10:면세업자, 20:일반과세자"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"rmkCont":{"type":"string","description":"비고내용"},"mrgnRateGbCd":{"type":"string","description":"마진율구분코드(VD008) 10:고정마진, 20:구간마진"},"mrgnRate1":{"type":"number","description":"마진율1"},"mrgnRate2":{"type":"number","description":"마진율2"},"singleMrgnRate":{"type":"number","description":"단일마진율"},"intervalMrgnRate1":{"type":"number","description":"구간마진율1"},"intervalMrgnRate2":{"type":"number","description":"구간마진율2"},"ecpnUseYn":{"type":"string","description":"e쿠폰사용여부"},"ecpnLinkGbCd":{"type":"string","description":"E쿠폰연동구분코드"},"ecpnLinkGbNm":{"type":"string","description":"E쿠폰연동구분명"},"entrGbNm":{"type":"string","description":"협력사구분명"},"trdStatNm":{"type":"string","description":"거래상태명"},"itmSaleStatCd":{"type":"string","description":"단품판매상태","enum":["TEMPORARY_STORAGE","WAITING_FOR_APPROVAL","COMPANION","SALES","SOLD_OUT","SALE_END"]},"saleStatChgCausCd":{"type":"string","description":"판매상태변경사유코드","enum":["SALES","SOLD_OUT","SUSPEND","SALE_END","PARTNER_SALE_END"]},"rtGrpNo":{"type":"string","description":"권한그룹번호"},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}},"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/vendor/vendorMgmt/saveCooperateWithOtherData":{"post":{"tags":["협력사 관리"],"summary":"제휴사 상세정보 저장","description":"## 기능설명\n* 제휴사 상세정보 저장 API 입니다.\n---\n## 상세설명\n* 제휴사 상세정보를 저장합니다.\n---\n## 검증내용\n* 저장 시 제휴사 정보의 유효성을 검증합니다.\n    * 필수 입력: 협력사명, 대표자명, 거래상태코드, 사업자번호, 거래시작일자, 거래종료일자, 담당자전화지역번호, 담당자전화국번번호, 담당자전화끝번호, 우편번호, 상세주소\n    * 제휴사명 중복 불가\n","operationId":"saveCooperateWithOtherData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveCooperateWithOtherDataRequest"}}},"required":true},"responses":{"200":{"description":"제휴사 상세정보 저장 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"제휴사 상세정보 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상세 채널 내역 저장

> \## 기능설명\
> \* 상세 채널 내역 저장 API 입니다.\
> \---\
> \## 상세설명\
> \* 상세 채널 내역을 저장합니다.\
> \---\
> \## 검증내용\
> \* 추가, 수정 시 체널 상세 정보의 유효성을 검증합니다.\
> &#x20;   \* 필수 입력: 채널번호, 채널유형\
> \* 삭제 시 채널 상세 정보의 유효성을 검증합니다.\
> &#x20;   \* 필수 입력: 체널번호, 채널상세번호<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":{"RealGridCUDRequestCcChlDtlInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CcChlDtlInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CcChlDtlInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CcChlDtlInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CcChlDtlInfo"}}}},"CcChlDtlInfo":{"type":"object","description":"채널상세정보","properties":{"chlDtlNo":{"type":"string","description":"채널상세번호"},"chlNo":{"type":"string","description":"채널번호"},"chlDtlNm":{"type":"string","description":"채널상세명"},"chlDtlDesc":{"type":"string","description":"채널상세설명"},"useYn":{"type":"string","description":"사용여부"},"fixamtFxrtGbCd":{"type":"string","description":"정액정률구분코드"},"cmsnRtAmt":{"type":"number","description":"수수료율금액"}},"required":["fixamtFxrtGbCd"]},"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/vendor/vendorMgmt/saveCcChlDtlInfo":{"post":{"tags":["협력사 관리"],"summary":"상세 채널 내역 저장","description":"## 기능설명\n* 상세 채널 내역 저장 API 입니다.\n---\n## 상세설명\n* 상세 채널 내역을 저장합니다.\n---\n## 검증내용\n* 추가, 수정 시 체널 상세 정보의 유효성을 검증합니다.\n    * 필수 입력: 채널번호, 채널유형\n* 삭제 시 채널 상세 정보의 유효성을 검증합니다.\n    * 필수 입력: 체널번호, 채널상세번호\n","operationId":"saveCcChlDtlInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestCcChlDtlInfo"}}},"required":true},"responses":{"200":{"description":"상세 채널 내역 저장 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"상세 채널 내역 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 채널 내역 저장

> \## 기능설명\
> \* 채널 내역 저장 API 입니다.\
> \---\
> \## 상세설명\
> \* 채널 내역을 저장합니다.\
> \---\
> \## 검증내용\
> \* 추가, 수정 시 체널 정보의 유효성을 검증합니다.\
> &#x20;   \* 필수 입력: 협력사번호, 채널유형, 채널명, 적용시작일자, 적용종료일자\
> \* 삭제 시 채널 정보의 유효성을 검증합니다.\
> &#x20;   \* 필수 입력: 채널번호<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":{"RealGridCUDRequestCcChlBase":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/CcChlBase"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/CcChlBase"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/CcChlBase"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/CcChlBase"}}}},"CcChlBase":{"type":"object","description":"채널기본","properties":{"siteNo":{"type":"string","description":"사이트번호"},"chlNo":{"type":"string","description":"채널번호"},"chlNm":{"type":"string","description":"채널명"},"chlClssCd":{"type":"string","description":"채널분류코드(CH001) 10:직접, 20:이메일, 30:제휴"},"chlTypCd":{"type":"string","description":"채널유형코드(CH002) 01:URL직접입력, 02:즐겨찾기, 03:이메일, 04:가격비교, 05:기타제휴"},"aplyStrDt":{"type":"string","format":"date","description":"적용시작일자"},"aplyEndDt":{"type":"string","format":"date","description":"적용종료일자"},"entrNo":{"type":"string","description":"협력사번호"},"chlDesc":{"type":"string","description":"채널설명"},"delYn":{"type":"string","description":"삭제여부"},"argSelectType":{"type":"string","description":"선택구분(1:단일, N:다중)"},"argChlClssCd":{"type":"string"}}},"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/vendor/vendorMgmt/saveCcChlBase":{"post":{"tags":["협력사 관리"],"summary":"채널 내역 저장","description":"## 기능설명\n* 채널 내역 저장 API 입니다.\n---\n## 상세설명\n* 채널 내역을 저장합니다.\n---\n## 검증내용\n* 추가, 수정 시 체널 정보의 유효성을 검증합니다.\n    * 필수 입력: 협력사번호, 채널유형, 채널명, 적용시작일자, 적용종료일자\n* 삭제 시 채널 정보의 유효성을 검증합니다.\n    * 필수 입력: 채널번호\n","operationId":"saveCcChlBase","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestCcChlBase"}}},"required":true},"responses":{"200":{"description":"채널 내역 저장 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"채널 내역 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 협력사 등급 현황 조회

> \## 기능설명\
> \* 협력사 등급 현황 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 협력사 등급 현황을 조회합니다.\
> \* 협력사 번호 오름차순으로 정렬합니다.\
> \* PO 진입 시, 진입 계정의 협력사 번호가 Default로 노출됩니다.\
> \* PO 진입 시, 조회 조건 수정이 불가합니다.\
> \---\
> \## 수정번호\
> \* 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":{"ResponseRealGridListResponseVendorSalesGradeResponse":{"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/RealGridListResponseVendorSalesGradeResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseVendorSalesGradeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/VendorSalesGradeResponse"}}}},"VendorSalesGradeResponse":{"type":"object","description":"협력사 등급 현황 Response","properties":{"entrNo":{"type":"string","description":"협력사 번호"},"entrNm":{"type":"string","description":"협력사"},"evltGradeCd":{"type":"string","description":"통합점수 등급 코드"},"shipObsnEvltGradeCd":{"type":"string","description":"출고준수 등급 코드"},"ordTrsrEvltGradeCd":{"type":"string","description":"주문이행 등급 코드"},"ansLtEvltGradeCd":{"type":"string","description":"답변리드타임 등급 코드"}}},"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/vendor/vendorSalesGrade/getVendorSalesGradeList":{"get":{"tags":["협력사 관리"],"summary":"협력사 등급 현황 조회","description":"## 기능설명\n* 협력사 등급 현황 조회 API 입니다.\n---\n## 상세설명\n* 협력사 등급 현황을 조회합니다.\n* 협력사 번호 오름차순으로 정렬합니다.\n* PO 진입 시, 진입 계정의 협력사 번호가 Default로 노출됩니다.\n* PO 진입 시, 조회 조건 수정이 불가합니다.\n---\n## 수정번호\n* Release v2.00_240613: 협력사 등급 현황 조회 기능 신규 개발\n","operationId":"getVendorSalesGradeList","parameters":[{"name":"langCd","in":"query","description":"언어코드","required":true,"schema":{"type":"string"}},{"name":"parterNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"협력사 등급 현황 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseVendorSalesGradeResponse"}}}},"900":{"description":"협력사 등급 현황 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상품 Q\&A 답변 지연 상세내역 조회

> \## 기능설명\
> \* 상품 Q\&A 답변 지연 상세내역 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 상품 Q\&A 답변 지연 상세내역을 조회합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240613: 상품 Q\&A 답변 지연 상세내역 조회 기능 신규 개발<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":{"ResponseRealGridListResponseVendorQnaDetailResponse":{"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/RealGridListResponseVendorQnaDetailResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseVendorQnaDetailResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/VendorQnaDetailResponse"}}}},"VendorQnaDetailResponse":{"type":"object","description":"상품 Q&A 답변 지연 상세내역 Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"협력사 평가일 미준수 번호"},"smlNmCausRegPsbDt":{"type":"string","description":"소명사유등록가능일자"},"autoAprvFcstDt":{"type":"string","description":"자동승인예정일자"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"questNo":{"type":"string","description":"상품 Q&A 번호"},"questCont":{"type":"string","description":"질문 내용"},"mbrNm":{"type":"string","description":"등록자"},"questDtm":{"type":"string","format":"date-time","description":"등록일시"},"procId":{"type":"string","description":"처리자"},"procDtm":{"type":"string","format":"date-time","description":"처리일시"},"questAnsPeriod":{"type":"string","description":"답변 소요 기간"},"smlNmCausConts":{"type":"string","description":"답변 지연 사유"},"questAnsMn":{"type":"string","description":"작성자"},"questAnsDtm":{"type":"string","format":"date-time","description":"작성일시"},"smlNmCausPrgsStatCd":{"type":"string","description":"소명사유진행상태코드"},"smlNmCausPrgsStatNm":{"type":"string","description":"소명사유진행상태명(VD013)"},"aprvRtrnState":{"type":"string","description":"승인/반려상태"},"aprvRtrnMn":{"type":"string","description":"승인/반려자"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"승인/반려일시"},"ansTm":{"type":"integer","format":"int32","description":"답변 지연 기간 코드"}}},"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/vendor/vendorSalesGrade/getVendorQnaDetailList":{"get":{"tags":["협력사 관리"],"summary":"상품 Q&A 답변 지연 상세내역 조회","description":"## 기능설명\n* 상품 Q&A 답변 지연 상세내역 조회 API 입니다.\n---\n## 상세설명\n* 상품 Q&A 답변 지연 상세내역을 조회합니다.\n---\n## 수정번호\n* Release v2.00_240613: 상품 Q&A 답변 지연 상세내역 조회 기능 신규 개발\n","operationId":"getVendorQnaDetailList","parameters":[{"name":"langCd","in":"query","description":"언어코드","required":true,"schema":{"type":"string"}},{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"smlNmCausPrgsStatCd","in":"query","description":"소명사유진행상태코드(VD013)","schema":{"type":"string"}}],"responses":{"200":{"description":"상품 Q&A 답변 지연 상세내역 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseVendorQnaDetailResponse"}}}},"900":{"description":"상품 Q&A 답변 지연 상세내역 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 출고 미준수 상세내역 조회

> \## 기능설명\
> \* 출고 미준수 상세내역 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 출고 미준수 상세내역을 조회합니다.\
> \* 초기 진입 시, 전일(누적) 전체 건수를 노출합니다.\
> \* 승인/반려 상태 기준(승인미요청,승인대기,승인,반려), 주문번호 기준 오름차순으로 정렬합니다.\
> \---\
> \## 수정번호\
> \* 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":{"ResponseRealGridListResponseShippingComplianceDetailResponse":{"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/RealGridListResponseShippingComplianceDetailResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseShippingComplianceDetailResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/ShippingComplianceDetailResponse"}}}},"ShippingComplianceDetailResponse":{"type":"object","description":"출고 미준수 상세내역 Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"협력사평가일미준수번호"},"smlNmCausRegPsbDt":{"type":"string","description":"소명사유등록가능일자"},"autoAprvFcstDt":{"type":"string","description":"자동승인예정일자"},"ordNo":{"type":"string","description":"주문번호"},"deliNo":{"type":"string","description":"배송번호"},"shipFnshFcstDtm":{"type":"string","description":"출고완료예정일시"},"ordAccpDtm":{"type":"string","description":"주문접수완료일시"},"ordFnshDtm":{"type":"string","description":"주문완료일시"},"ordDtlStatCd":{"type":"string","description":"주문내역상태코드(OM005)"},"ordDtlStatNm":{"type":"string","description":"주문내역상태명(OM005)"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"itmNm":{"type":"string","description":"단품명"},"shipWaitDtm":{"type":"string","format":"date-time","description":"출고대기일시"},"shipWaitCaus":{"type":"string","description":"결품사유"},"shipWaitCausCont":{"type":"string","description":"상세사유"},"smlNmCausConts":{"type":"string","description":"소명사유내용"},"reqmnId":{"type":"string","description":"요청자ID"},"reqDtm":{"type":"string","format":"date-time","description":"요청일시"},"smlNmCausPrgsStatCd":{"type":"string","description":"소명사유진행상태코드(VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"소명사유진행상태명(VD013)"},"aprRtnmnId":{"type":"string","description":"승인/반려자"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"승인/반려일시"}}},"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/vendor/vendorSalesGrade/getShippingComplianceDetailList":{"get":{"tags":["협력사 관리"],"summary":"출고 미준수 상세내역 조회","description":"## 기능설명\n* 출고 미준수 상세내역 조회 API 입니다.\n---\n## 상세설명\n* 출고 미준수 상세내역을 조회합니다.\n* 초기 진입 시, 전일(누적) 전체 건수를 노출합니다.\n* 승인/반려 상태 기준(승인미요청,승인대기,승인,반려), 주문번호 기준 오름차순으로 정렬합니다.\n---\n## 수정번호\n* Release v2.00_240613: 출고 미준수 상세내역 조회 기능 신규 개발\n","operationId":"getShippingComplianceDetailList","parameters":[{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"evltGbCd","in":"query","description":"평가구분코드(VD010)","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"시작날짜","schema":{"type":"string"}},{"name":"endDate","in":"query","description":"마지막날짜","schema":{"type":"string"}}],"responses":{"200":{"description":"출고 미준수 상세내역 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseShippingComplianceDetailResponse"}}}},"900":{"description":"출고 미준수 상세내역 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 판매자 평가 현황 조회

> \## 기능설명\
> \* 판매자 평가 현황 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 판매자 평가 현황(출고준수/주문이행)을 조회합니다.\
> \* 전일(누적)과 전월, 최대 2개의 로우만 조회합니다.\
> \* 당일이 1일(당월의 1일)인 경우, 전일(누적)과 전월의 로우는 동일합니다.\
> \---\
> \## 수정번호\
> \* 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":{"ResponseRealGridListResponseSalesGradeStatePopupResponse":{"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/RealGridListResponseSalesGradeStatePopupResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseSalesGradeStatePopupResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/SalesGradeStatePopupResponse"}}}},"SalesGradeStatePopupResponse":{"type":"object","description":"판매 등급 현황 팝업 Response","properties":{"division":{"type":"string","description":"구분값[DD:전일(누적), MM:전월]"},"startDate":{"type":"string","description":"시작날짜"},"endDate":{"type":"string","description":"마지막날짜"},"evltDt":{"type":"string","description":"평가일자"},"shipObsnScr":{"type":"integer","format":"int32","description":"출고준수점수"},"shipObsnObsnRate":{"type":"number","format":"double","description":"출고준수율"},"shipObsnEvltGradeNm":{"type":"string","description":"출고준수평가등급명(VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"주문이행점수"},"ordTrsrObsnRate":{"type":"number","format":"double","description":"주문이행준수율"},"ordTrsrEvltGradeNm":{"type":"string","description":"주문이행평가등급명(VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"답변리드타임점수"},"ansLtObsnRate":{"type":"number","format":"double","description":"답변리드타임준수율"},"ansLtEvltGradeNm":{"type":"string","description":"답변리드타임평가등급명(VD009)"},"evltTgtCnt":{"type":"integer","format":"int32","description":"평가대상건수"},"evlt1Cnt":{"type":"integer","format":"int32","description":"평가1건수"},"evlt2Cnt":{"type":"integer","format":"int32","description":"평가2건수"},"evlt3Cnt":{"type":"integer","format":"int32","description":"평가3건수"},"evlt4Cnt":{"type":"integer","format":"int32","description":"평가4건수"},"totalCnt":{"type":"integer","format":"int32","description":"전체 건수"},"nonRequestCnt":{"type":"integer","format":"int32","description":"승인미요청 건수"},"waitCnt":{"type":"integer","format":"int32","description":"승인대기 건수"},"approveCnt":{"type":"integer","format":"int32","description":"승인 건수"},"rejectCnt":{"type":"integer","format":"int32","description":"반려 건수"}}},"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/vendor/vendorSalesGrade/getSalesGradeStateList":{"get":{"tags":["협력사 관리"],"summary":"판매자 평가 현황 조회","description":"## 기능설명\n* 판매자 평가 현황 조회 API 입니다.\n---\n## 상세설명\n* 판매자 평가 현황(출고준수/주문이행)을 조회합니다.\n* 전일(누적)과 전월, 최대 2개의 로우만 조회합니다.\n* 당일이 1일(당월의 1일)인 경우, 전일(누적)과 전월의 로우는 동일합니다.\n---\n## 수정번호\n* Release v2.00_240613: 협력사 평가 현황 조회 기능 신규 개발\n","operationId":"getSalesGradeStateList","parameters":[{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"evltGbCd","in":"query","description":"평가구분코드(VD010)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"판매자 평가 현황 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseSalesGradeStatePopupResponse"}}}},"900":{"description":"판매자 평가 현황 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 주문 미이행 상세내역 조회

> \## 기능설명\
> \* 주문 미이행 상세내역 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 주문 미이행 상세내역을 조회합니다.\
> \* 초기 진입 시, 전일(누적) 전체 건수를 노출합니다.\
> \* 승인/반려 상태 기준(승인미요청,승인대기,승인,반려), 주문번호 기준 오름차순으로 정렬합니다.\
> \---\
> \## 수정번호\
> \* 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":{"ResponseRealGridListResponseOrderFulfillDetailResponse":{"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/RealGridListResponseOrderFulfillDetailResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseOrderFulfillDetailResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderFulfillDetailResponse"}}}},"OrderFulfillDetailResponse":{"type":"object","description":"주문 미이행 상세내역 Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"협력사평가일미준수번호"},"smlNmCausRegPsbDt":{"type":"string","description":"소명사유등록가능일자"},"autoAprvFcstDt":{"type":"string","description":"자동승인예정일자"},"ordNo":{"type":"string","description":"주문번호"},"ordManNm":{"type":"string","description":"주문자명"},"ordAccpDtm":{"type":"string","description":"주문일시"},"ordFnshDtm":{"type":"string","description":"주문완료일시"},"ordDtlStatCd":{"type":"string","description":"주문내역상태코드(OM005)"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"deliNo":{"type":"string","description":"배송번호"},"itmNm":{"type":"string","description":"단품명"},"ordQty":{"type":"string","description":"주문수량"},"claimLgrpNm":{"type":"string","description":"클레임대분류명(OM047)"},"smlNmCausConts":{"type":"string","description":"소명사유내용"},"reqmnId":{"type":"string","description":"요청자ID"},"reqDtm":{"type":"string","format":"date-time","description":"요청일시"},"smlNmCausPrgsStatCd":{"type":"string","description":"소명사유진행상태코드(VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"소명사유진행상태명(VD013)"},"aprRtnmnId":{"type":"string","description":"승인/반려자"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"승인/반려일시"}}},"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/vendor/vendorSalesGrade/getOrderFulfillDetailList":{"get":{"tags":["협력사 관리"],"summary":"주문 미이행 상세내역 조회","description":"## 기능설명\n* 주문 미이행 상세내역 조회 API 입니다.\n---\n## 상세설명\n* 주문 미이행 상세내역을 조회합니다.\n* 초기 진입 시, 전일(누적) 전체 건수를 노출합니다.\n* 승인/반려 상태 기준(승인미요청,승인대기,승인,반려), 주문번호 기준 오름차순으로 정렬합니다.\n---\n## 수정번호\n* Release v2.00_240613: 주문 미이행 상세내역 조회 기능 신규 개발\n","operationId":"getOrderFulfillDetailList","parameters":[{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"evltGbCd","in":"query","description":"평가구분코드(VD010)","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"시작날짜","schema":{"type":"string"}},{"name":"endDate","in":"query","description":"마지막날짜","schema":{"type":"string"}}],"responses":{"200":{"description":"주문 미이행 상세내역 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseOrderFulfillDetailResponse"}}}},"900":{"description":"주문 미이행 상세내역 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 협력사 정보 관리 조회

> \## 기능설명\
> \* 협력사 관리 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 협력사 정보 목록을 조회합니다.\
> &#x20;   \* 협력사 번호 내림차순으로 정렬합니다.<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":{"ResponseRealGridListResponsePartnerSearchResponse":{"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/RealGridListResponsePartnerSearchResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponsePartnerSearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PartnerSearchResponse"}}}},"PartnerSearchResponse":{"type":"object","description":"협력사관리 Response","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"trdStatCd":{"type":"string","description":"거래상태코드(VD003) 10:거래대기, 20:거래중, 30:거래종료"},"rpstmnNm":{"type":"string","description":"대표자명"},"bmanKindCd":{"type":"string","description":"사업자종류코드(VD004)"},"bmanNo":{"type":"string","description":"사업자번호"},"corpnNo":{"type":"string","description":"법인번호"},"btyp":{"type":"string","description":"업태"},"bkind":{"type":"string","description":"업종"},"aempNm":{"type":"string","description":"담당자명"},"aempTelRgnNo":{"type":"string","description":"담당자전화지역번호"},"aempTelTxnoNo":{"type":"string","description":"담당자전화국번번호"},"aempTelEndNo":{"type":"string","description":"담당자전화끝번호"},"aempTelNo":{"type":"string","description":"담당자전화번호"},"aempCellSctNo":{"type":"string","description":"담당자휴대폰구분번호"},"aempCellTxnoNo":{"type":"string","description":"담당자휴대폰국번번호"},"aempCellEndNo":{"type":"string","description":"담당자휴대폰끝번호"},"aempCellNo":{"type":"string","description":"담당자휴대폰번호"},"trdTypCd":{"type":"string","description":"거래형태코드(VD002) 10:직매입, 20:위탁판매, 30:제휴사"},"contStrtDy":{"type":"string","format":"date","description":"계약시작일"},"contEndDy":{"type":"string","format":"date","description":"계약시작일"},"mrgnRateGbCd":{"type":"string","description":"마진율구분코드(VD008) 10:고정마진, 20:구간마진"},"mrgnRate":{"type":"string","description":"마진율"},"ecpnUseYn":{"type":"string","description":"E쿠폰사용여부"},"ecpnLinkGbCd":{"type":"string","description":"e쿠폰연동구분코드(VD015)"}}},"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/vendor/vendorMgmt/getPartnerSearchList":{"get":{"tags":["협력사 관리"],"summary":"협력사 정보 관리 조회","description":"## 기능설명\n* 협력사 관리 조회 API 입니다.\n---\n## 상세설명\n* 협력사 정보 목록을 조회합니다.\n    * 협력사 번호 내림차순으로 정렬합니다.\n","operationId":"getPartnerSearchList","parameters":[{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"entrNm","in":"query","description":"협력사명","required":true,"schema":{"type":"string"}},{"name":"trdStatCd","in":"query","description":"거래상태코드","required":true,"schema":{"type":"string"}},{"name":"trdTypCd","in":"query","description":"거래형태코드","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"협력사 정보 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponsePartnerSearchResponse"}}}},"900":{"description":"협력사 정보 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 업무협조도 평가 내역 조회

> \## 기능설명\
> \* 업무협조도 평가 내역 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 화면에 조건에 따라 업무협조도 평가 내역을 조회합니다.\
> &#x20;   \* 조회기간\
> &#x20;   \* 협력사번호\
> &#x20;   \* 담당 MD\
> &#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":{"JobCollaborationEvaluationRequest":{"type":"object","description":"업무협조도 평가 조회 Request","properties":{"startDate":{"type":"string","description":"시작년월"},"endDate":{"type":"string","description":"종료년월"},"entrNo":{"type":"string","description":"협력사번호"},"mdId":{"type":"string","description":"MD 아이디"},"jobClbtEvltPrgsStatCd":{"type":"string","description":"업무협조도평가진행상태코드(VD014)"},"jobClbtScr":{"type":"string","description":"업무협조평가점수코드(VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"업무협조평가사유코드(VD011)"},"idSelectType":{"type":"string","description":"담당자구분(0: 요청자, 1: 처리자)"},"userId":{"type":"string","description":"사용자아이디"}}},"ResponseRealGridListResponseJobCollaborationEvaluationResponse":{"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/RealGridListResponseJobCollaborationEvaluationResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseJobCollaborationEvaluationResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/JobCollaborationEvaluationResponse"}}}},"JobCollaborationEvaluationResponse":{"type":"object","description":"업무협조도 평가 조회 Response","properties":{"entrNo":{"type":"string","description":"시작년월"},"entrNm":{"type":"string","description":"종료년월"},"jobClbtEvltPrgsStatCd":{"type":"string","description":"업무협조도평가진행상태코드(VD014)"},"jobClbtEvltPrgsStatCdNm":{"type":"string","description":"업무협조도평가진행상태명(VD014)"},"jobClbtScr":{"type":"string","description":"업무협조평가점수코드(VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"업무협조평가사유코드(VD011)"},"jobClbtEvltDtlConts":{"type":"string","description":"상세사유"},"evltYm":{"type":"string","description":"평가년월"},"reqmnId":{"type":"string","description":"요청자"},"reqDtm":{"type":"string","format":"date-time","description":"요청일시"},"aprmnOrRtrnmnId":{"type":"string","description":"승인/반려 처리자"},"aprvOrRtrnDtm":{"type":"string","format":"date-time","description":"승인/반려 처리일시"}}},"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/vendor/vendorMgmt/getJobCollaborationEvaluationList":{"get":{"tags":["협력사 관리"],"summary":"업무협조도 평가 내역 조회","description":"## 기능설명\n* 업무협조도 평가 내역 조회 API 입니다.\n---\n## 상세설명\n* 화면에 조건에 따라 업무협조도 평가 내역을 조회합니다.\n    * 조회기간\n    * 협력사번호\n    * 담당 MD\n    * 평가상태\n    * 평가점수\n    * 평가사유\n## 수정번호\n* Release v2.00_240613: 입점사 평가 업무협조도 평가 기능 신규 개발\n","operationId":"getJobCollaborationEvaluationList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/JobCollaborationEvaluationRequest"}},{"name":"startDate","in":"query","description":"시작년월","required":true,"schema":{"type":"string"}},{"name":"endDate","in":"query","description":"종료년월","required":true,"schema":{"type":"string"}},{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"mdId","in":"query","description":"MD 아이디","required":true,"schema":{"type":"string"}},{"name":"jobClbtEvltPrgsStatCd","in":"query","description":"업무협조도평가진행상태코드(VD014)","required":true,"schema":{"type":"string"}},{"name":"jobClbtScr","in":"query","description":"업무협조평가점수코드(VD012)","required":true,"schema":{"type":"string"}},{"name":"jobClbtEvltCausCd","in":"query","description":"업무협조평가사유코드(VD011)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"업무협조도 평가 내역 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseJobCollaborationEvaluationResponse"}}}},"900":{"description":"업무협조도 평가 내역 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 업무협조도 평가 내역 건수 조회

> \## 기능설명\
> \* 업무협조도 평가 내역 건수 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 화면에 조건에 따라 업무협조도 평가 내역 건수를 조회합니다.\
> &#x20;   \* 조회기간\
> &#x20;   \* 협력사번호\
> &#x20;   \* 담당 MD\
> &#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":{"JobCollaborationEvaluationRequest":{"type":"object","description":"업무협조도 평가 조회 Request","properties":{"startDate":{"type":"string","description":"시작년월"},"endDate":{"type":"string","description":"종료년월"},"entrNo":{"type":"string","description":"협력사번호"},"mdId":{"type":"string","description":"MD 아이디"},"jobClbtEvltPrgsStatCd":{"type":"string","description":"업무협조도평가진행상태코드(VD014)"},"jobClbtScr":{"type":"string","description":"업무협조평가점수코드(VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"업무협조평가사유코드(VD011)"},"idSelectType":{"type":"string","description":"담당자구분(0: 요청자, 1: 처리자)"},"userId":{"type":"string","description":"사용자아이디"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/vendor/vendorMgmt/getJobCollaborationEvaluationListCount":{"get":{"tags":["협력사 관리"],"summary":"업무협조도 평가 내역 건수 조회","description":"## 기능설명\n* 업무협조도 평가 내역 건수 조회 API 입니다.\n---\n## 상세설명\n* 화면에 조건에 따라 업무협조도 평가 내역 건수를 조회합니다.\n    * 조회기간\n    * 협력사번호\n    * 담당 MD\n    * 평가상태\n    * 평가점수\n    * 평가사유\n## 수정번호\n* Release v2.00_240613: 입점사 평가 업무협조도 평가 기능 신규 개발\n","operationId":"getJobCollaborationEvaluationListCount","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/JobCollaborationEvaluationRequest"}},{"name":"startDate","in":"query","description":"시작년월","required":true,"schema":{"type":"string"}},{"name":"endDate","in":"query","description":"종료년월","required":true,"schema":{"type":"string"}},{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"mdId","in":"query","description":"MD 아이디","required":true,"schema":{"type":"string"}},{"name":"jobClbtEvltPrgsStatCd","in":"query","description":"업무협조도평가진행상태코드(VD014)","required":true,"schema":{"type":"string"}},{"name":"jobClbtScr","in":"query","description":"업무협조평가점수코드(VD012)","required":true,"schema":{"type":"string"}},{"name":"jobClbtEvltCausCd","in":"query","description":"업무협조평가사유코드(VD011)","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"업무협조도 평가 내역 건수 조회 성공","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}},"900":{"description":"업무협조도 평가 내역 건수 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 배송비 관리 조회

> \## 기능설명\
> \* 배송비 관리 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 배송비 정보 목록을 조회합니다.\
> &#x20;   \* 협력사 번호 오름차순, 배송비 형태 오름차순으로 정렬합니다.\
> \---\
> \## 특이사항\
> \* 등록 상품 수를 조회하여 사용여부 변경 시에 사용합니다.\
> &#x20;   \* 등록 상품: 임시저장, 판매종료 외 모든 승인/판매 상태 상품<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":{"ResponseRealGridListResponsePartnerDeliveryPolicySearchResponse":{"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/RealGridListResponsePartnerDeliveryPolicySearchResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponsePartnerDeliveryPolicySearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PartnerDeliveryPolicySearchResponse"}}}},"PartnerDeliveryPolicySearchResponse":{"type":"object","description":"배송비관리 Response","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"trdStatCd":{"type":"string","description":"거래상태코드(VD003) 10:거래대기, 20:거래중, 30:거래종료"},"deliPolcNo":{"type":"string","description":"배송정책번호"},"dlexTypCd":{"type":"string","description":"배송비유형코드(VD005) 10:무료, 20:유료, 30:조건부무료"},"ecpnUseYn":{"type":"string","description":"e쿠폰사용여부"},"stdAmt":{"type":"integer","format":"int32","description":"기준금액"},"dlexAmt":{"type":"number","description":"배송비금액"},"wthdRtnAmt":{"type":"number","description":"회수반품비"},"exchDlex":{"type":"integer","format":"int32","description":"교환배송비"},"addDlexAmt":{"type":"number","description":"추가배송비금액"},"useYn":{"type":"string","description":"사용여부"},"goodsCnt":{"type":"integer","format":"int32","description":"등록상품수"},"deliRegnGrpNo":{"type":"string","description":"배송지역그룹코드"}}},"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/vendor/vendorMgmt/getDeliveryPolicySearchList":{"get":{"tags":["협력사 관리"],"summary":"배송비 관리 조회","description":"## 기능설명\n* 배송비 관리 조회 API 입니다.\n---\n## 상세설명\n* 배송비 정보 목록을 조회합니다.\n    * 협력사 번호 오름차순, 배송비 형태 오름차순으로 정렬합니다.\n---\n## 특이사항\n* 등록 상품 수를 조회하여 사용여부 변경 시에 사용합니다.\n    * 등록 상품: 임시저장, 판매종료 외 모든 승인/판매 상태 상품\n","operationId":"getDeliveryPolicySearchList","parameters":[{"name":"entrNo","in":"query","description":"협력사번호","schema":{"type":"string"}},{"name":"entrNm","in":"query","description":"협력사명","schema":{"type":"string"}}],"responses":{"200":{"description":"배송비 정보 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponsePartnerDeliveryPolicySearchResponse"}}}},"900":{"description":"배송비 정보 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 제휴사 관리 조회

> \## 기능설명\
> \* 제휴사 관리 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 제휴사 정보 목록을 조회합니다.\
> &#x20;   \* 제휴사 번호 내림차순으로 정렬합니다.<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":{"ResponseRealGridListResponseCooperateSearchResponse":{"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/RealGridListResponseCooperateSearchResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseCooperateSearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CooperateSearchResponse"}}}},"CooperateSearchResponse":{"type":"object","description":"제휴사관리 Response","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"entrGbCd":{"type":"string","description":"협력사구분코드(VD001) 10:상품공급업자, 20:제휴사업자"},"trdTypCd":{"type":"string","description":"거래형태코드(VD002) 10:직매입, 20:위탁판매, 30:제휴사"},"trdStatCd":{"type":"string","description":"거래상태코드(VD003) 10:거래대기, 20:거래중, 30:거래종료"},"lgcEntrNo":{"type":"string","description":"기간계협력사번호"},"rpstmnNm":{"type":"string","description":"대표자명"},"bmanNo":{"type":"string","description":"사업자 번호"},"corpnNo":{"type":"string","description":"법인번호"},"btyp":{"type":"string","description":"업태"},"bkind":{"type":"string","description":"업종"},"contStrtDy":{"type":"string","format":"date","description":"계약시작일자"},"contEndDy":{"type":"string","format":"date","description":"계약종료일자"},"aempNm":{"type":"string","description":"담당자명"},"aempTelRgnNo":{"type":"string","description":"담당자전화지역번호"},"aempTelTxnoNo":{"type":"string","description":"담당자전화국번번호"},"aempTelEndNo":{"type":"string","description":"담당자전화끝번호"},"aempCellSctNo":{"type":"string","description":"담당자휴대폰구분번호"},"aempCellTxnoNo":{"type":"string","description":"담당자휴대폰국번번호"},"aempCellEndNo":{"type":"string","description":"담당자휴대폰끝번호"},"faxRgnNo":{"type":"string","description":"팩스지역번호"},"faxTxnoNo":{"type":"string","description":"팩스국번번호"},"faxEndNo":{"type":"string","description":"팩스끝번호"},"bmanKindCd":{"type":"string","description":"사업자종류코드(VD004) 10:면세업자, 20:일반과세자"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"rmkCmt":{"type":"string","description":"비고내용"},"trdStatNm":{"type":"string","description":"거래상태코드명"},"bmanKindNm":{"type":"string","description":"사업자종류코드명"}}},"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/vendor/vendorMgmt/getCooperateSearchList":{"get":{"tags":["협력사 관리"],"summary":"제휴사 관리 조회","description":"## 기능설명\n* 제휴사 관리 조회 API 입니다.\n---\n## 상세설명\n* 제휴사 정보 목록을 조회합니다.\n    * 제휴사 번호 내림차순으로 정렬합니다.\n","operationId":"getCooperateSearchList","parameters":[{"name":"condxEntrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"condxEntrNm","in":"query","description":"거래상태코드","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"제휴사 관리 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseCooperateSearchResponse"}}}},"900":{"description":"제휴사 관리 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 제휴사 목록 조회

> \## 기능설명\
> \* 제휴사 목록 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 제휴사 목록을 조회합니다.\
> &#x20;   \* 제휴사 번호 내림차순으로 정렬합니다.<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":{"ResponseRealGridListResponseCooperateSearchResponse":{"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/RealGridListResponseCooperateSearchResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseCooperateSearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CooperateSearchResponse"}}}},"CooperateSearchResponse":{"type":"object","description":"제휴사관리 Response","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"entrGbCd":{"type":"string","description":"협력사구분코드(VD001) 10:상품공급업자, 20:제휴사업자"},"trdTypCd":{"type":"string","description":"거래형태코드(VD002) 10:직매입, 20:위탁판매, 30:제휴사"},"trdStatCd":{"type":"string","description":"거래상태코드(VD003) 10:거래대기, 20:거래중, 30:거래종료"},"lgcEntrNo":{"type":"string","description":"기간계협력사번호"},"rpstmnNm":{"type":"string","description":"대표자명"},"bmanNo":{"type":"string","description":"사업자 번호"},"corpnNo":{"type":"string","description":"법인번호"},"btyp":{"type":"string","description":"업태"},"bkind":{"type":"string","description":"업종"},"contStrtDy":{"type":"string","format":"date","description":"계약시작일자"},"contEndDy":{"type":"string","format":"date","description":"계약종료일자"},"aempNm":{"type":"string","description":"담당자명"},"aempTelRgnNo":{"type":"string","description":"담당자전화지역번호"},"aempTelTxnoNo":{"type":"string","description":"담당자전화국번번호"},"aempTelEndNo":{"type":"string","description":"담당자전화끝번호"},"aempCellSctNo":{"type":"string","description":"담당자휴대폰구분번호"},"aempCellTxnoNo":{"type":"string","description":"담당자휴대폰국번번호"},"aempCellEndNo":{"type":"string","description":"담당자휴대폰끝번호"},"faxRgnNo":{"type":"string","description":"팩스지역번호"},"faxTxnoNo":{"type":"string","description":"팩스국번번호"},"faxEndNo":{"type":"string","description":"팩스끝번호"},"bmanKindCd":{"type":"string","description":"사업자종류코드(VD004) 10:면세업자, 20:일반과세자"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"rmkCmt":{"type":"string","description":"비고내용"},"trdStatNm":{"type":"string","description":"거래상태코드명"},"bmanKindNm":{"type":"string","description":"사업자종류코드명"}}},"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/vendor/vendorMgmt/getCooperateChannelSearchList":{"get":{"tags":["협력사 관리"],"summary":"제휴사 목록 조회","description":"## 기능설명\n* 제휴사 목록 조회 API 입니다.\n---\n## 상세설명\n* 제휴사 목록을 조회합니다.\n    * 제휴사 번호 내림차순으로 정렬합니다.\n","operationId":"getCooperateChannelSearchList","parameters":[{"name":"condxEntrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}},{"name":"condxEntrNm","in":"query","description":"협력사명","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"제휴사 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseCooperateSearchResponse"}}}},"900":{"description":"제휴사 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 제휴사 상세정보 조회

> \## 기능설명\
> \* 제휴사 상세정보 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 제휴사 번호 기준으로 제휴사 상세정보를 조회합니다.\
> \---\
> \## 특이사항\
> \* 등록된 제휴사의 사업자 번호를 조회하여 저장 시, 사업자 번호 중복 체크에 사용합니다.<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":{"ResponseCooperateAndOthersResponse":{"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/CooperateAndOthersResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CooperateAndOthersResponse":{"type":"object","description":"제휴사 등록/수정 Response","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"entrGbCd":{"type":"string","description":"협력사구분코드(VD001) 10:상품공급업자, 20:제휴사업자"},"trdTypCd":{"type":"string","description":"거래형태코드(VD002) 10:직매입, 20:위탁판매, 30:제휴사"},"trdStatCd":{"type":"string","description":"거래상태코드(VD003) 10:거래대기, 20:거래중, 30:거래종료"},"lgcEntrNo":{"type":"string","description":"기간계협력사번호"},"rpstmnNm":{"type":"string","description":"대표자명"},"bmanNo":{"type":"string","description":"사업자번호"},"corpnNo":{"type":"string","description":"법인번호"},"btyp":{"type":"string","description":"업태"},"bkind":{"type":"string","description":"업종"},"contStrtDy":{"type":"string","description":"계약시작일자"},"contEndDy":{"type":"string","description":"계약종료일자"},"aempNm":{"type":"string","description":"담당자명"},"aempTelRgnNo":{"type":"string","description":"담당자전화지역번호"},"aempTelTxnoNo":{"type":"string","description":"담당자전화국번번호"},"aempTelEndNo":{"type":"string","description":"담당자전화끝번호"},"aempCellSctNo":{"type":"string","description":"담당자휴대폰구분번호"},"aempCellTxnoNo":{"type":"string","description":"담당자휴대폰국번번호"},"aempCellEndNo":{"type":"string","description":"담당자휴대폰끝번호"},"faxRgnNo":{"type":"string","description":"팩스지역번호"},"faxTxnoNo":{"type":"string","description":"팩스국번번호"},"faxEndNo":{"type":"string","description":"팩스끝번호"},"bmanKindCd":{"type":"string","description":"사업자종류코드"},"zipNoSeq":{"type":"integer","format":"int64","description":"우편번호순번"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"dtlAddr":{"type":"string","description":"상세주소"},"rmkCmt":{"type":"string","description":"비고내용"},"cooperateEmployeeList":{"type":"array","description":"제휴사 정보 리스트","items":{"$ref":"#/components/schemas/CooperateEmployeeSearchResponse"}},"bmanNoList":{"type":"array","description":"등록된 사업자번호 리스트","items":{"type":"string"}}}},"CooperateEmployeeSearchResponse":{"type":"object","description":"담당자정보","properties":{"entrNo":{"type":"string","description":"협력사번호"},"aempSeq":{"type":"integer","format":"int64","description":"담당자순번"},"dutyCd":{"type":"string","description":"직무코드(VD006) 01:영업, 02:회계"},"aempNm":{"type":"string","description":"담당자명"},"telRgnNo":{"type":"string","description":"전화지역번호"},"telTxnoNo":{"type":"string","description":"전화국번번호"},"telEndNo":{"type":"string","description":"전화끝번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"emailAddr":{"type":"string","description":"이메일주소"},"telNo":{"type":"string","description":"전화번호"},"cellNo":{"type":"string","description":"휴대폰전화번호"}}},"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/vendor/vendorMgmt/getCooperateAndOthersByEntrNo":{"get":{"tags":["협력사 관리"],"summary":"제휴사 상세정보 조회","description":"## 기능설명\n* 제휴사 상세정보 조회 API 입니다.\n---\n## 상세설명\n* 제휴사 번호 기준으로 제휴사 상세정보를 조회합니다.\n---\n## 특이사항\n* 등록된 제휴사의 사업자 번호를 조회하여 저장 시, 사업자 번호 중복 체크에 사용합니다.\n","operationId":"getCooperateAndOthersByEntrNo","parameters":[{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"제휴사 상세정보 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseCooperateAndOthersResponse"}}}},"900":{"description":"제휴사 상세정보 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상세 채널 내역 조회

> \## 기능설명\
> \* 상세 채널 내역 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 채널 번호 기준으로 상세 채널 내역을 조회합니다.\
> &#x20;   \* 삭제여부 N인 채널에 대해 조회합니다.<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":{"ResponseRealGridListResponseCcChlDtlInfo":{"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/RealGridListResponseCcChlDtlInfo","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseCcChlDtlInfo":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CcChlDtlInfo"}}}},"CcChlDtlInfo":{"type":"object","description":"채널상세정보","properties":{"chlDtlNo":{"type":"string","description":"채널상세번호"},"chlNo":{"type":"string","description":"채널번호"},"chlDtlNm":{"type":"string","description":"채널상세명"},"chlDtlDesc":{"type":"string","description":"채널상세설명"},"useYn":{"type":"string","description":"사용여부"},"fixamtFxrtGbCd":{"type":"string","description":"정액정률구분코드"},"cmsnRtAmt":{"type":"number","description":"수수료율금액"}},"required":["fixamtFxrtGbCd"]},"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/vendor/vendorMgmt/getCcChlDtlInfoByChlNoList":{"get":{"tags":["협력사 관리"],"summary":"상세 채널 내역 조회","description":"## 기능설명\n* 상세 채널 내역 조회 API 입니다.\n---\n## 상세설명\n* 채널 번호 기준으로 상세 채널 내역을 조회합니다.\n    * 삭제여부 N인 채널에 대해 조회합니다.\n","operationId":"getCcChlDtlInfoByChlNo","parameters":[{"name":"chlNo","in":"query","description":"채널번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"상세 채널 내역 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseCcChlDtlInfo"}}}},"900":{"description":"상세 채널 내역 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 채널 내역 조회

> \## 기능설명\
> \* 채널 내역 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 제휴사 번호 기준으로 채널 내역을 조회합니다.\
> &#x20;   \* 삭제여부 N인 채널에 대해 조회합니다.<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":{"ResponseRealGridListResponseCcChlBase":{"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/RealGridListResponseCcChlBase","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseCcChlBase":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CcChlBase"}}}},"CcChlBase":{"type":"object","description":"채널기본","properties":{"siteNo":{"type":"string","description":"사이트번호"},"chlNo":{"type":"string","description":"채널번호"},"chlNm":{"type":"string","description":"채널명"},"chlClssCd":{"type":"string","description":"채널분류코드(CH001) 10:직접, 20:이메일, 30:제휴"},"chlTypCd":{"type":"string","description":"채널유형코드(CH002) 01:URL직접입력, 02:즐겨찾기, 03:이메일, 04:가격비교, 05:기타제휴"},"aplyStrDt":{"type":"string","format":"date","description":"적용시작일자"},"aplyEndDt":{"type":"string","format":"date","description":"적용종료일자"},"entrNo":{"type":"string","description":"협력사번호"},"chlDesc":{"type":"string","description":"채널설명"},"delYn":{"type":"string","description":"삭제여부"},"argSelectType":{"type":"string","description":"선택구분(1:단일, N:다중)"},"argChlClssCd":{"type":"string"}}},"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/vendor/vendorMgmt/getCcChlBaseByEntrNoList":{"get":{"tags":["협력사 관리"],"summary":"채널 내역 조회","description":"## 기능설명\n* 채널 내역 조회 API 입니다.\n---\n## 상세설명\n* 제휴사 번호 기준으로 채널 내역을 조회합니다.\n    * 삭제여부 N인 채널에 대해 조회합니다.\n","operationId":"getCcChlBaseByEntrNo","parameters":[{"name":"entrNo","in":"query","description":"협력사번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"채널 내역 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseCcChlBase"}}}},"900":{"description":"채널 내역 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/vendor-bo-api/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
