> 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/statistics-bo-api/models.md).

# Models

## The Response object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"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"}}}}}}
```

## The ValidationError object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The PeriodBasedStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PeriodBasedStatusRequest":{"type":"object","description":"기간별 주문/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"calendarType":{"type":"string","description":"일간 or 월간"},"startMonth":{"type":"string","description":"조회기간(시작월)"},"endMonth":{"type":"string","description":"조회기간(종료월)"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"entrNo":{"type":"string","description":"협력사번호"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"}}}}}}
```

## The OrderSalesStatusInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderSalesStatusInfo":{"type":"object","description":"주문(매출)현황 그래프 DTO","properties":{"agrtDt":{"type":"string","description":"기준일자(기준시간)"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액(순매출금액)"},"pwRealOrdAmt":{"type":"integer","format":"int64","description":"기간대비순주문금액(기간대비순매출금액)"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문수량(순매출수량)"},"pwRealOrdQty":{"type":"integer","format":"int64","description":"기간대비순주문수량(기간대비순매출수량)"}}}}}}
```

## The PeriodBasedStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PeriodBasedStatusResponse":{"type":"object","description":"주문 현황/매출 현황 DTO","properties":{"agrtDt":{"type":"string","description":"조회일자"},"imgPath":{"type":"string","description":"이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차할인금액"},"dcAmt3rd":{"type":"number","description":"3차할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"infCnt":{"type":"integer","format":"int32","description":"유입건수"},"compareDataList":{"type":"array","description":"기간대비금액목록","items":{"$ref":"#/components/schemas/OrderSalesStatusInfo"}},"realOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"dcAmt":{"type":"number","description":"할인금액"},"currRealOrdAmt":{"type":"integer","format":"int64","description":"현재순주문금액"}}},"OrderSalesStatusInfo":{"type":"object","description":"주문(매출)현황 그래프 DTO","properties":{"agrtDt":{"type":"string","description":"기준일자(기준시간)"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액(순매출금액)"},"pwRealOrdAmt":{"type":"integer","format":"int64","description":"기간대비순주문금액(기간대비순매출금액)"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문수량(순매출수량)"},"pwRealOrdQty":{"type":"integer","format":"int64","description":"기간대비순주문수량(기간대비순매출수량)"}}}}}}
```

## The OrderStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderStatusRequest":{"type":"object","description":"주문/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"calendarType":{"type":"string","description":"일간 or 월간"},"startMonth":{"type":"string","description":"조회기간(시작월)"},"endMonth":{"type":"string","description":"조회기간(종료월)"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"entrNo":{"type":"string","description":"협력사번호"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"}}}}}}
```

## The OrderStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderStatusResponse":{"type":"object","description":"주문 현황/매출 현황 DTO","properties":{"agrtDt":{"type":"string","description":"조회일자"},"imgPath":{"type":"string","description":"이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차할인금액"},"dcAmt3rd":{"type":"number","description":"3차할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"infCnt":{"type":"integer","format":"int32","description":"유입건수"},"compareDataList":{"type":"array","description":"기간대비금액목록","items":{"$ref":"#/components/schemas/OrderSalesStatusInfo"}},"realOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"dcAmt":{"type":"number","description":"할인금액"},"currRealOrdAmt":{"type":"integer","format":"int64","description":"현재순주문금액"}}},"OrderSalesStatusInfo":{"type":"object","description":"주문(매출)현황 그래프 DTO","properties":{"agrtDt":{"type":"string","description":"기준일자(기준시간)"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액(순매출금액)"},"pwRealOrdAmt":{"type":"integer","format":"int64","description":"기간대비순주문금액(기간대비순매출금액)"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문수량(순매출수량)"},"pwRealOrdQty":{"type":"integer","format":"int64","description":"기간대비순주문수량(기간대비순매출수량)"}}}}}}
```

## The HourBasedStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"HourBasedStatusRequest":{"type":"object","description":"시간대 별 주문/매출 현황 Request DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"targetDate":{"type":"string","format":"date","description":"조회일자"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"entrNo":{"type":"string","description":"협력사번호"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"}}}}}}
```

## The HourBasedStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"HourBasedStatusResponse":{"type":"object","description":"시간대 별 주문/매출 현황 Response DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"agrtDt":{"type":"string","description":"조회시간"},"imgPath":{"type":"string","description":"대표이미지"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차할인금액"},"dcAmt3rd":{"type":"number","description":"3차할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문수량"},"infCnt":{"type":"integer","format":"int32","description":"상품상세 유입수"},"compareDataList":{"type":"array","description":"기간대비금액목록","items":{"$ref":"#/components/schemas/OrderSalesStatusInfo"}}}},"OrderSalesStatusInfo":{"type":"object","description":"주문(매출)현황 그래프 DTO","properties":{"agrtDt":{"type":"string","description":"기준일자(기준시간)"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액(순매출금액)"},"pwRealOrdAmt":{"type":"integer","format":"int64","description":"기간대비순주문금액(기간대비순매출금액)"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문수량(순매출수량)"},"pwRealOrdQty":{"type":"integer","format":"int64","description":"기간대비순주문수량(기간대비순매출수량)"}}}}}}
```

