> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/vendor-bo-api/models.md).

# Models

## The ErrorCode object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## The SalesGradeDtlUpdateRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesGradeDtlUpdateRequest":{"type":"object","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"evltGbCd":{"type":"string","description":"Evaluation Type Code (VD010)"},"reqmnId":{"type":"string","description":"Requester ID"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"aprmnId":{"type":"string","description":"Approver ID"},"aprvDtm":{"type":"string","format":"date-time","description":"Approval Date/Time"},"rtrnmnId":{"type":"string","description":"Rejecter ID"},"rtrnDtm":{"type":"string","format":"date-time","description":"Rejection Date/Time"},"smlNmCausConts":{"type":"string","description":"Explanation Reason Details"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code (VD013)"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"ansTm":{"type":"integer","format":"int32","description":"Response Time"}}}}}}
```

## The JobCollaborationEvaluationSaveInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"JobCollaborationEvaluationSaveInfo":{"type":"object","description":"Business Cooperation Evaluation Save Information","properties":{"entrNo":{"type":"string","description":"Vendor No.","minLength":1},"evltYm":{"type":"string","description":"Evaluation Year-Month","minLength":1},"jobClbtScr":{"type":"integer","format":"int32","description":"Cooperation Evaluation Score Code (VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"Cooperation Evaluation Reason Code (VD011)"},"jobClbtEvltDtlConts":{"type":"string","description":"Detailed Reason","maxLength":100,"minLength":0}},"required":["entrNo","evltYm"]}}}}
```

## The JobCollaborationEvaluationSaveRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"JobCollaborationEvaluationSaveRequest":{"type":"object","description":"Business Cooperation Evaluation Save Request","properties":{"jobClbtEvltPrgsStatCd":{"type":"string","description":"Cooperation Evaluation Progress Status Code (VD014)","minLength":1},"jobCollaborationEvaluationSaveInfoList":{"type":"array","items":{"$ref":"#/components/schemas/JobCollaborationEvaluationSaveInfo"}}},"required":["jobClbtEvltPrgsStatCd"]},"JobCollaborationEvaluationSaveInfo":{"type":"object","description":"Business Cooperation Evaluation Save Information","properties":{"entrNo":{"type":"string","description":"Vendor No.","minLength":1},"evltYm":{"type":"string","description":"Evaluation Year-Month","minLength":1},"jobClbtScr":{"type":"integer","format":"int32","description":"Cooperation Evaluation Score Code (VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"Cooperation Evaluation Reason Code (VD011)"},"jobClbtEvltDtlConts":{"type":"string","description":"Detailed Reason","maxLength":100,"minLength":0}},"required":["entrNo","evltYm"]}}}}
```

## The EtDeliPolcBase object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtDeliPolcBase":{"type":"object","description":"Delivery Policy Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"integer","format":"int32","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Area Group No."}}}}}}
```

## The RegistCUDEtDeliPolcBaseRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RegistCUDEtDeliPolcBaseRequest":{"type":"object","description":"Delivery Policy Basic CUD Request","properties":{"createEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Create List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"updateEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Update List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"deleteEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Delete List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}}}},"EtDeliPolcBase":{"type":"object","description":"Delivery Policy Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"integer","format":"int32","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Area Group No."}}}}}}
```

## The ResponseString object

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

## 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 EtEntrAempInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtEntrAempInfo":{"type":"object","description":"Vendor Contact Information","properties":{"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","default":1,"description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","default":"엑스투비","description":"Person in Charge Name"},"telRgnNo":{"type":"string","default":"02","description":"Phone Area Code"},"telTxnoNo":{"type":"string","default":"554","description":"Phone Exchange Code"},"telEndNo":{"type":"string","default":"4668","description":"Phone Last Digits"},"cellSctNo":{"type":"string","default":"010","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","default":"1111","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","default":"1111","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","default":"x2bee@plateer.com","description":"Email Address"}}}}}}
```