## The GoodsAnalysisRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsAnalysisRequest":{"type":"object","description":"상품분석 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"entrNo":{"type":"string","description":"협력사번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"},"top":{"type":"integer","format":"int32","description":"TOP 개수"}}}}}}
```

## The GoodsAnalysisResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsAnalysisResponse":{"type":"object","description":"상품분석 DTO","properties":{"imgPath":{"type":"string","description":"이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"infCnt":{"type":"integer","format":"int32","description":"유입건수"},"stkQty":{"type":"integer","format":"int32","description":"재고수량"},"cvr":{"type":"number","format":"float","description":"구매전환율"},"cnclRtnQty":{"type":"integer","format":"int32","description":"취/반품수량"},"rtnRate":{"type":"number","format":"float","description":"반품율"}}}}}}
```

## The CustomerServiceStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CustomerServiceStatusResponse":{"type":"object","properties":{"accpDtm":{"type":"string","description":"접수일자"},"autoDivGbCd":{"type":"string","description":"업무유형(대)"},"autoDivGbNm":{"type":"string","description":"업무유형(대) 명"},"autoDivDtlNo":{"type":"string","description":"업무유형(중)"},"autoDivDtlNm":{"type":"string","description":"업무유형(중) 명"},"receiptCnt":{"type":"integer","format":"int32","description":"접수 갯수"},"processingCnt":{"type":"integer","format":"int32","description":"처리중 갯수"},"completeCnt":{"type":"integer","format":"int32","description":"완료 갯수"},"totalCnt":{"type":"integer","format":"int32","description":"합계"},"cnt":{"type":"object","additionalProperties":{"type":"integer","format":"int32"},"writeOnly":true}}}}}}
```

## The RealGridListResponseCustomerServiceStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCustomerServiceStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CustomerServiceStatusResponse"}}}},"CustomerServiceStatusResponse":{"type":"object","properties":{"accpDtm":{"type":"string","description":"접수일자"},"autoDivGbCd":{"type":"string","description":"업무유형(대)"},"autoDivGbNm":{"type":"string","description":"업무유형(대) 명"},"autoDivDtlNo":{"type":"string","description":"업무유형(중)"},"autoDivDtlNm":{"type":"string","description":"업무유형(중) 명"},"receiptCnt":{"type":"integer","format":"int32","description":"접수 갯수"},"processingCnt":{"type":"integer","format":"int32","description":"처리중 갯수"},"completeCnt":{"type":"integer","format":"int32","description":"완료 갯수"},"totalCnt":{"type":"integer","format":"int32","description":"합계"},"cnt":{"type":"object","additionalProperties":{"type":"integer","format":"int32"},"writeOnly":true}}}}}}
```

## The CategoryStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CategoryStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"entrNo":{"type":"string","description":"협력사번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"},"top":{"type":"integer","format":"int32","description":"TOP 개수"}}}}}}
```

## The CategoryStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CategoryStatusResponse":{"type":"object","properties":{"stdCtgNo":{"type":"string","description":"표준 카테고리 번호"},"stdCtgNm":{"type":"string","description":"표준 카테고리명"},"siteNm":{"type":"string","description":"사이트명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문수량"}}}}}}
```

## The RealGridListResponsePeriodBasedStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponsePeriodBasedStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PeriodBasedStatusResponse"}}}},"PeriodBasedStatusResponse":{"type":"object","description":"주문 현황/매출 현황 DTO","properties":{"agrtDt":{"type":"string","description":"조회일자"},"imgPath":{"type":"string","description":"이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차할인금액"},"dcAmt3rd":{"type":"number","description":"3차할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"infCnt":{"type":"integer","format":"int32","description":"유입건수"},"compareDataList":{"type":"array","description":"기간대비금액목록","items":{"$ref":"#/components/schemas/OrderSalesStatusInfo"}},"realOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"dcAmt":{"type":"number","description":"할인금액"},"currRealOrdAmt":{"type":"integer","format":"int64","description":"현재순주문금액"}}},"OrderSalesStatusInfo":{"type":"object","description":"주문(매출)현황 그래프 DTO","properties":{"agrtDt":{"type":"string","description":"기준일자(기준시간)"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액(순매출금액)"},"pwRealOrdAmt":{"type":"integer","format":"int64","description":"기간대비순주문금액(기간대비순매출금액)"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문수량(순매출수량)"},"pwRealOrdQty":{"type":"integer","format":"int64","description":"기간대비순주문수량(기간대비순매출수량)"}}}}}}
```

## The PayWayStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PayWayStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"startDate":{"type":"string","format":"date","description":"시작일자"},"endDate":{"type":"string","format":"date","description":"종료일자"},"agrtGb":{"type":"string","description":"집계구분"},"payWayCd":{"type":"string","description":"결제수단코드"}}}}}}
```

## The PayWayStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PayWayStatusResponse":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"agrtDt":{"type":"string","description":"집계일자"},"agrtGb":{"type":"string","description":"집계구분"},"payWayCd":{"type":"string","description":"결제수단코드"},"payWayNm":{"type":"string","description":"결제수단"},"siteNm":{"type":"string","description":"사이트명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문수량"}}}}}}
```

## The RealGridListResponsePayWayStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponsePayWayStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PayWayStatusResponse"}}}},"PayWayStatusResponse":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"agrtDt":{"type":"string","description":"집계일자"},"agrtGb":{"type":"string","description":"집계구분"},"payWayCd":{"type":"string","description":"결제수단코드"},"payWayNm":{"type":"string","description":"결제수단"},"siteNm":{"type":"string","description":"사이트명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문수량"}}}}}}
```

## The PathInflowStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PathInflowStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"agrtGb":{"type":"string","description":"집계구분"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"}}}}}}
```

## The PathInflowStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PathInflowStatusResponse":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"agrtDt":{"type":"string","description":"집계일자"},"agrtGb":{"type":"string","description":"집계구분"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNoGbCdNm":{"type":"string","description":"유입전시카테고리번호구분코드명"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"},"infDispCtgNm":{"type":"string","description":"유입전시카테고리명"},"siteNm":{"type":"string","description":"사이트명"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문(매출)금액"},"ordQty":{"type":"integer","format":"int64","description":"주문(배송완료)수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소(반품완료)수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문(매출)수량"},"dcAmt":{"type":"number","description":"할인금액(전체)"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"}}}}}}
```

## The RealGridListResponsePathInflowStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponsePathInflowStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PathInflowStatusResponse"}}}},"PathInflowStatusResponse":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"agrtDt":{"type":"string","description":"집계일자"},"agrtGb":{"type":"string","description":"집계구분"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNoGbCdNm":{"type":"string","description":"유입전시카테고리번호구분코드명"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"},"infDispCtgNm":{"type":"string","description":"유입전시카테고리명"},"siteNm":{"type":"string","description":"사이트명"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문(매출)금액"},"ordQty":{"type":"integer","format":"int64","description":"주문(배송완료)수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소(반품완료)수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문(매출)수량"},"dcAmt":{"type":"number","description":"할인금액(전체)"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"}}}}}}
```

## The SalesStatusByGenderAgeRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesStatusByGenderAgeRequest":{"type":"object","properties":{"agrtGb":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"stdCtgNo":{"type":"string"}}}}}}
```

## The RealGridListResponseSalesStatusByGenderAgeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseSalesStatusByGenderAgeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/SalesStatusByGenderAgeResponse"}}}},"SalesStatusByGenderAgeResponse":{"type":"object","properties":{"ageGroup":{"type":"string","description":"연령대그룹"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"salesFnshQtyFemale":{"type":"integer","format":"int64","description":"여성주문/매출수량"},"salesFnshAmtFemale":{"type":"integer","format":"int64","description":"여성주문/매출금액"},"dcAmtFemale":{"type":"integer","format":"int64","description":"여성할인금액"},"salesFnshQtyMale":{"type":"integer","format":"int64","description":"남성주문/매출수량"},"salesFnshAmtMale":{"type":"integer","format":"int64","description":"남성주문/매출금액"},"dcAmtMale":{"type":"integer","format":"int64","description":"남성할인금액"},"salesFnshQtyNotEntered":{"type":"integer","format":"int64","description":"미입력주문/매출수량"},"salesFnshAmtNotEntered":{"type":"integer","format":"int64","description":"미입력주문/매출금액"},"dcAmtNotEntered":{"type":"integer","format":"int64","description":"미입력할인금액"}}}}}}
```

## The SalesStatusByGenderAgeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesStatusByGenderAgeResponse":{"type":"object","properties":{"ageGroup":{"type":"string","description":"연령대그룹"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"salesFnshQtyFemale":{"type":"integer","format":"int64","description":"여성주문/매출수량"},"salesFnshAmtFemale":{"type":"integer","format":"int64","description":"여성주문/매출금액"},"dcAmtFemale":{"type":"integer","format":"int64","description":"여성할인금액"},"salesFnshQtyMale":{"type":"integer","format":"int64","description":"남성주문/매출수량"},"salesFnshAmtMale":{"type":"integer","format":"int64","description":"남성주문/매출금액"},"dcAmtMale":{"type":"integer","format":"int64","description":"남성할인금액"},"salesFnshQtyNotEntered":{"type":"integer","format":"int64","description":"미입력주문/매출수량"},"salesFnshAmtNotEntered":{"type":"integer","format":"int64","description":"미입력주문/매출금액"},"dcAmtNotEntered":{"type":"integer","format":"int64","description":"미입력할인금액"}}}}}}
```

## The SalesStatusByGenderAgeChartResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesStatusByGenderAgeChartResponse":{"type":"object","properties":{"ageGroup":{"type":"string","description":"연령대그룹"},"totalSales":{"type":"integer","format":"int64","description":"주문/매출 합계"},"sexGbCd":{"type":"string","description":"성별구분"}}}}}}
```

## The RealGridListResponseOrderStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseOrderStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderStatusResponse"}}}},"OrderStatusResponse":{"type":"object","description":"주문 현황/매출 현황 DTO","properties":{"agrtDt":{"type":"string","description":"조회일자"},"imgPath":{"type":"string","description":"이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차할인금액"},"dcAmt3rd":{"type":"number","description":"3차할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"infCnt":{"type":"integer","format":"int32","description":"유입건수"},"compareDataList":{"type":"array","description":"기간대비금액목록","items":{"$ref":"#/components/schemas/OrderSalesStatusInfo"}},"realOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"dcAmt":{"type":"number","description":"할인금액"},"currRealOrdAmt":{"type":"integer","format":"int64","description":"현재순주문금액"}}},"OrderSalesStatusInfo":{"type":"object","description":"주문(매출)현황 그래프 DTO","properties":{"agrtDt":{"type":"string","description":"기준일자(기준시간)"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액(순매출금액)"},"pwRealOrdAmt":{"type":"integer","format":"int64","description":"기간대비순주문금액(기간대비순매출금액)"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문수량(순매출수량)"},"pwRealOrdQty":{"type":"integer","format":"int64","description":"기간대비순주문수량(기간대비순매출수량)"}}}}}}
```