## The EtEntrBase object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtEntrBase":{"type":"object","description":"Vendor Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"latt":{"type":"number","format":"double","description":"Latitude"},"lngt":{"type":"number","format":"double","description":"Longitude"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"buyTypCdNm":{"type":"string","description":"Purchase Type Code Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"bmanKindNm":{"type":"string","description":"Business Type Code Name"},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCont":{"type":"string","description":"Remarks"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate1":{"type":"number","description":"Margin Rate 1"},"mrgnRate2":{"type":"number","description":"Margin Rate 2"},"singleMrgnRate":{"type":"number","description":"Single Margin Rate"},"intervalMrgnRate1":{"type":"number","description":"Tiered Margin Rate 1"},"intervalMrgnRate2":{"type":"number","description":"Tiered Margin Rate 2"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Integration Type Code"},"ecpnLinkGbNm":{"type":"string","description":"E-Coupon Integration Type Name"},"entrGbNm":{"type":"string","description":"Vendor Type Name"},"trdStatNm":{"type":"string","description":"Transaction Status Name"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status","enum":["TEMPORARY_STORAGE","WAITING_FOR_APPROVAL","COMPANION","SALES","SOLD_OUT","SALE_END"]},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code","enum":["SALES","SOLD_OUT","SUSPEND","SALE_END","PARTNER_SALE_END"]},"rtGrpNo":{"type":"string","description":"Authorization Group No."},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}}}}}
```

## The SaveCooperateWithOtherDataRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveCooperateWithOtherDataRequest":{"type":"object","description":"Affiliate Partner Save Data Request","properties":{"createData":{"type":"array","description":"Vendor Contact Information Create List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"updateData":{"type":"array","description":"Vendor Contact Information Update List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"deleteData":{"type":"array","description":"Vendor Contact Information Delete List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"etEntrBase":{"$ref":"#/components/schemas/EtEntrBase","description":"Vendor Basic Information"}}},"EtEntrAempInfo":{"type":"object","description":"Vendor Contact Information","properties":{"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","default":1,"description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","default":"엑스투비","description":"Person in Charge Name"},"telRgnNo":{"type":"string","default":"02","description":"Phone Area Code"},"telTxnoNo":{"type":"string","default":"554","description":"Phone Exchange Code"},"telEndNo":{"type":"string","default":"4668","description":"Phone Last Digits"},"cellSctNo":{"type":"string","default":"010","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","default":"1111","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","default":"1111","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","default":"x2bee@plateer.com","description":"Email Address"}}},"EtEntrBase":{"type":"object","description":"Vendor Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"latt":{"type":"number","format":"double","description":"Latitude"},"lngt":{"type":"number","format":"double","description":"Longitude"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"buyTypCdNm":{"type":"string","description":"Purchase Type Code Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"bmanKindNm":{"type":"string","description":"Business Type Code Name"},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCont":{"type":"string","description":"Remarks"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate1":{"type":"number","description":"Margin Rate 1"},"mrgnRate2":{"type":"number","description":"Margin Rate 2"},"singleMrgnRate":{"type":"number","description":"Single Margin Rate"},"intervalMrgnRate1":{"type":"number","description":"Tiered Margin Rate 1"},"intervalMrgnRate2":{"type":"number","description":"Tiered Margin Rate 2"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Integration Type Code"},"ecpnLinkGbNm":{"type":"string","description":"E-Coupon Integration Type Name"},"entrGbNm":{"type":"string","description":"Vendor Type Name"},"trdStatNm":{"type":"string","description":"Transaction Status Name"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status","enum":["TEMPORARY_STORAGE","WAITING_FOR_APPROVAL","COMPANION","SALES","SOLD_OUT","SALE_END"]},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code","enum":["SALES","SOLD_OUT","SUSPEND","SALE_END","PARTNER_SALE_END"]},"rtGrpNo":{"type":"string","description":"Authorization Group No."},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}}}}}
```

## The CcChlDtlInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcChlDtlInfo":{"type":"object","description":"Channel Detail Information","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"chlNo":{"type":"string","description":"Channel No."},"chlDtlNm":{"type":"string","description":"Channel Detail Name"},"chlDtlDesc":{"type":"string","description":"Channel Detail Description"},"useYn":{"type":"string","description":"Usage Status"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"}},"required":["fixamtFxrtGbCd"]}}}}
```

## The RealGridCUDRequestCcChlDtlInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Channel Detail Information","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"chlNo":{"type":"string","description":"Channel No."},"chlDtlNm":{"type":"string","description":"Channel Detail Name"},"chlDtlDesc":{"type":"string","description":"Channel Detail Description"},"useYn":{"type":"string","description":"Usage Status"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"}},"required":["fixamtFxrtGbCd"]}}}}
```

## The CcChlBase object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcChlBase":{"type":"object","description":"Channel Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"chlNo":{"type":"string","description":"Channel No."},"chlNm":{"type":"string","description":"Channel Name"},"chlClssCd":{"type":"string","description":"Channel Classification Code (CH001) 10: Direct, 20: Email, 30: Affiliate"},"chlTypCd":{"type":"string","description":"Channel Type Code (CH002) 01: Direct URL Entry, 02: Bookmark, 03: Email, 04: Price Comparison, 05: Other Affiliate"},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date"},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date"},"entrNo":{"type":"string","description":"Vendor No."},"chlDesc":{"type":"string","description":"Channel Description"},"delYn":{"type":"string","description":"Deletion Status"},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)"},"argChlClssCd":{"type":"string"}}}}}}
```

## The RealGridCUDRequestCcChlBase object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Channel Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"chlNo":{"type":"string","description":"Channel No."},"chlNm":{"type":"string","description":"Channel Name"},"chlClssCd":{"type":"string","description":"Channel Classification Code (CH001) 10: Direct, 20: Email, 30: Affiliate"},"chlTypCd":{"type":"string","description":"Channel Type Code (CH002) 01: Direct URL Entry, 02: Bookmark, 03: Email, 04: Price Comparison, 05: Other Affiliate"},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date"},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date"},"entrNo":{"type":"string","description":"Vendor No."},"chlDesc":{"type":"string","description":"Channel Description"},"delYn":{"type":"string","description":"Deletion Status"},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)"},"argChlClssCd":{"type":"string"}}}}}}
```

## The RealGridListResponseVendorSalesGradeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseVendorSalesGradeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/VendorSalesGradeResponse"}}}},"VendorSalesGradeResponse":{"type":"object","description":"Vendor Grade Status Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor"},"evltGradeCd":{"type":"string","description":"Combined Score Grade Code"},"shipObsnEvltGradeCd":{"type":"string","description":"Shipping Compliance Grade Code"},"ordTrsrEvltGradeCd":{"type":"string","description":"Order Fulfillment Grade Code"},"ansLtEvltGradeCd":{"type":"string","description":"Response Lead Time Grade Code"}}}}}}
```

## The ResponseRealGridListResponseVendorSalesGradeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Vendor Grade Status Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor"},"evltGradeCd":{"type":"string","description":"Combined Score Grade Code"},"shipObsnEvltGradeCd":{"type":"string","description":"Shipping Compliance Grade Code"},"ordTrsrEvltGradeCd":{"type":"string","description":"Order Fulfillment Grade Code"},"ansLtEvltGradeCd":{"type":"string","description":"Response Lead Time Grade Code"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The VendorSalesGradeResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"VendorSalesGradeResponse":{"type":"object","description":"Vendor Grade Status Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor"},"evltGradeCd":{"type":"string","description":"Combined Score Grade Code"},"shipObsnEvltGradeCd":{"type":"string","description":"Shipping Compliance Grade Code"},"ordTrsrEvltGradeCd":{"type":"string","description":"Order Fulfillment Grade Code"},"ansLtEvltGradeCd":{"type":"string","description":"Response Lead Time Grade Code"}}}}}}
```

## The RealGridListResponseVendorQnaDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseVendorQnaDetailResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/VendorQnaDetailResponse"}}}},"VendorQnaDetailResponse":{"type":"object","description":"Product Q&A Response Delay Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"questNo":{"type":"string","description":"Product Q&A No."},"questCont":{"type":"string","description":"Question Content"},"mbrNm":{"type":"string","description":"Registrant"},"questDtm":{"type":"string","format":"date-time","description":"Registration Date/Time"},"procId":{"type":"string","description":"Processor"},"procDtm":{"type":"string","format":"date-time","description":"Processing Date/Time"},"questAnsPeriod":{"type":"string","description":"Response Duration"},"smlNmCausConts":{"type":"string","description":"Response Delay Reason"},"questAnsMn":{"type":"string","description":"Author"},"questAnsDtm":{"type":"string","format":"date-time","description":"Written Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprvRtrnState":{"type":"string","description":"Approval/Rejection Status"},"aprvRtrnMn":{"type":"string","description":"Approver/Rejector"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"},"ansTm":{"type":"integer","format":"int32","description":"Response Delay Period Code"}}}}}}
```

## The ResponseRealGridListResponseVendorQnaDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Product Q&A Response Delay Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"questNo":{"type":"string","description":"Product Q&A No."},"questCont":{"type":"string","description":"Question Content"},"mbrNm":{"type":"string","description":"Registrant"},"questDtm":{"type":"string","format":"date-time","description":"Registration Date/Time"},"procId":{"type":"string","description":"Processor"},"procDtm":{"type":"string","format":"date-time","description":"Processing Date/Time"},"questAnsPeriod":{"type":"string","description":"Response Duration"},"smlNmCausConts":{"type":"string","description":"Response Delay Reason"},"questAnsMn":{"type":"string","description":"Author"},"questAnsDtm":{"type":"string","format":"date-time","description":"Written Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprvRtrnState":{"type":"string","description":"Approval/Rejection Status"},"aprvRtrnMn":{"type":"string","description":"Approver/Rejector"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"},"ansTm":{"type":"integer","format":"int32","description":"Response Delay Period Code"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The VendorQnaDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"VendorQnaDetailResponse":{"type":"object","description":"Product Q&A Response Delay Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"questNo":{"type":"string","description":"Product Q&A No."},"questCont":{"type":"string","description":"Question Content"},"mbrNm":{"type":"string","description":"Registrant"},"questDtm":{"type":"string","format":"date-time","description":"Registration Date/Time"},"procId":{"type":"string","description":"Processor"},"procDtm":{"type":"string","format":"date-time","description":"Processing Date/Time"},"questAnsPeriod":{"type":"string","description":"Response Duration"},"smlNmCausConts":{"type":"string","description":"Response Delay Reason"},"questAnsMn":{"type":"string","description":"Author"},"questAnsDtm":{"type":"string","format":"date-time","description":"Written Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprvRtrnState":{"type":"string","description":"Approval/Rejection Status"},"aprvRtrnMn":{"type":"string","description":"Approver/Rejector"},"aprvRtrnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"},"ansTm":{"type":"integer","format":"int32","description":"Response Delay Period Code"}}}}}}
```

## The RealGridListResponseShippingComplianceDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseShippingComplianceDetailResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/ShippingComplianceDetailResponse"}}}},"ShippingComplianceDetailResponse":{"type":"object","description":"Shipping Non-Compliance Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"ordNo":{"type":"string","description":"Order No."},"deliNo":{"type":"string","description":"Delivery No."},"shipFnshFcstDtm":{"type":"string","description":"Shipping Completion Scheduled Date/Time"},"ordAccpDtm":{"type":"string","description":"Order Reception Completion Date/Time"},"ordFnshDtm":{"type":"string","description":"Order Completion Date/Time"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"ordDtlStatNm":{"type":"string","description":"Order Status Name (OM005)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNm":{"type":"string","description":"Item Name"},"shipWaitDtm":{"type":"string","format":"date-time","description":"Shipping Hold Date/Time"},"shipWaitCaus":{"type":"string","description":"Out of Stock Reason"},"shipWaitCausCont":{"type":"string","description":"Detailed Reason"},"smlNmCausConts":{"type":"string","description":"Explanation Reason Details"},"reqmnId":{"type":"string","description":"Requester ID"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code (VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprRtnmnId":{"type":"string","description":"Approver/Rejector"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"}}}}}}
```

## The ResponseRealGridListResponseShippingComplianceDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Shipping Non-Compliance Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"ordNo":{"type":"string","description":"Order No."},"deliNo":{"type":"string","description":"Delivery No."},"shipFnshFcstDtm":{"type":"string","description":"Shipping Completion Scheduled Date/Time"},"ordAccpDtm":{"type":"string","description":"Order Reception Completion Date/Time"},"ordFnshDtm":{"type":"string","description":"Order Completion Date/Time"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"ordDtlStatNm":{"type":"string","description":"Order Status Name (OM005)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNm":{"type":"string","description":"Item Name"},"shipWaitDtm":{"type":"string","format":"date-time","description":"Shipping Hold Date/Time"},"shipWaitCaus":{"type":"string","description":"Out of Stock Reason"},"shipWaitCausCont":{"type":"string","description":"Detailed Reason"},"smlNmCausConts":{"type":"string","description":"Explanation Reason Details"},"reqmnId":{"type":"string","description":"Requester ID"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code (VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprRtnmnId":{"type":"string","description":"Approver/Rejector"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The ShippingComplianceDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ShippingComplianceDetailResponse":{"type":"object","description":"Shipping Non-Compliance Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"ordNo":{"type":"string","description":"Order No."},"deliNo":{"type":"string","description":"Delivery No."},"shipFnshFcstDtm":{"type":"string","description":"Shipping Completion Scheduled Date/Time"},"ordAccpDtm":{"type":"string","description":"Order Reception Completion Date/Time"},"ordFnshDtm":{"type":"string","description":"Order Completion Date/Time"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"ordDtlStatNm":{"type":"string","description":"Order Status Name (OM005)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"itmNm":{"type":"string","description":"Item Name"},"shipWaitDtm":{"type":"string","format":"date-time","description":"Shipping Hold Date/Time"},"shipWaitCaus":{"type":"string","description":"Out of Stock Reason"},"shipWaitCausCont":{"type":"string","description":"Detailed Reason"},"smlNmCausConts":{"type":"string","description":"Explanation Reason Details"},"reqmnId":{"type":"string","description":"Requester ID"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code (VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprRtnmnId":{"type":"string","description":"Approver/Rejector"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"}}}}}}
```

## The RealGridListResponseSalesGradeStatePopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseSalesGradeStatePopupResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/SalesGradeStatePopupResponse"}}}},"SalesGradeStatePopupResponse":{"type":"object","description":"Sales Grade Status Popup Response","properties":{"division":{"type":"string","description":"Type Value [DD: Previous Day (Cumulative), MM: Previous Month]"},"startDate":{"type":"string","description":"Start Date"},"endDate":{"type":"string","description":"Last Date"},"evltDt":{"type":"string","description":"Evaluation Date"},"shipObsnScr":{"type":"integer","format":"int32","description":"Shipping Compliance Score"},"shipObsnObsnRate":{"type":"number","format":"double","description":"Shipping Compliance Rate"},"shipObsnEvltGradeNm":{"type":"string","description":"Shipping Compliance Evaluation Grade Name (VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"Order Fulfillment Score"},"ordTrsrObsnRate":{"type":"number","format":"double","description":"Order Fulfillment Compliance Rate"},"ordTrsrEvltGradeNm":{"type":"string","description":"Order Fulfillment Evaluation Grade Name (VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"Response Lead Time Score"},"ansLtObsnRate":{"type":"number","format":"double","description":"Response Lead Time Compliance Rate"},"ansLtEvltGradeNm":{"type":"string","description":"Response Lead Time Evaluation Grade Name (VD009)"},"evltTgtCnt":{"type":"integer","format":"int32","description":"Evaluation Target Count"},"evlt1Cnt":{"type":"integer","format":"int32","description":"Evaluation 1 Count"},"evlt2Cnt":{"type":"integer","format":"int32","description":"Evaluation 2 Count"},"evlt3Cnt":{"type":"integer","format":"int32","description":"Evaluation 3 Count"},"evlt4Cnt":{"type":"integer","format":"int32","description":"Evaluation 4 Count"},"totalCnt":{"type":"integer","format":"int32","description":"Total Count"},"nonRequestCnt":{"type":"integer","format":"int32","description":"Not Requested Approval Count"},"waitCnt":{"type":"integer","format":"int32","description":"Pending Approval Count"},"approveCnt":{"type":"integer","format":"int32","description":"Approved Count"},"rejectCnt":{"type":"integer","format":"int32","description":"Rejected Count"}}}}}}
```

## The ResponseRealGridListResponseSalesGradeStatePopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Sales Grade Status Popup Response","properties":{"division":{"type":"string","description":"Type Value [DD: Previous Day (Cumulative), MM: Previous Month]"},"startDate":{"type":"string","description":"Start Date"},"endDate":{"type":"string","description":"Last Date"},"evltDt":{"type":"string","description":"Evaluation Date"},"shipObsnScr":{"type":"integer","format":"int32","description":"Shipping Compliance Score"},"shipObsnObsnRate":{"type":"number","format":"double","description":"Shipping Compliance Rate"},"shipObsnEvltGradeNm":{"type":"string","description":"Shipping Compliance Evaluation Grade Name (VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"Order Fulfillment Score"},"ordTrsrObsnRate":{"type":"number","format":"double","description":"Order Fulfillment Compliance Rate"},"ordTrsrEvltGradeNm":{"type":"string","description":"Order Fulfillment Evaluation Grade Name (VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"Response Lead Time Score"},"ansLtObsnRate":{"type":"number","format":"double","description":"Response Lead Time Compliance Rate"},"ansLtEvltGradeNm":{"type":"string","description":"Response Lead Time Evaluation Grade Name (VD009)"},"evltTgtCnt":{"type":"integer","format":"int32","description":"Evaluation Target Count"},"evlt1Cnt":{"type":"integer","format":"int32","description":"Evaluation 1 Count"},"evlt2Cnt":{"type":"integer","format":"int32","description":"Evaluation 2 Count"},"evlt3Cnt":{"type":"integer","format":"int32","description":"Evaluation 3 Count"},"evlt4Cnt":{"type":"integer","format":"int32","description":"Evaluation 4 Count"},"totalCnt":{"type":"integer","format":"int32","description":"Total Count"},"nonRequestCnt":{"type":"integer","format":"int32","description":"Not Requested Approval Count"},"waitCnt":{"type":"integer","format":"int32","description":"Pending Approval Count"},"approveCnt":{"type":"integer","format":"int32","description":"Approved Count"},"rejectCnt":{"type":"integer","format":"int32","description":"Rejected Count"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The SalesGradeStatePopupResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SalesGradeStatePopupResponse":{"type":"object","description":"Sales Grade Status Popup Response","properties":{"division":{"type":"string","description":"Type Value [DD: Previous Day (Cumulative), MM: Previous Month]"},"startDate":{"type":"string","description":"Start Date"},"endDate":{"type":"string","description":"Last Date"},"evltDt":{"type":"string","description":"Evaluation Date"},"shipObsnScr":{"type":"integer","format":"int32","description":"Shipping Compliance Score"},"shipObsnObsnRate":{"type":"number","format":"double","description":"Shipping Compliance Rate"},"shipObsnEvltGradeNm":{"type":"string","description":"Shipping Compliance Evaluation Grade Name (VD009)"},"ordTrsrScr":{"type":"integer","format":"int32","description":"Order Fulfillment Score"},"ordTrsrObsnRate":{"type":"number","format":"double","description":"Order Fulfillment Compliance Rate"},"ordTrsrEvltGradeNm":{"type":"string","description":"Order Fulfillment Evaluation Grade Name (VD009)"},"ansLtScr":{"type":"integer","format":"int32","description":"Response Lead Time Score"},"ansLtObsnRate":{"type":"number","format":"double","description":"Response Lead Time Compliance Rate"},"ansLtEvltGradeNm":{"type":"string","description":"Response Lead Time Evaluation Grade Name (VD009)"},"evltTgtCnt":{"type":"integer","format":"int32","description":"Evaluation Target Count"},"evlt1Cnt":{"type":"integer","format":"int32","description":"Evaluation 1 Count"},"evlt2Cnt":{"type":"integer","format":"int32","description":"Evaluation 2 Count"},"evlt3Cnt":{"type":"integer","format":"int32","description":"Evaluation 3 Count"},"evlt4Cnt":{"type":"integer","format":"int32","description":"Evaluation 4 Count"},"totalCnt":{"type":"integer","format":"int32","description":"Total Count"},"nonRequestCnt":{"type":"integer","format":"int32","description":"Not Requested Approval Count"},"waitCnt":{"type":"integer","format":"int32","description":"Pending Approval Count"},"approveCnt":{"type":"integer","format":"int32","description":"Approved Count"},"rejectCnt":{"type":"integer","format":"int32","description":"Rejected Count"}}}}}}
```