## The OrderSalesGroupStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderSalesGroupStatusRequest":{"type":"object","description":"연령별/등급별 주문/매출 현황 DTO","properties":{"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준분류번호"},"ageList":{"type":"array","description":"연령대","items":{"type":"string"}},"selectTopYn":{"type":"string","description":"연령별 상위 항목 조회 여부"},"agrtGb":{"type":"string","description":"집계구분"},"groupCd":{"type":"string","description":"그룹구분"}}}}}}
```

## The OrderSalesGroupStatusInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderSalesGroupStatusInfoResponse":{"type":"object","description":"연령별/등급별 주문/매출 현황 응답 DTO","properties":{"groupCd":{"type":"string","description":"그룹구분코드 A: 연령별, G: 등급별"},"agrtDt":{"type":"string","description":"조회일자"},"stdCtgNm":{"type":"string","description":"표준분류명"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"realOrdQty":{"type":"integer","format":"int32","description":"순주문수량"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"dcAmt":{"type":"number","description":"할인금액"}}}}}}
```

## The RealGridListResponseOrderSalesGroupStatusInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseOrderSalesGroupStatusInfoResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderSalesGroupStatusInfoResponse"}}}},"OrderSalesGroupStatusInfoResponse":{"type":"object","description":"연령별/등급별 주문/매출 현황 응답 DTO","properties":{"groupCd":{"type":"string","description":"그룹구분코드 A: 연령별, G: 등급별"},"agrtDt":{"type":"string","description":"조회일자"},"stdCtgNm":{"type":"string","description":"표준분류명"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"realOrdQty":{"type":"integer","format":"int32","description":"순주문수량"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"dcAmt":{"type":"number","description":"할인금액"}}}}}}
```

## The OrderSalesGroupStatusChartResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderSalesGroupStatusChartResponse":{"type":"object","description":"연령별/등급별 주문/매출 금액 비율 DTO","properties":{"groupCd":{"type":"string","description":"그룹코드 A:연령별, G: 등급별"},"ordAmt":{"type":"number","description":"순주문금액"}}}}}}
```

## The MemberStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberStatusRequest":{"type":"object","description":"회원 통계 Request","properties":{"calendarType":{"type":"string","description":"일간 or 월간"},"startDate":{"type":"string","format":"date","description":"시작일"},"endDate":{"type":"string","format":"date","description":"종료일"},"startMonth":{"type":"string","description":"시작월"},"endMonth":{"type":"string","description":"종료월"},"mbrMgrCd":{"type":"string","description":"회원구분"},"siteNo":{"type":"string","description":"사이트번호"}}}}}}
```

## The MemberStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberStatusResponse":{"type":"object","description":"회원 통계 Response","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"date":{"type":"string","description":"조회일자"},"wdraMember":{"type":"string","description":"탈퇴회원"},"genMember":{"type":"string","description":"일반회원"},"socialMember":{"type":"string","description":"소셜회원"},"enterpriseMember":{"type":"string","description":"사업자회원"},"male":{"type":"string","description":"남성"},"female":{"type":"string","description":"여성"},"unknownSex":{"type":"string","description":"성별 미입력"},"green":{"type":"string","description":"GREEN 등급"},"family":{"type":"string","description":"FAMILY 등급"},"gold":{"type":"string","description":"GOLD 등급"},"vip":{"type":"string","description":"VIP 등급"},"vvip":{"type":"string","description":"VVIP 등급"},"teens":{"type":"string","description":"10대"},"twenties":{"type":"string","description":"20대"},"thirties":{"type":"string","description":"30대"},"forties":{"type":"string","description":"40대"},"fifties":{"type":"string","description":"50대"},"upperSixties":{"type":"string","description":"60대 이상"},"unknownAge":{"type":"string","description":"나이 미입력"},"total":{"type":"string","description":"합계(가입회원)"},"comTotal":{"type":"string","description":"전일(월)대비증감"},"dtotal":{"type":"string"}}}}}}
```

## The RealGridListResponseMemberStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberStatusResponse"}}}},"MemberStatusResponse":{"type":"object","description":"회원 통계 Response","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"date":{"type":"string","description":"조회일자"},"wdraMember":{"type":"string","description":"탈퇴회원"},"genMember":{"type":"string","description":"일반회원"},"socialMember":{"type":"string","description":"소셜회원"},"enterpriseMember":{"type":"string","description":"사업자회원"},"male":{"type":"string","description":"남성"},"female":{"type":"string","description":"여성"},"unknownSex":{"type":"string","description":"성별 미입력"},"green":{"type":"string","description":"GREEN 등급"},"family":{"type":"string","description":"FAMILY 등급"},"gold":{"type":"string","description":"GOLD 등급"},"vip":{"type":"string","description":"VIP 등급"},"vvip":{"type":"string","description":"VVIP 등급"},"teens":{"type":"string","description":"10대"},"twenties":{"type":"string","description":"20대"},"thirties":{"type":"string","description":"30대"},"forties":{"type":"string","description":"40대"},"fifties":{"type":"string","description":"50대"},"upperSixties":{"type":"string","description":"60대 이상"},"unknownAge":{"type":"string","description":"나이 미입력"},"total":{"type":"string","description":"합계(가입회원)"},"comTotal":{"type":"string","description":"전일(월)대비증감"},"dtotal":{"type":"string"}}}}}}
```

## The MemberOrderStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberOrderStatusRequest":{"type":"object","description":"회원 속성별 주문/매출 현황 Request","properties":{"siteNo":{"type":"string","description":"사이트번호"},"entrNo":{"type":"string","description":"협력사번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD"},"brandNo":{"type":"string","description":"브랜드번호"},"goodsNo":{"type":"string","description":"상품번호"},"agrtGb":{"type":"string","description":"집계구분"},"type":{"type":"string","description":"조회구분 (G: 회원등급별, A: 연령/성별)"}}}}}}
```

## The MemberOrderStatusByGradeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberOrderStatusByGradeResponse":{"type":"object","description":"회원등급별 주문 현황/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"mbrGradeCd":{"type":"string","description":"회원등급코드(ME003)"},"mbrGradeNm":{"type":"string","description":"회원등급명"},"mbrCnt":{"type":"integer","format":"int32","description":"회원수"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int64","description":"주문수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문수량"}}}}}}
```

## The RealGridListResponseMemberOrderStatusByGradeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberOrderStatusByGradeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberOrderStatusByGradeResponse"}}}},"MemberOrderStatusByGradeResponse":{"type":"object","description":"회원등급별 주문 현황/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"mbrGradeCd":{"type":"string","description":"회원등급코드(ME003)"},"mbrGradeNm":{"type":"string","description":"회원등급명"},"mbrCnt":{"type":"integer","format":"int32","description":"회원수"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int64","description":"주문수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문수량"}}}}}}
```

## The MemberOrderStatusByAgeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberOrderStatusByAgeResponse":{"type":"object","description":"연령/성별 주문 현황/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"ageGbCd":{"type":"string","description":"나이구분코드(ME057)"},"ageGbCdNm":{"type":"string","description":"나이구분코드명"},"femaleOrdAmt":{"type":"integer","format":"int64","description":"여성 주문금액"},"femaleCnclAmt":{"type":"integer","format":"int64","description":"여성 취소금액"},"femaleOrdQty":{"type":"integer","format":"int64","description":"여성 주문수량"},"femaleCnclQty":{"type":"integer","format":"int64","description":"여성 취소수량"},"maleOrdAmt":{"type":"integer","format":"int64","description":"남성 주문금액"},"maleCnclAmt":{"type":"integer","format":"int64","description":"남성 취소금액"},"maleOrdQty":{"type":"integer","format":"int64","description":"남성 주문수량"},"maleCnclQty":{"type":"integer","format":"int64","description":"남성 취소수량"},"etcOrdAmt":{"type":"integer","format":"int64","description":"미입력 주문금액"},"etcCnclAmt":{"type":"integer","format":"int64","description":"미입력 취소금액"},"etcOrdQty":{"type":"integer","format":"int64","description":"미입력 주문수량"},"etcCnclQty":{"type":"integer","format":"int64","description":"미입력 취소수량"},"totalOrdAmt":{"type":"integer","format":"int64","description":"총 주문금액"}}}}}}
```

## The RealGridListResponseMemberOrderStatusByAgeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberOrderStatusByAgeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberOrderStatusByAgeResponse"}}}},"MemberOrderStatusByAgeResponse":{"type":"object","description":"연령/성별 주문 현황/매출 현황 DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"ageGbCd":{"type":"string","description":"나이구분코드(ME057)"},"ageGbCdNm":{"type":"string","description":"나이구분코드명"},"femaleOrdAmt":{"type":"integer","format":"int64","description":"여성 주문금액"},"femaleCnclAmt":{"type":"integer","format":"int64","description":"여성 취소금액"},"femaleOrdQty":{"type":"integer","format":"int64","description":"여성 주문수량"},"femaleCnclQty":{"type":"integer","format":"int64","description":"여성 취소수량"},"maleOrdAmt":{"type":"integer","format":"int64","description":"남성 주문금액"},"maleCnclAmt":{"type":"integer","format":"int64","description":"남성 취소금액"},"maleOrdQty":{"type":"integer","format":"int64","description":"남성 주문수량"},"maleCnclQty":{"type":"integer","format":"int64","description":"남성 취소수량"},"etcOrdAmt":{"type":"integer","format":"int64","description":"미입력 주문금액"},"etcCnclAmt":{"type":"integer","format":"int64","description":"미입력 취소금액"},"etcOrdQty":{"type":"integer","format":"int64","description":"미입력 주문수량"},"etcCnclQty":{"type":"integer","format":"int64","description":"미입력 취소수량"},"totalOrdAmt":{"type":"integer","format":"int64","description":"총 주문금액"}}}}}}
```

## The RealGridListResponseHourBasedStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseHourBasedStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/HourBasedStatusResponse"}}}},"HourBasedStatusResponse":{"type":"object","description":"시간대 별 주문/매출 현황 Response DTO","properties":{"siteNo":{"type":"string","description":"사이트번호"},"agrtDt":{"type":"string","description":"조회시간"},"imgPath":{"type":"string","description":"대표이미지"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차할인금액"},"dcAmt3rd":{"type":"number","description":"3차할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문수량"},"infCnt":{"type":"integer","format":"int32","description":"상품상세 유입수"},"compareDataList":{"type":"array","description":"기간대비금액목록","items":{"$ref":"#/components/schemas/OrderSalesStatusInfo"}}}},"OrderSalesStatusInfo":{"type":"object","description":"주문(매출)현황 그래프 DTO","properties":{"agrtDt":{"type":"string","description":"기준일자(기준시간)"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액(순매출금액)"},"pwRealOrdAmt":{"type":"integer","format":"int64","description":"기간대비순주문금액(기간대비순매출금액)"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문수량(순매출수량)"},"pwRealOrdQty":{"type":"integer","format":"int64","description":"기간대비순주문수량(기간대비순매출수량)"}}}}}}
```

## The GoodsStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"agrtGb":{"type":"string","description":"집계구분"},"goodsNo":{"type":"string","description":"상품번호"},"entrNo":{"type":"string","description":"협력사번호"}}}}}}
```