## The OrderFulfillDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderFulfillDetailResponse":{"type":"object","description":"Order Non-Fulfillment Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"ordNo":{"type":"string","description":"Order No."},"ordManNm":{"type":"string","description":"Orderer Name"},"ordAccpDtm":{"type":"string","description":"Order Date/Time"},"ordFnshDtm":{"type":"string","description":"Order Completion Date/Time"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"deliNo":{"type":"string","description":"Delivery No."},"itmNm":{"type":"string","description":"Item Name"},"ordQty":{"type":"string","description":"Order Quantity"},"claimLgrpNm":{"type":"string","description":"Claim Major Category Name (OM047)"},"smlNmCausConts":{"type":"string","description":"Explanation Reason Details"},"reqmnId":{"type":"string","description":"Requester ID"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code (VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprRtnmnId":{"type":"string","description":"Approver/Rejector"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"}}}}}}
```

## The RealGridListResponseOrderFulfillDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseOrderFulfillDetailResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderFulfillDetailResponse"}}}},"OrderFulfillDetailResponse":{"type":"object","description":"Order Non-Fulfillment Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"ordNo":{"type":"string","description":"Order No."},"ordManNm":{"type":"string","description":"Orderer Name"},"ordAccpDtm":{"type":"string","description":"Order Date/Time"},"ordFnshDtm":{"type":"string","description":"Order Completion Date/Time"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"deliNo":{"type":"string","description":"Delivery No."},"itmNm":{"type":"string","description":"Item Name"},"ordQty":{"type":"string","description":"Order Quantity"},"claimLgrpNm":{"type":"string","description":"Claim Major Category Name (OM047)"},"smlNmCausConts":{"type":"string","description":"Explanation Reason Details"},"reqmnId":{"type":"string","description":"Requester ID"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code (VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprRtnmnId":{"type":"string","description":"Approver/Rejector"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"}}}}}}
```

## The ResponseRealGridListResponseOrderFulfillDetailResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Order Non-Fulfillment Detail Response","properties":{"entrEvltDdNobsnNo":{"type":"string","description":"Vendor Evaluation Date Non-Compliance No."},"smlNmCausRegPsbDt":{"type":"string","description":"Explanation Registration Available Date"},"autoAprvFcstDt":{"type":"string","description":"Scheduled Auto-Approval Date"},"ordNo":{"type":"string","description":"Order No."},"ordManNm":{"type":"string","description":"Orderer Name"},"ordAccpDtm":{"type":"string","description":"Order Date/Time"},"ordFnshDtm":{"type":"string","description":"Order Completion Date/Time"},"ordDtlStatCd":{"type":"string","description":"Order Detail Status Code (OM005)"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"deliNo":{"type":"string","description":"Delivery No."},"itmNm":{"type":"string","description":"Item Name"},"ordQty":{"type":"string","description":"Order Quantity"},"claimLgrpNm":{"type":"string","description":"Claim Major Category Name (OM047)"},"smlNmCausConts":{"type":"string","description":"Explanation Reason Details"},"reqmnId":{"type":"string","description":"Requester ID"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"smlNmCausPrgsStatCd":{"type":"string","description":"Explanation Reason Progress Status Code (VD013)"},"smlNmCausPrgsStatNm":{"type":"string","description":"Explanation Progress Status Name (VD013)"},"aprRtnmnId":{"type":"string","description":"Approver/Rejector"},"aprRtnmnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Date/Time"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The PartnerSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PartnerSearchResponse":{"type":"object","description":"Vendor Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004)"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempTelNo":{"type":"string","description":"Contact Phone No."},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"aempCellNo":{"type":"string","description":"Contact Mobile Number"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract Start Date"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate":{"type":"string","description":"Margin Rate"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Linkage Type Code (VD015)"}}}}}}
```

## The RealGridListResponsePartnerSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponsePartnerSearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PartnerSearchResponse"}}}},"PartnerSearchResponse":{"type":"object","description":"Vendor Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004)"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempTelNo":{"type":"string","description":"Contact Phone No."},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"aempCellNo":{"type":"string","description":"Contact Mobile Number"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract Start Date"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate":{"type":"string","description":"Margin Rate"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Linkage Type Code (VD015)"}}}}}}
```

## The ResponseRealGridListResponsePartnerSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Vendor Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004)"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempTelNo":{"type":"string","description":"Contact Phone No."},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"aempCellNo":{"type":"string","description":"Contact Mobile Number"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract Start Date"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate":{"type":"string","description":"Margin Rate"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Linkage Type Code (VD015)"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The JobCollaborationEvaluationRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"JobCollaborationEvaluationRequest":{"type":"object","description":"Business Cooperation Evaluation Retrieval Request","properties":{"startDate":{"type":"string","description":"Start Year/Month"},"endDate":{"type":"string","description":"End Year/Month"},"entrNo":{"type":"string","description":"Vendor No."},"mdId":{"type":"string","description":"MD ID"},"jobClbtEvltPrgsStatCd":{"type":"string","description":"Cooperation Evaluation Progress Status Code (VD014)"},"jobClbtScr":{"type":"string","description":"Cooperation Evaluation Score Code (VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"Cooperation Evaluation Reason Code (VD011)"},"idSelectType":{"type":"string","description":"Contact Person Type (0: Requester, 1: Processor)"},"userId":{"type":"string","description":"User ID"}}}}}}
```

## The JobCollaborationEvaluationResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"JobCollaborationEvaluationResponse":{"type":"object","description":"Business Cooperation Evaluation Retrieval Response","properties":{"entrNo":{"type":"string","description":"Start Year/Month"},"entrNm":{"type":"string","description":"End Year/Month"},"jobClbtEvltPrgsStatCd":{"type":"string","description":"Cooperation Evaluation Progress Status Code (VD014)"},"jobClbtEvltPrgsStatCdNm":{"type":"string","description":"Business Cooperation Evaluation Progress Status Name (VD014)"},"jobClbtScr":{"type":"string","description":"Cooperation Evaluation Score Code (VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"Cooperation Evaluation Reason Code (VD011)"},"jobClbtEvltDtlConts":{"type":"string","description":"Detailed Reason"},"evltYm":{"type":"string","description":"Evaluation Year-Month"},"reqmnId":{"type":"string","description":"Requester"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"aprmnOrRtrnmnId":{"type":"string","description":"Approval/Rejection Processor"},"aprvOrRtrnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Processing Date/Time"}}}}}}
```

## The RealGridListResponseJobCollaborationEvaluationResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseJobCollaborationEvaluationResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/JobCollaborationEvaluationResponse"}}}},"JobCollaborationEvaluationResponse":{"type":"object","description":"Business Cooperation Evaluation Retrieval Response","properties":{"entrNo":{"type":"string","description":"Start Year/Month"},"entrNm":{"type":"string","description":"End Year/Month"},"jobClbtEvltPrgsStatCd":{"type":"string","description":"Cooperation Evaluation Progress Status Code (VD014)"},"jobClbtEvltPrgsStatCdNm":{"type":"string","description":"Business Cooperation Evaluation Progress Status Name (VD014)"},"jobClbtScr":{"type":"string","description":"Cooperation Evaluation Score Code (VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"Cooperation Evaluation Reason Code (VD011)"},"jobClbtEvltDtlConts":{"type":"string","description":"Detailed Reason"},"evltYm":{"type":"string","description":"Evaluation Year-Month"},"reqmnId":{"type":"string","description":"Requester"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"aprmnOrRtrnmnId":{"type":"string","description":"Approval/Rejection Processor"},"aprvOrRtrnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Processing Date/Time"}}}}}}
```

## The ResponseRealGridListResponseJobCollaborationEvaluationResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"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":"Business Cooperation Evaluation Retrieval Response","properties":{"entrNo":{"type":"string","description":"Start Year/Month"},"entrNm":{"type":"string","description":"End Year/Month"},"jobClbtEvltPrgsStatCd":{"type":"string","description":"Cooperation Evaluation Progress Status Code (VD014)"},"jobClbtEvltPrgsStatCdNm":{"type":"string","description":"Business Cooperation Evaluation Progress Status Name (VD014)"},"jobClbtScr":{"type":"string","description":"Cooperation Evaluation Score Code (VD012)"},"jobClbtEvltCausCd":{"type":"string","description":"Cooperation Evaluation Reason Code (VD011)"},"jobClbtEvltDtlConts":{"type":"string","description":"Detailed Reason"},"evltYm":{"type":"string","description":"Evaluation Year-Month"},"reqmnId":{"type":"string","description":"Requester"},"reqDtm":{"type":"string","format":"date-time","description":"Request Date/Time"},"aprmnOrRtrnmnId":{"type":"string","description":"Approval/Rejection Processor"},"aprvOrRtrnDtm":{"type":"string","format":"date-time","description":"Approval/Rejection Processing Date/Time"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The PartnerDeliveryPolicySearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PartnerDeliveryPolicySearchResponse":{"type":"object","description":"Shipping Fee Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"number","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Region Group Code"}}}}}}
```

## The RealGridListResponsePartnerDeliveryPolicySearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponsePartnerDeliveryPolicySearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PartnerDeliveryPolicySearchResponse"}}}},"PartnerDeliveryPolicySearchResponse":{"type":"object","description":"Shipping Fee Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"number","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Region Group Code"}}}}}}
```

## The ResponseRealGridListResponsePartnerDeliveryPolicySearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Shipping Fee Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"number","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Region Group Code"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CooperateSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CooperateSearchResponse":{"type":"object","description":"Affiliate Partner Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCmt":{"type":"string","description":"Remarks"},"trdStatNm":{"type":"string","description":"Transaction Status Code Name"},"bmanKindNm":{"type":"string","description":"Business Type Code Name"}}}}}}
```

## The RealGridListResponseCooperateSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCooperateSearchResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CooperateSearchResponse"}}}},"CooperateSearchResponse":{"type":"object","description":"Affiliate Partner Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCmt":{"type":"string","description":"Remarks"},"trdStatNm":{"type":"string","description":"Transaction Status Code Name"},"bmanKindNm":{"type":"string","description":"Business Type Code Name"}}}}}}
```

## The ResponseRealGridListResponseCooperateSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Affiliate Partner Management Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCmt":{"type":"string","description":"Remarks"},"trdStatNm":{"type":"string","description":"Transaction Status Code Name"},"bmanKindNm":{"type":"string","description":"Business Type Code Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CooperateAndOthersResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CooperateAndOthersResponse":{"type":"object","description":"Affiliate Partner Registration/Modification Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","description":"Contract Start Date"},"contEndDy":{"type":"string","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCmt":{"type":"string","description":"Remarks"},"cooperateEmployeeList":{"type":"array","description":"Affiliate Partner Information List","items":{"$ref":"#/components/schemas/CooperateEmployeeSearchResponse"}},"bmanNoList":{"type":"array","description":"List of Registered Business Registration Numbers","items":{"type":"string"}}}},"CooperateEmployeeSearchResponse":{"type":"object","description":"Contact Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","description":"Person in Charge Name"},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"},"cellSctNo":{"type":"string","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","description":"Email Address"},"telNo":{"type":"string","description":"Phone Number"},"cellNo":{"type":"string","description":"Mobile Phone No."}}}}}}
```

## The CooperateEmployeeSearchResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CooperateEmployeeSearchResponse":{"type":"object","description":"Contact Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","description":"Person in Charge Name"},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"},"cellSctNo":{"type":"string","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","description":"Email Address"},"telNo":{"type":"string","description":"Phone Number"},"cellNo":{"type":"string","description":"Mobile Phone No."}}}}}}
```

## The ResponseCooperateAndOthersResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Affiliate Partner Registration/Modification Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","description":"Contract Start Date"},"contEndDy":{"type":"string","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCmt":{"type":"string","description":"Remarks"},"cooperateEmployeeList":{"type":"array","description":"Affiliate Partner Information List","items":{"$ref":"#/components/schemas/CooperateEmployeeSearchResponse"}},"bmanNoList":{"type":"array","description":"List of Registered Business Registration Numbers","items":{"type":"string"}}}},"CooperateEmployeeSearchResponse":{"type":"object","description":"Contact Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","description":"Person in Charge Name"},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"},"cellSctNo":{"type":"string","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","description":"Email Address"},"telNo":{"type":"string","description":"Phone Number"},"cellNo":{"type":"string","description":"Mobile Phone No."}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RealGridListResponseCcChlDtlInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCcChlDtlInfo":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CcChlDtlInfo"}}}},"CcChlDtlInfo":{"type":"object","description":"Channel Detail Information","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"chlNo":{"type":"string","description":"Channel No."},"chlDtlNm":{"type":"string","description":"Channel Detail Name"},"chlDtlDesc":{"type":"string","description":"Channel Detail Description"},"useYn":{"type":"string","description":"Usage Status"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"}},"required":["fixamtFxrtGbCd"]}}}}
```

## The ResponseRealGridListResponseCcChlDtlInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Channel Detail Information","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"chlNo":{"type":"string","description":"Channel No."},"chlDtlNm":{"type":"string","description":"Channel Detail Name"},"chlDtlDesc":{"type":"string","description":"Channel Detail Description"},"useYn":{"type":"string","description":"Usage Status"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"}},"required":["fixamtFxrtGbCd"]},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The RealGridListResponseCcChlBase object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCcChlBase":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CcChlBase"}}}},"CcChlBase":{"type":"object","description":"Channel Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"chlNo":{"type":"string","description":"Channel No."},"chlNm":{"type":"string","description":"Channel Name"},"chlClssCd":{"type":"string","description":"Channel Classification Code (CH001) 10: Direct, 20: Email, 30: Affiliate"},"chlTypCd":{"type":"string","description":"Channel Type Code (CH002) 01: Direct URL Entry, 02: Bookmark, 03: Email, 04: Price Comparison, 05: Other Affiliate"},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date"},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date"},"entrNo":{"type":"string","description":"Vendor No."},"chlDesc":{"type":"string","description":"Channel Description"},"delYn":{"type":"string","description":"Deletion Status"},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)"},"argChlClssCd":{"type":"string"}}}}}}
```

## The ResponseRealGridListResponseCcChlBase object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"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":"Channel Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"chlNo":{"type":"string","description":"Channel No."},"chlNm":{"type":"string","description":"Channel Name"},"chlClssCd":{"type":"string","description":"Channel Classification Code (CH001) 10: Direct, 20: Email, 30: Affiliate"},"chlTypCd":{"type":"string","description":"Channel Type Code (CH002) 01: Direct URL Entry, 02: Bookmark, 03: Email, 04: Price Comparison, 05: Other Affiliate"},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date"},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date"},"entrNo":{"type":"string","description":"Vendor No."},"chlDesc":{"type":"string","description":"Channel Description"},"delYn":{"type":"string","description":"Deletion Status"},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)"},"argChlClssCd":{"type":"string"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```