## The GoodsStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsStatusResponse":{"type":"object","properties":{"imgPath":{"type":"string","description":"상품이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"siteNm":{"type":"string","description":"사이트명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문(배송완료)금액"},"cnclAmt":{"type":"number","description":"취소(반품완료)금액"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int64","description":"주문(배송완료)수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소(반품완료)수량"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문(매출)수량"}}}}}}
```

## The RealGridListResponseGoodsStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseGoodsStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsStatusResponse"}}}},"GoodsStatusResponse":{"type":"object","properties":{"imgPath":{"type":"string","description":"상품이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"siteNm":{"type":"string","description":"사이트명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문(배송완료)금액"},"cnclAmt":{"type":"number","description":"취소(반품완료)금액"},"realOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int64","description":"주문(배송완료)수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소(반품완료)수량"},"realOrdQty":{"type":"integer","format":"int64","description":"순주문(매출)수량"}}}}}}
```

## The RealGridListResponseGoodsAnalysisResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseGoodsAnalysisResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsAnalysisResponse"}}}},"GoodsAnalysisResponse":{"type":"object","description":"상품분석 DTO","properties":{"imgPath":{"type":"string","description":"이미지경로"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"siteNo":{"type":"string","description":"사이트번호"},"siteNm":{"type":"string","description":"사이트명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNm":{"type":"string","description":"브랜드명"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"infCnt":{"type":"integer","format":"int32","description":"유입건수"},"stkQty":{"type":"integer","format":"int32","description":"재고수량"},"cvr":{"type":"number","format":"float","description":"구매전환율"},"cnclRtnQty":{"type":"integer","format":"int32","description":"취/반품수량"},"rtnRate":{"type":"number","format":"float","description":"반품율"}}}}}}
```

## The ResponseListCustomerServiceStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseListCustomerServiceStatusResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/CustomerServiceStatusResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"CustomerServiceStatusResponse":{"type":"object","properties":{"accpDtm":{"type":"string","description":"접수일자"},"autoDivGbCd":{"type":"string","description":"업무유형(대)"},"autoDivGbNm":{"type":"string","description":"업무유형(대) 명"},"autoDivDtlNo":{"type":"string","description":"업무유형(중)"},"autoDivDtlNm":{"type":"string","description":"업무유형(중) 명"},"receiptCnt":{"type":"integer","format":"int32","description":"접수 갯수"},"processingCnt":{"type":"integer","format":"int32","description":"처리중 갯수"},"completeCnt":{"type":"integer","format":"int32","description":"완료 갯수"},"totalCnt":{"type":"integer","format":"int32","description":"합계"},"cnt":{"type":"object","additionalProperties":{"type":"integer","format":"int32"},"writeOnly":true}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The ResponseInteger object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseInteger":{"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":"integer","format":"int32","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"}}}}}}
```

## The EnterpriseStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EnterpriseStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"agrtGb":{"type":"string","description":"집계구분"},"entrNo":{"type":"string","description":"협력사번호"}}}}}}
```

## The EnterpriseStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EnterpriseStatusResponse":{"type":"object","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"siteNm":{"type":"string","description":"사이트명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문(배송완료)금액"},"cnclAmt":{"type":"number","description":"취소(반품완료)금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int64","description":"주문(배송완료)수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소(반품완료)수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문(매출)수량"}}}}}}
```

## The RealGridListResponseEnterpriseStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseEnterpriseStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/EnterpriseStatusResponse"}}}},"EnterpriseStatusResponse":{"type":"object","properties":{"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"siteNm":{"type":"string","description":"사이트명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문(배송완료)금액"},"cnclAmt":{"type":"number","description":"취소(반품완료)금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int64","description":"주문(배송완료)수량"},"cnclQty":{"type":"integer","format":"int64","description":"취소(반품완료)수량"},"finalOrdQty":{"type":"integer","format":"int64","description":"순주문(매출)수량"}}}}}}
```

## The CouponStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CouponStatusRequest":{"type":"object","description":"브랜드별 매출/주문 현황 DTO","properties":{"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"cpnNo":{"type":"string","description":"쿠폰번호"},"entrNo":{"type":"string","description":"협력사번호"},"agrtGb":{"type":"string","description":"집계구분"}}}}}}
```

## The CouponStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CouponStatusResponse":{"type":"object","description":"쿠폰별 주문/매출 현황 DTO","properties":{"cpnNo":{"type":"string","description":"쿠폰번호"},"cpnNm":{"type":"string","description":"쿠폰명"},"agrtGb":{"type":"string","description":"집계구분"},"issuCnt":{"type":"string","description":"발급건수"},"useCnt":{"type":"string","description":"적용건수"},"purchaseRate":{"type":"number","format":"float","description":"구매전환율"},"entrNm":{"type":"string","description":"협력사명"},"siteNm":{"type":"string","description":"사이트"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"netOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"netOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"}}}}}}
```

## The RealGridListResponseCouponStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCouponStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CouponStatusResponse"}}}},"CouponStatusResponse":{"type":"object","description":"쿠폰별 주문/매출 현황 DTO","properties":{"cpnNo":{"type":"string","description":"쿠폰번호"},"cpnNm":{"type":"string","description":"쿠폰명"},"agrtGb":{"type":"string","description":"집계구분"},"issuCnt":{"type":"string","description":"발급건수"},"useCnt":{"type":"string","description":"적용건수"},"purchaseRate":{"type":"number","format":"float","description":"구매전환율"},"entrNm":{"type":"string","description":"협력사명"},"siteNm":{"type":"string","description":"사이트"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"netOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"netOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"}}}}}}
```

## The RealGridListResponseCategoryStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCategoryStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CategoryStatusResponse"}}}},"CategoryStatusResponse":{"type":"object","properties":{"stdCtgNo":{"type":"string","description":"표준 카테고리 번호"},"stdCtgNm":{"type":"string","description":"표준 카테고리명"},"siteNm":{"type":"string","description":"사이트명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"finalOrdAmt":{"type":"integer","format":"int64","description":"순주문금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"finalOrdQty":{"type":"integer","format":"int32","description":"순주문수량"}}}}}}
```

## The BrandStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"BrandStatusRequest":{"type":"object","description":"브랜드별 매출/주문 현황 DTO","properties":{"startDate":{"type":"string","format":"date","description":"조회기간(시작일)"},"endDate":{"type":"string","format":"date","description":"조회기간(종료일)"},"brandNo":{"type":"string","description":"브랜드번호"},"agrtGb":{"type":"string","description":"집계구분","minLength":1}},"required":["agrtGb"]}}}}
```

## The BrandStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"BrandStatusResponse":{"type":"object","description":"브랜드별 주문/매출 현황 DTO","properties":{"siteNm":{"type":"string","description":"사이트명"},"agrtGb":{"type":"string","description":"집계구분"},"brandNo":{"type":"string","description":"브랜드번호"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"netOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"netOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"}}}}}}
```

## The RealGridListResponseBrandStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseBrandStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/BrandStatusResponse"}}}},"BrandStatusResponse":{"type":"object","description":"브랜드별 주문/매출 현황 DTO","properties":{"siteNm":{"type":"string","description":"사이트명"},"agrtGb":{"type":"string","description":"집계구분"},"brandNo":{"type":"string","description":"브랜드번호"},"brandNm":{"type":"string","description":"브랜드명"},"dcAmt2nd":{"type":"number","description":"2차 할인금액"},"dcAmt3rd":{"type":"number","description":"3차 할인금액"},"ordAmt":{"type":"number","description":"주문금액"},"cnclAmt":{"type":"number","description":"취소금액"},"netOrdAmt":{"type":"integer","format":"int64","description":"순주문 금액"},"ordQty":{"type":"integer","format":"int32","description":"주문수량"},"cnclQty":{"type":"integer","format":"int32","description":"취소수량"},"netOrdQty":{"type":"integer","format":"int32","description":"순주문 수량"}}}}}}
```

## The BasketStatusRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"BasketStatusRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"startDate":{"type":"string","format":"date","description":"조회시작일자"},"endDate":{"type":"string","format":"date","description":"조회종료일자"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"mdId":{"type":"string","description":"담당MD ID"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"},"entrNo":{"type":"string","description":"협력사번호"},"brandNo":{"type":"string","description":"브랜드번호"}}}}}}
```

## The BasketStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"BasketStatusResponse":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"basketRegDt":{"type":"string","description":"장바구니등록일자"},"siteNm":{"type":"string","description":"사이트명"},"goodsNo":{"type":"string","description":"상품번호"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNoGbNm":{"type":"string","description":"유입전시카테고리번호구분명"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"},"infDispCtgNm":{"type":"string","description":"유입전시카테고리명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNo":{"type":"string","description":"브랜드번호"},"brandNm":{"type":"string","description":"브랜드명"},"mdId":{"type":"string","description":"담당MD ID"},"mdNm":{"type":"string","description":"담당MD명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"imgPath":{"type":"string","description":"이미지경로"},"qty":{"type":"integer","format":"int32","description":"수량"},"goodsNm":{"type":"string","description":"상품명"},"totalByGoods":{"type":"integer","format":"int32","description":"상품별 담은 수량 합계"},"totalByInfDisp":{"type":"integer","format":"int32","description":"유입전시별 담은 수량"}}}}}}
```

## The RealGridListResponseBasketStatusResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseBasketStatusResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/BasketStatusResponse"}}}},"BasketStatusResponse":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트번호"},"basketRegDt":{"type":"string","description":"장바구니등록일자"},"siteNm":{"type":"string","description":"사이트명"},"goodsNo":{"type":"string","description":"상품번호"},"infDispCtgNoGbCd":{"type":"string","description":"유입전시카테고리번호구분코드(OM041)"},"infDispCtgNoGbNm":{"type":"string","description":"유입전시카테고리번호구분명"},"infDispCtgNo":{"type":"string","description":"유입전시카테고리번호"},"infDispCtgNm":{"type":"string","description":"유입전시카테고리명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"},"brandNo":{"type":"string","description":"브랜드번호"},"brandNm":{"type":"string","description":"브랜드명"},"mdId":{"type":"string","description":"담당MD ID"},"mdNm":{"type":"string","description":"담당MD명"},"stdCtgNo":{"type":"string","description":"표준카테고리번호"},"stdCtgNm":{"type":"string","description":"표준카테고리명"},"imgPath":{"type":"string","description":"이미지경로"},"qty":{"type":"integer","format":"int32","description":"수량"},"goodsNm":{"type":"string","description":"상품명"},"totalByGoods":{"type":"integer","format":"int32","description":"상품별 담은 수량 합계"},"totalByInfDisp":{"type":"integer","format":"int32","description":"유입전시별 담은 수량"}}}}}}
```

## The SalesGradeStatisticsRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesGradeStatisticsRequest":{"type":"object","properties":{"period":{"type":"string","description":"기간(년도)"},"companyNo":{"type":"string","description":"협력사번호"},"companyName":{"type":"string","description":"협력사명"},"periodMonth":{"type":"string","description":"기간(년도월)"},"mdUserId":{"type":"string","description":"MD ID"},"partnerNoList":{"type":"array","description":"협력사번호List","items":{"type":"string"}}}}}}}
```

## The RealGridListResponseSalesGradeStatisticsResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseSalesGradeStatisticsResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/SalesGradeStatisticsResponse"}}}},"SalesGradeStatisticsResponse":{"type":"object","properties":{"companyNo":{"type":"string","description":"협력사번호"},"companyName":{"type":"string","description":"협력사명"},"items":{"type":"string","description":"평가항목"},"period":{"type":"string","description":"기간"},"yearAverage":{"type":"string","description":"연평균"},"jan":{"type":"string","description":"1월"},"feb":{"type":"string","description":"2월"},"mar":{"type":"string","description":"3월"},"apr":{"type":"string","description":"4월"},"may":{"type":"string","description":"5월"},"jun":{"type":"string","description":"6월"},"jul":{"type":"string","description":"7월"},"aug":{"type":"string","description":"8월"},"sep":{"type":"string","description":"9월"},"oct":{"type":"string","description":"10월"},"nov":{"type":"string","description":"11월"},"dec":{"type":"string","description":"12월"},"gradeCd":{"type":"string","description":"등급코드"},"janColor":{"type":"string","description":"1월 색상"},"febColor":{"type":"string","description":"2월 색상"},"marColor":{"type":"string","description":"3월 색상"},"aprColor":{"type":"string","description":"4월 색상"},"mayColor":{"type":"string","description":"5월 색상"},"junColor":{"type":"string","description":"6월 색상"},"julColor":{"type":"string","description":"7월 색상"},"augColor":{"type":"string","description":"8월 색상"},"sepColor":{"type":"string","description":"9월 색상"},"octColor":{"type":"string","description":"10월 색상"},"novColor":{"type":"string","description":"11월 색상"},"decColor":{"type":"string","description":"12월 색상"}}}}}}
```

## The SalesGradeStatisticsResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesGradeStatisticsResponse":{"type":"object","properties":{"companyNo":{"type":"string","description":"협력사번호"},"companyName":{"type":"string","description":"협력사명"},"items":{"type":"string","description":"평가항목"},"period":{"type":"string","description":"기간"},"yearAverage":{"type":"string","description":"연평균"},"jan":{"type":"string","description":"1월"},"feb":{"type":"string","description":"2월"},"mar":{"type":"string","description":"3월"},"apr":{"type":"string","description":"4월"},"may":{"type":"string","description":"5월"},"jun":{"type":"string","description":"6월"},"jul":{"type":"string","description":"7월"},"aug":{"type":"string","description":"8월"},"sep":{"type":"string","description":"9월"},"oct":{"type":"string","description":"10월"},"nov":{"type":"string","description":"11월"},"dec":{"type":"string","description":"12월"},"gradeCd":{"type":"string","description":"등급코드"},"janColor":{"type":"string","description":"1월 색상"},"febColor":{"type":"string","description":"2월 색상"},"marColor":{"type":"string","description":"3월 색상"},"aprColor":{"type":"string","description":"4월 색상"},"mayColor":{"type":"string","description":"5월 색상"},"junColor":{"type":"string","description":"6월 색상"},"julColor":{"type":"string","description":"7월 색상"},"augColor":{"type":"string","description":"8월 색상"},"sepColor":{"type":"string","description":"9월 색상"},"octColor":{"type":"string","description":"10월 색상"},"novColor":{"type":"string","description":"11월 색상"},"decColor":{"type":"string","description":"12월 색상"}}}}}}
```

## The RealGridListResponseSalesGradeDetailStatisticsResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseSalesGradeDetailStatisticsResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/SalesGradeDetailStatisticsResponse"}}}},"SalesGradeDetailStatisticsResponse":{"type":"object","properties":{"period":{"type":"string","description":"기간"},"gradeIntergratedScore":{"type":"string","description":"통합점수"},"gradeShipScore":{"type":"string","description":"출고준수"},"gradeOrdScore":{"type":"string","description":"주문이행"},"gradeAnswerScore":{"type":"string","description":"답변리드타임"},"gradeShipScoreColor":{"type":"string","description":"출고준수색상"},"gradeOrdScoreColor":{"type":"string","description":"주문이행색상"},"gradeAnswerScoreColor":{"type":"string","description":"답변리드타임색상"},"gradeIntergratedScoreColor":{"type":"string","description":"통합점수색상"}}}}}}
```

## The SalesGradeDetailStatisticsResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesGradeDetailStatisticsResponse":{"type":"object","properties":{"period":{"type":"string","description":"기간"},"gradeIntergratedScore":{"type":"string","description":"통합점수"},"gradeShipScore":{"type":"string","description":"출고준수"},"gradeOrdScore":{"type":"string","description":"주문이행"},"gradeAnswerScore":{"type":"string","description":"답변리드타임"},"gradeShipScoreColor":{"type":"string","description":"출고준수색상"},"gradeOrdScoreColor":{"type":"string","description":"주문이행색상"},"gradeAnswerScoreColor":{"type":"string","description":"답변리드타임색상"},"gradeIntergratedScoreColor":{"type":"string","description":"통합점수색상"}}}}}}
```
