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

# Models

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

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EtEntrDlvpInfo":{"type":"object","description":"Vendor Delivery Location Information","properties":{"entrDlvpNo":{"type":"string","default":"10000000","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"dlvpTypCd":{"type":"string","default":"10","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","default":"배송지명","description":"Delivery Address Name"},"useYn":{"type":"string","default":"Y","description":"Usage Status"},"zipNoSeq":{"type":"integer","format":"int64","default":5836,"description":"Postal Code Sequence No."},"zipNo":{"type":"string","default":5836,"description":"Postal Code"},"zipAddr":{"type":"string","default":"우편주소","description":"Postal Address"},"dtlAddr":{"type":"string","default":"상세주소","description":"Detailed Address"},"utakmnNm":{"type":"string","default":"담당자명","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","default":"02","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","default":"554","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","default":"4668","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","default":"010","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Last Digits"}}}}}}
```

## The SaveVendorWithOtherDataRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"SaveVendorWithOtherDataRequest":{"type":"object","description":"Save Vendor Information Request","properties":{"createEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Create List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"updateEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Update List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"deleteEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Delete List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"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"}},"createEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Create List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"updateEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Update List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"deleteEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Delete List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"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"}}},"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."}}},"EtEntrDlvpInfo":{"type":"object","description":"Vendor Delivery Location Information","properties":{"entrDlvpNo":{"type":"string","default":"10000000","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"dlvpTypCd":{"type":"string","default":"10","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","default":"배송지명","description":"Delivery Address Name"},"useYn":{"type":"string","default":"Y","description":"Usage Status"},"zipNoSeq":{"type":"integer","format":"int64","default":5836,"description":"Postal Code Sequence No."},"zipNo":{"type":"string","default":5836,"description":"Postal Code"},"zipAddr":{"type":"string","default":"우편주소","description":"Postal Address"},"dtlAddr":{"type":"string","default":"상세주소","description":"Detailed Address"},"utakmnNm":{"type":"string","default":"담당자명","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","default":"02","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","default":"554","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","default":"4668","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","default":"010","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Last Digits"}}},"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 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 GoodsSaleStateDto object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsSaleStateDto":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"saleStatCd":{"type":"string","description":"Sales Status"},"soutCausCd":{"type":"string","description":"Out-of-Stock Reason Code"},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code"},"itmNo":{"type":"string","description":"Item No."},"itmSaleStatCd":{"type":"string","description":"SKU Sales Status Code"},"soutNotiYn":{"type":"string","description":"Item Sold-Out Alert Status"},"soutNotiStdQty":{"type":"string","description":"Sold-Out Alert Threshold Quantity"}}}}}}
```

## The GoodsSaleStatePopupApiRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsSaleStatePopupApiRequest":{"type":"object","properties":{"goodsSaleStateRequest":{"type":"string"},"goodsSaleStateList":{"type":"array","description":"Product Sales Status Information DTO List","items":{"$ref":"#/components/schemas/GoodsSaleStateDto"}}}},"GoodsSaleStateDto":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"saleStatCd":{"type":"string","description":"Sales Status"},"soutCausCd":{"type":"string","description":"Out-of-Stock Reason Code"},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code"},"itmNo":{"type":"string","description":"Item No."},"itmSaleStatCd":{"type":"string","description":"SKU Sales Status Code"},"soutNotiYn":{"type":"string","description":"Item Sold-Out Alert Status"},"soutNotiStdQty":{"type":"string","description":"Sold-Out Alert Threshold Quantity"}}}}}}
```

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

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcChlCmsnInfo":{"type":"object","description":"Channel Fee Information","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"orgAplyStrDt":{"type":"string","description":"Original Application Start Date"},"orgAplyEndDt":{"type":"string","description":"Original Application End Date"},"aplyStrDt":{"type":"string","description":"Application Start Date"},"aplyEndDt":{"type":"string","description":"Application End Date"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code (MK005) 01: Fixed Amount, 02: Fixed Rate"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"},"cudGb":{"type":"string"}}}}}}
```

## The CcChlCmsnInfoCUDRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcChlCmsnInfoCUDRequest":{"type":"object","description":"Channel Fee Information CUD Request","properties":{"createList":{"type":"array","description":"Channel Fee Information Create Request","items":{"$ref":"#/components/schemas/CcChlCmsnInfo"}},"updateList":{"type":"array","description":"Channel Fee Information Update Request","items":{"$ref":"#/components/schemas/CcChlCmsnInfo"}},"deleteList":{"type":"array","description":"Channel Fee Information Delete Request","items":{"$ref":"#/components/schemas/CcChlCmsnInfo"}}}},"CcChlCmsnInfo":{"type":"object","description":"Channel Fee Information","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"orgAplyStrDt":{"type":"string","description":"Original Application Start Date"},"orgAplyEndDt":{"type":"string","description":"Original Application End Date"},"aplyStrDt":{"type":"string","description":"Application Start Date"},"aplyEndDt":{"type":"string","description":"Application End Date"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code (MK005) 01: Fixed Amount, 02: Fixed Rate"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"},"cudGb":{"type":"string"}}}}}}
```

## The Response object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CcNotiMsgBtnInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcNotiMsgBtnInfo":{"type":"object","properties":{"notiMsgSeq":{"type":"string"},"notiMsgBtnSeq":{"type":"string"},"btnNm":{"type":"string"},"btnUrl":{"type":"string"}}}}}}
```

## The NoticeMessageInfoRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"NoticeMessageInfoRequest":{"type":"object","description":"Register/Modify Notification Message Request DTO","properties":{"siteNo":{"type":"string","description":"Site No.","minLength":1},"notiMsgSeq":{"type":"string","description":"Notification Message Sequence No."},"msgGbCd":{"type":"string","description":"Message Type Code (CH008)","minLength":1},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date","minLength":1},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date","minLength":1},"baseNotiMethodCd":{"type":"string","description":"Default Notification Method Code (CH009)","minLength":1},"tmplNm":{"type":"string","description":"Template Name","minLength":1},"ttl":{"type":"string","description":"Title","minLength":1},"msg":{"type":"string","description":"Message","minLength":1},"useYn":{"type":"string","description":"Usage Status","enum":["Y","N"],"minLength":1},"sndNo":{"type":"string","description":"Send No.","minLength":1},"sndmnNm":{"type":"string","description":"Sender Name","minLength":1},"tmplId":{"type":"string","description":"Template ID"},"kakaoTmplId":{"type":"string","description":"Kakao Template ID"},"mbrNotiTypCd":{"type":"string","description":"Member Notification Type Code (ME051)"},"searchDateType":{"type":"string","description":"Search Period Type"},"dateSelect":{"type":"string","description":"Search Period Button"},"btnList":{"type":"array","description":"Template Button List","items":{"$ref":"#/components/schemas/CcNotiMsgBtnInfo"}},"notAvailableUpdate":{"type":"boolean"}},"required":["aplyEndDt","aplyStrDt","baseNotiMethodCd","msg","msgGbCd","siteNo","sndNo","sndmnNm","tmplNm","ttl","useYn"]},"CcNotiMsgBtnInfo":{"type":"object","properties":{"notiMsgSeq":{"type":"string"},"notiMsgBtnSeq":{"type":"string"},"btnNm":{"type":"string"},"btnUrl":{"type":"string"}}}}}}
```

## The PromotionMultillingualRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PromotionMultillingualRequest":{"type":"object","properties":{"promoKey":{"type":"string","description":"Promotion Key (promoNo, aeNo)"},"promoCallTyp":{"type":"string","description":"Promotion Multilingual Type Code (PromotionType): 10: Coupon, 20: Discount/Mileage, 30: Gift Event"},"dataLangCd":{"type":"string","description":"Language Code (CM009) ko: Korean, en: English"},"nm":{"type":"string","description":"Promotion/Gift Event Name"},"desc":{"type":"string","description":"Promotion/Gift Event Description"}},"required":["promoCallTyp","promoKey"]}}}}
```

## The StUserBaseRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StUserBaseRequest":{"type":"object","properties":{"sysRegId":{"type":"string"},"sysModId":{"type":"string"},"argWorkStatCd":{"type":"string","minLength":1},"argUseYn":{"type":"string","minLength":1},"argSelectType":{"type":"string","minLength":1},"userId":{"type":"string"},"userGbCd":{"type":"string"},"deptCd":{"type":"string"},"entrNo":{"type":"string"},"userNm":{"type":"string"},"pwd":{"type":"string"},"rtGrpNo":{"type":"string"},"useYn":{"type":"string"},"telRgnNo":{"type":"string"},"telTxnoNo":{"type":"string"},"telEndNo":{"type":"string"},"cellSctNo":{"type":"string"},"cellTxnoNo":{"type":"string"},"cellEndNo":{"type":"string"},"emailAddr":{"type":"string"},"indInfoDealYn":{"type":"string"},"empNo":{"type":"string"},"jobGrpCd":{"type":"string"},"ocpCd":{"type":"string"},"workStatCd":{"type":"string"},"useStrtDt":{"type":"string"},"useEndDt":{"type":"string"},"cnslEntpNm":{"type":"string"},"itelNo":{"type":"string"},"ctiNo":{"type":"string"},"rcntUseDtm":{"type":"string"},"pwdCntnFailCnt":{"type":"string"},"lstPwdChgDtm":{"type":"string"},"pwdLockYn":{"type":"string"},"pwdIniYn":{"type":"string"},"workStatNm":{"type":"string"},"orgRolNm":{"type":"string"},"orgTypNm":{"type":"string"},"userGbNm":{"type":"string"}},"required":["argSelectType","argUseYn","argWorkStatCd"]}}}}
```

## The RealGridListResponseStUserBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseStUserBaseResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/StUserBaseResponse"}}}},"StUserBaseResponse":{"type":"object","description":"User Search Popup Response DTO","properties":{"endPage":{"type":"boolean","description":"Last Page Status"},"userId":{"type":"string","description":"User ID"},"userGbCd":{"type":"string","description":"User Type Code (UR001)"},"deptCd":{"type":"string","description":"Department Code"},"deptNm":{"type":"string","description":"Department Name"},"entrNo":{"type":"string","description":"Vendor No."},"userNm":{"type":"string","description":"User Name"},"pwd":{"type":"string","description":"Password"},"rtGrpNo":{"type":"string","description":"Authorization Group No."},"rtGrpNm":{"type":"string","description":"Authorization Group Name"},"useYn":{"type":"string","description":"Usage Status"},"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"},"indInfoDealYn":{"type":"string","description":"Personal Information Handling Status"},"empNo":{"type":"string","description":"Employee No."},"jobGrpCd":{"type":"string","description":"Work Group Code (UR002)"},"ocpCd":{"type":"string","description":"Job Title Code"},"workStatCd":{"type":"string","description":"Work Status Code (UR004)"},"useStrtDt":{"type":"string","description":"Hire Date"},"useEndDt":{"type":"string","description":"Resignation Date"},"cnslEntpNm":{"type":"string","description":"Consultation Company Name"},"itelNo":{"type":"string","description":"Extension Number"},"ctiNo":{"type":"string","description":"CTI No."},"rcntUseDtm":{"type":"string","description":"Last Used Date/Time"},"pwdCntnFailCnt":{"type":"string","description":"Consecutive Password Failure Count"},"lstPwdChgDtm":{"type":"string","description":"Password Change Date/Time"},"pwdLockYn":{"type":"string","description":"Password Locked Status"},"pwdIniYn":{"type":"string","description":"Password Reset Status"},"workStatNm":{"type":"string","description":"Work Status Code Name"},"ocpNm":{"type":"string","description":"Job Title Name"},"orgTypNm":{"type":"string","description":"Work Group Code Name"},"userGbNm":{"type":"string","description":"User Type Code Name"},"sysGbCd":{"type":"string","description":"System Classification Code"}}}}}}
```

## The StUserBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"StUserBaseResponse":{"type":"object","description":"User Search Popup Response DTO","properties":{"endPage":{"type":"boolean","description":"Last Page Status"},"userId":{"type":"string","description":"User ID"},"userGbCd":{"type":"string","description":"User Type Code (UR001)"},"deptCd":{"type":"string","description":"Department Code"},"deptNm":{"type":"string","description":"Department Name"},"entrNo":{"type":"string","description":"Vendor No."},"userNm":{"type":"string","description":"User Name"},"pwd":{"type":"string","description":"Password"},"rtGrpNo":{"type":"string","description":"Authorization Group No."},"rtGrpNm":{"type":"string","description":"Authorization Group Name"},"useYn":{"type":"string","description":"Usage Status"},"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"},"indInfoDealYn":{"type":"string","description":"Personal Information Handling Status"},"empNo":{"type":"string","description":"Employee No."},"jobGrpCd":{"type":"string","description":"Work Group Code (UR002)"},"ocpCd":{"type":"string","description":"Job Title Code"},"workStatCd":{"type":"string","description":"Work Status Code (UR004)"},"useStrtDt":{"type":"string","description":"Hire Date"},"useEndDt":{"type":"string","description":"Resignation Date"},"cnslEntpNm":{"type":"string","description":"Consultation Company Name"},"itelNo":{"type":"string","description":"Extension Number"},"ctiNo":{"type":"string","description":"CTI No."},"rcntUseDtm":{"type":"string","description":"Last Used Date/Time"},"pwdCntnFailCnt":{"type":"string","description":"Consecutive Password Failure Count"},"lstPwdChgDtm":{"type":"string","description":"Password Change Date/Time"},"pwdLockYn":{"type":"string","description":"Password Locked Status"},"pwdIniYn":{"type":"string","description":"Password Reset Status"},"workStatNm":{"type":"string","description":"Work Status Code Name"},"ocpNm":{"type":"string","description":"Job Title Name"},"orgTypNm":{"type":"string","description":"Work Group Code Name"},"userGbNm":{"type":"string","description":"User Type Code Name"},"sysGbCd":{"type":"string","description":"System Classification Code"}}}}}}
```

## The MemberListPopupApiRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberListPopupApiRequest":{"type":"object","description":"Member Search Popup Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)","minLength":1},"argMbrStatCd":{"type":"string","description":"Member Status Value"},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"emailAddr":{"type":"string","description":"Email Address"},"condxMbrOpt":{"type":"string","description":"Search Type (Member Name/Member ID/Member No.)"},"condxMbrValue":{"type":"string","description":"Search Type Value"},"condxEmpGbNm":{"type":"string","description":"Employee Status"},"condxComGbNm":{"type":"string","description":"Company Type Name"},"condxCellSctNo":{"type":"string","description":"Mobile Phone Number First Digits"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Number Middle Digits"},"cellEndNo":{"type":"string","description":"Mobile Phone Number Last Digits"},"evtNo":{"type":"string","description":"Event No."},"mbrNos":{"type":"array","description":"Member No. List","items":{"type":"string"}},"condxRecvAgr":{"type":"string","description":"Service Agreement Type Code (ME025)"},"condxRecvAgrYn":{"type":"string","description":"Service Reception Agreement Status"}},"required":["argSelectType"]}}}}
```

## The MemberListPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberListPopupApiResponse":{"type":"object","description":"Member Search Popup (Masked) Response DTO","properties":{"mbrNo":{"type":"string","description":"Member No."},"mbrNm":{"type":"string","description":"Member Name"},"loginId":{"type":"string","description":"Member ID"},"mbrGbCd":{"type":"string","description":"Member Classification Code (ME001)"},"socialNm":{"type":"string","description":"Social Member Classification"},"mbrMgrCd":{"type":"string","description":"Member Management Code (ME002)"},"mbrStatCd":{"type":"string","description":"Member Status Code (ME003)"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"emailAddr":{"type":"string","description":"Email Address"},"mbrGbNm":{"type":"string","description":"Member Type Code (ME001) Name"},"mbrMgrNm":{"type":"string","description":"Member Management Code (ME002) Name"},"mbrStatNm":{"type":"string","description":"Member Status Code (ME003) Name"},"mbrGradeNm":{"type":"string","description":"Member Grade Code (ME008) Name"},"stafYn":{"type":"string","description":"Employee Status"},"comGbNm":{"type":"string","description":"Company Type Name"},"instMbrYn":{"type":"string","description":"Interested Customer Status"},"instMbrGb":{"type":"string","description":"Interested Customer Type"},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status"},"instOrdYn":{"type":"string","description":"Interested Customer / Purchase Restriction Status"},"cellNo":{"type":"string","description":"Mobile Phone Number"},"telNo":{"type":"string","description":"Phone Number"},"siteNo":{"type":"string","description":"Site No."},"siteNm":{"type":"string","description":"Site Name"},"smsRecvAgrYn":{"type":"string","description":"SMS Reception Consent Status"},"emailRecvAgrYn":{"type":"string","description":"Email Reception Consent Status"},"appPushAgrYn":{"type":"string","description":"App Push Consent Status"},"kakaoRecvAgrYn":{"type":"string","description":"KakaoTalk Reception Consent Status"}}}}}}
```

## The RealGridListResponseMemberListPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseMemberListPopupApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/MemberListPopupApiResponse"}}}},"MemberListPopupApiResponse":{"type":"object","description":"Member Search Popup (Masked) Response DTO","properties":{"mbrNo":{"type":"string","description":"Member No."},"mbrNm":{"type":"string","description":"Member Name"},"loginId":{"type":"string","description":"Member ID"},"mbrGbCd":{"type":"string","description":"Member Classification Code (ME001)"},"socialNm":{"type":"string","description":"Social Member Classification"},"mbrMgrCd":{"type":"string","description":"Member Management Code (ME002)"},"mbrStatCd":{"type":"string","description":"Member Status Code (ME003)"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"emailAddr":{"type":"string","description":"Email Address"},"mbrGbNm":{"type":"string","description":"Member Type Code (ME001) Name"},"mbrMgrNm":{"type":"string","description":"Member Management Code (ME002) Name"},"mbrStatNm":{"type":"string","description":"Member Status Code (ME003) Name"},"mbrGradeNm":{"type":"string","description":"Member Grade Code (ME008) Name"},"stafYn":{"type":"string","description":"Employee Status"},"comGbNm":{"type":"string","description":"Company Type Name"},"instMbrYn":{"type":"string","description":"Interested Customer Status"},"instMbrGb":{"type":"string","description":"Interested Customer Type"},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status"},"instOrdYn":{"type":"string","description":"Interested Customer / Purchase Restriction Status"},"cellNo":{"type":"string","description":"Mobile Phone Number"},"telNo":{"type":"string","description":"Phone Number"},"siteNo":{"type":"string","description":"Site No."},"siteNm":{"type":"string","description":"Site Name"},"smsRecvAgrYn":{"type":"string","description":"SMS Reception Consent Status"},"emailRecvAgrYn":{"type":"string","description":"Email Reception Consent Status"},"appPushAgrYn":{"type":"string","description":"App Push Consent Status"},"kakaoRecvAgrYn":{"type":"string","description":"KakaoTalk Reception Consent Status"}}}}}}
```

## The MemberListPopupApiNoMaskingResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberListPopupApiNoMaskingResponse":{"type":"object","description":"Member Search Popup (Unmasked) Response DTO","properties":{"mbrNo":{"type":"string","description":"Member No."},"loginId":{"type":"string","description":"Login ID"},"mbrNm":{"type":"string","description":"Member Name"},"mbrGbCd":{"type":"string","description":"Member Classification Code (ME001)"},"socialNm":{"type":"string","description":"Social Member Classification"},"mbrMgrCd":{"type":"string","description":"Member Management Code (ME002)"},"mbrStatNm":{"type":"string","description":"Member Status Code (ME003) Name"},"mbrStatCd":{"type":"string","description":"Member Status Code (ME003)"},"mbrGradeCd":{"type":"string","description":"Member Grade Code (ME008)"},"mbrGradeNm":{"type":"string","description":"Member Grade Code (ME008) Name"},"stafYn":{"type":"string","description":"Employee Status"},"emailAddr":{"type":"string","description":"Email Address"},"telNo":{"type":"string","description":"Phone Number"},"cellNo":{"type":"string","description":"Mobile Phone Number"},"instMbrYn":{"type":"string","description":"Interested Customer Status"},"instMbrGb":{"type":"string","description":"Interested Customer Type"},"ordLmtYn":{"type":"string","description":"Purchase Restriction Status"},"instOrdYn":{"type":"string","description":"Interested Customer / Purchase Restriction Status"},"smsRecvAgrYn":{"type":"string","description":"SMS Reception Consent Status"},"emailRecvAgrYn":{"type":"string","description":"Email Reception Consent Status"},"appPushAgrYn":{"type":"string","description":"App Push Consent Status"},"kakaoRecvAgrYn":{"type":"string","description":"KakaoTalk Reception Consent Status"},"siteNo":{"type":"string","description":"Site No."},"siteNm":{"type":"string","description":"Site Name"}}}}}}
```

## The MemberMilgRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberMilgRequest":{"type":"object","description":"Retrieve Mileage List Request","properties":{"mbrNo":{"type":"string","description":"Member No."},"frDt":{"type":"string","description":"Search Period - Start"},"toDt":{"type":"string","description":"Search Period - End"},"mlgExtcSchdDt":{"type":"string","description":"Scheduled Expiration Date"},"type":{"type":"string","description":"Search Type"},"langCd":{"type":"string","description":"Language Code (CM009)"}}}}}}
```

## The ResponseLong object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseLong":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"integer","format":"int64","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 MemberMilgResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"MemberMilgResponse":{"type":"object","description":"Retrieve Mileage List Response","properties":{"astRsrvUseGbNm":{"type":"string","description":"Type"},"astRsrvUseCausNm":{"type":"string","description":"Reason"},"ocurDtm":{"type":"string","format":"date-time","description":"Processing Date/Time"},"ocurAmt":{"type":"number","description":"Accrued/Used Amount"},"balAmt":{"type":"number","description":"Balance"},"astMgrNo":{"type":"string","description":"Related No."},"valiEndDt":{"type":"string","description":"Usage End Date/Time"},"astMgrMemo":{"type":"string","description":"Memo"}}}}}}
```

## The CcEvtAplyGradeInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcEvtAplyGradeInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"expGradeGbCd":{"type":"string"},"expTgtNo":{"type":"string"}}}}}}
```

## The CcEvtBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcEvtBaseResponse":{"type":"object","properties":{"reSearchPage":{"type":"string","description":"Parent Window Grid Search Type Value"},"mbrNo":{"type":"string","description":"Member No."},"mbrId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"mbrEmail":{"type":"string","description":"Member Email"},"mbrAddr":{"type":"string","description":"Member Address"},"mbrTel":{"type":"integer","format":"int32","description":"Member Phone Number"},"evtTypNm":{"type":"string","description":"Event Type Name"},"evtNo":{"type":"string","description":"Event No."},"evtNm":{"type":"string","description":"Event Name"},"uprFixYn":{"type":"string","description":"Top Position Status"},"evtLgrpCd":{"type":"string","description":"Event Type Major Category Code (EV001)","enum":["MAIN_CATEGORY_LOTTERY","MAIN_CATEGORY_NOT_LOTTERY"]},"evtMgrpCd":{"type":"string","description":"Event Type Subcategory Code (EV002)","enum":["MIDDLE_CLASSIFICATION_LOTTERY","MIDDLE_CLASSIFICATION_PUR_COME","MIDDLE_CLASSIFICATION_AMOUNT","MIDDLE_CLASSIFICATION_STAMP","MIDDLE_CLASSIFICATION_CLICK","MIDDLE_CLASSIFICATION_ROULETTE","MIDDLE_CLASSIFICATION_ATTENDANCE","MIDDLE_CLASSIFICATION_SURVEY","MIDDLE_CLASSIFICATION_QUIZE","MIDDLE_CLASSIFICATION_COMMENT","MIDDLE_CLASSIFICATION_PURE","MIDDLE_CLASSIFICATION_COUPON","MIDDLE_CLASSIFICATION_ETC"]},"evtExpNmCd":{"type":"string","description":"Event Display Name Code (EV003)","enum":["EXPOSURE_NAME_PUR","EXPOSURE_NAME_RECEIPT","EXPOSURE_NAME_PUR_CERTI","EXPOSURE_NAME_VOTE","EXPOSURE_NAME_QUIZE","EXPOSURE_NAME_ETC"]},"evtObjCd":{"type":"string","description":"Event Purpose (EV004)","enum":["EVT_PURPOSE_RE","EVT_PURPOSE_ADD","EXPOSURE_NAME_NEW_MEMBER"]},"evtSbscPsbCd":{"type":"string","description":"Event Entry Eligibility Code (EV006)","enum":["APPLICATION_ALL","APPLICATION_PC","APPLICATION_MO"]},"evtGbCd":{"type":"string","description":"Event Type Code (EV026)","enum":["EVT_CLASSIFICATION_NOMAL","EVT_CLASSIFICATION_BRAND","EVT_CLASSIFICATION_ALLIANCE"]},"sbscCntLmtCd":{"type":"string","description":"Number of Entries (EV007)","enum":["EVT_COUNT_DAY","EVT_COUNT_TERM","EVT_COUNT_NO_LIMIT"]},"deptCd":{"type":"string","description":"Managing Department Code"},"deptNm":{"type":"string","description":"Organizing Department Name"},"evtPrgsStatCd":{"type":"string","description":"Event Progress Status Code (EV005)","enum":["TEMP_REG","PROGRESS","LOT_WAIT","SHOW_WAIT","TUBA_PROGRESS","PMGD_SND_WAIT","PMGD_SND_COMPLETE","PAYMENTS_WAIT","PAYMENTS_COMPLETE","CANCEL","EVT_END"]},"purAmtEvtPromoYn":{"type":"string","description":"Purchase Amount Event Promotion Status"},"evetTermDesc":{"type":"string","description":"Event Period Description"},"evetCondDesc":{"type":"string","description":"Event Condition Description"},"paysTermDesc":{"type":"string","description":"Payout Period Description"},"lotDt":{"type":"string","description":"Drawing/Confirmation Date"},"winAncmDt":{"type":"string","description":"Winner Announcement Date/Time"},"winAncmDispYn":{"type":"string","description":"Winner Announcement Display"},"pmgdSndDt":{"type":"string","description":"Gift Shipment Date"},"payDt":{"type":"string","description":"Point Payout Date/Time"},"evtUrlAddr":{"type":"string","description":"Event URL"},"evtBnrPathNm":{"type":"string","description":"Event Banner Path"},"evtBnrFileNm":{"type":"string","description":"Event Banner File Name"},"evtBnrAltCont":{"type":"string","description":"Event Banner Image Alt Text"},"pcEvtBnrPathNm":{"type":"string","description":"Event Banner Path Name (PC)"},"pcEvtBnrFileNm":{"type":"string","description":"Event Banner File Name (PC)"},"pcEvtBnrAltCont":{"type":"string","description":"Event Banner Image Alt Text for PC"},"aempId":{"type":"string","description":"Person in Charge ID"},"aempNm":{"type":"string","description":"Manager Name"},"adveWrdCont":{"type":"string","description":"Promotional Text Content"},"pmgdRcvProeCont":{"type":"string","description":"Prize Receiving Procedure Content"},"dispYn":{"type":"string","description":"Display Status"},"expYn":{"type":"string","description":"Exposure Status"},"evtSchTag":{"type":"string","description":"Event Search Tag"},"indInfoMkusAgrYn":{"type":"string","description":"Personal Information Usage Consent Status"},"indInfoMkusAgmt":{"type":"string","description":"Personal Information Usage Terms"},"indInfoThprPofAgrYn":{"type":"string","description":"Personal Information Third-Party Provision Consent Status"},"indInfoThprPofAgmt":{"type":"string","description":"Personal Information Third-Party Provision Terms"},"rnkMgrYn":{"type":"string","description":"Ranking Management Status"},"tubaDptStrDt":{"type":"string","description":"Withholding Tax Deposit Start Date/Time"},"tubaDptEndDt":{"type":"string","description":"Withholding Tax Deposit End Date/Time"},"evtTmplUseYn":{"type":"string","description":"Event Template Usage Status"},"mbrGbCdList":{"type":"array","description":"Member Classification List","items":{"$ref":"#/components/schemas/CcEvtAplyGradeInfo"}},"mbrGradeCdList":{"type":"array","description":"Member Grade List","items":{"$ref":"#/components/schemas/CcEvtAplyGradeInfo"}},"dispMbrGradeList":{"type":"array","description":"Display Member Grade List","items":{"$ref":"#/components/schemas/CcEvtAplyGradeInfo"}},"loltList":{"type":"array","description":"Roulette List","items":{"$ref":"#/components/schemas/CcEvtDetlItem"}},"attenList":{"type":"array","description":"Attendance Check List","items":{"$ref":"#/components/schemas/CcEvtDetlItem"}},"questList":{"type":"array","description":"Survey List","items":{"$ref":"#/components/schemas/EvtQuestInfoResponse"}},"pmgdList":{"type":"array","description":"Prize List","items":{"$ref":"#/components/schemas/CcEvtFvrInfoResponse"}},"tmplRelInfoList":{"type":"array","description":"Event Template Relationship Information List","items":{"$ref":"#/components/schemas/CcEvtTmplRelInfo"}},"tmplDtlInfoList":{"type":"array","description":"Event Template Detail Information List","items":{"$ref":"#/components/schemas/CcEvtTmplDtlInfoResponse"}},"evtExpMsg":{"type":"string","description":"Event Display Message"},"atndMtr":{"type":"string","description":"Precautions"},"acdnUseYn":{"type":"string","description":"Accordion UI Usage Status"},"custCntrGdWrdCont":{"type":"string","description":"Customer Center Guide Message Content"},"sbscAplyDtm":{"type":"string","format":"date-time","description":"Application Date/Time"},"evtStrDtm":{"type":"string","format":"date-time","description":"Event Start Date/Time"},"evtEndDtm":{"type":"string","format":"date-time","description":"Event End Date/Time"},"buyStrDtm":{"type":"string","format":"date-time","description":"Purchase Period Start Date"},"buyEndDtm":{"type":"string","format":"date-time","description":"Purchase Period End Date"},"sbscAplyStrDtm":{"type":"string","format":"date-time","description":"Application Period Start Date"},"sbscAplyEndDtm":{"type":"string","format":"date-time","description":"Application Period End Date"},"sbscPsbMinOrdAmt":{"type":"number","description":"Minimum Order Payment Amount for Entry"},"siteNm":{"type":"string","description":"Site Name"},"aplySites":{"type":"array","items":{"type":"object","additionalProperties":{"type":"string"},"description":"Application Condition - Site"}}}},"CcEvtAplyGradeInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"expGradeGbCd":{"type":"string"},"expTgtNo":{"type":"string"}}},"CcEvtDetlItem":{"type":"object","properties":{"evtNo":{"type":"string"},"evtMgrpCd":{"type":"string"},"aplyRnk":{"type":"integer","format":"int32"},"roltPayPnum":{"type":"integer","format":"int32"},"roltPrbl":{"type":"number","format":"float"},"payPoint":{"type":"integer","format":"int32"}}},"EvtQuestInfoResponse":{"type":"object","properties":{"evtNo":{"type":"string","description":"Event No."},"questNo":{"type":"string","description":"Question No."},"questGbCd":{"type":"string","description":"Question Type Code (EV017)","enum":["OBJECTIVE_TYPE","OBJECTIVE_TYPE_ETC","OBJECTIVE_TYPE_IMAGE","SUBJECTIVE","SCALE_TYPE"]},"questCont":{"type":"string","description":"Question Details"},"questQestCnt":{"type":"integer","format":"int32","description":"Number of Questions"},"cawrCont":{"type":"string","description":"Correct Answer Content"},"dupAnsYn":{"type":"string","description":"Multiple Answers Status"},"mdtyQuestYn":{"type":"string","description":"Required Question Status"},"questExpltList":{"type":"array","items":{"$ref":"#/components/schemas/CcEvtQuestExplInfo"}}}},"CcEvtQuestExplInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"questNo":{"type":"string"},"questExplNo":{"type":"string"},"questExplCont":{"type":"string"},"questBnrPathNm":{"type":"string"},"questBnrFileNm":{"type":"string"}}},"CcEvtFvrInfoResponse":{"type":"object","properties":{"evtNo":{"type":"string","description":"Event No."},"evtFvrSeq":{"type":"string","description":"Event Benefit Sequence No."},"winRnk":{"type":"integer","format":"int32","description":"Winning Rank"},"evtFvrTypCd":{"type":"string","description":"Event Benefit Type Code (EV011)","enum":["GIFTS","GIVEAWAY","MILEAGE","COUPON"]},"evtFvrTypNm":{"type":"string","description":"Event Benefit Type Code Name"},"buyAmt":{"type":"integer","format":"int32","description":"Purchase Amount"},"payMilg":{"type":"integer","format":"int32","description":"Mileage Payout"},"evtGoodsNm":{"type":"string","description":"Event Product Name"},"promoNo":{"type":"string","description":"Promotion No."},"goodsNo":{"type":"string","description":"Product No."},"payPnumCnt":{"type":"integer","format":"int32","description":"Number of Recipients"},"pmgdAmt":{"type":"integer","format":"int32","description":"Prize Amount"},"winmnChrgYn":{"type":"string","description":"Winner Cost-Bearing Status"},"tuba":{"type":"integer","format":"int32","description":"Withholding Tax"},"winWtpsCnt":{"type":"integer","format":"int32","description":"Number of Winners on Waitlist"},"etcDesc1":{"type":"string","description":"Other Description 1"},"etcDesc2":{"type":"string","description":"Other Description 2"},"etcDesc3":{"type":"string","description":"Other Description 3"},"etcDesc4":{"type":"string","description":"Other Description 4"},"etcDesc5":{"type":"string","description":"Other Description 5"},"trgmnCount":{"type":"integer","format":"int32","description":"Current Number of Winners"},"doingYn":{"type":"string","description":"Winner Selection Progress Status"},"pcount":{"type":"integer","format":"int32"}}},"CcEvtTmplRelInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"evtTmplRelNo":{"type":"string"},"tmplNo":{"type":"string"},"tmplDtlGbCd":{"type":"string"},"tmplDtlCmpsCd":{"type":"string"},"tmplDtlSeq":{"type":"string"},"htmlFileCont":{"type":"string"},"pcHtmlFileCont":{"type":"string"},"etcWrtCont":{"type":"string"},"wrtRtGbCd":{"type":"string"},"listPrtCntCd":{"type":"string"},"bkgrImgPathNm":{"type":"string"},"bkgrImgFileNm":{"type":"string"},"bbSharYn":{"type":"string"}}},"CcEvtTmplDtlInfoResponse":{"type":"object","properties":{"tmplNo":{"type":"string","description":"Template No."},"tmplDtlGbCd":{"type":"string","description":"Template Detail Classification Code (EV014)","enum":["FREE_COMPOSITION","NOTICE_BOARD","FAQ"]},"tmplDtlSeq":{"type":"string","description":"Template Detail Sequence No."},"tmplDtlCmpsCd":{"type":"string","description":"Template Detail Configuration Code (EV016)","enum":["HTML","ONE_LINE","ATTENDANCE","FAQ","POST","POST_COMMENT","POST_IMAGE","POST_COMMENT_IMAGE"]},"tmplPrioRnk":{"type":"string","description":"Template Priority"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"pcHtmlFileCont":{"type":"string","description":"HTML File Content (PC)"}}}}}}
```

## The CcEvtDetlItem object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcEvtDetlItem":{"type":"object","properties":{"evtNo":{"type":"string"},"evtMgrpCd":{"type":"string"},"aplyRnk":{"type":"integer","format":"int32"},"roltPayPnum":{"type":"integer","format":"int32"},"roltPrbl":{"type":"number","format":"float"},"payPoint":{"type":"integer","format":"int32"}}}}}}
```

## The CcEvtFvrInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcEvtFvrInfoResponse":{"type":"object","properties":{"evtNo":{"type":"string","description":"Event No."},"evtFvrSeq":{"type":"string","description":"Event Benefit Sequence No."},"winRnk":{"type":"integer","format":"int32","description":"Winning Rank"},"evtFvrTypCd":{"type":"string","description":"Event Benefit Type Code (EV011)","enum":["GIFTS","GIVEAWAY","MILEAGE","COUPON"]},"evtFvrTypNm":{"type":"string","description":"Event Benefit Type Code Name"},"buyAmt":{"type":"integer","format":"int32","description":"Purchase Amount"},"payMilg":{"type":"integer","format":"int32","description":"Mileage Payout"},"evtGoodsNm":{"type":"string","description":"Event Product Name"},"promoNo":{"type":"string","description":"Promotion No."},"goodsNo":{"type":"string","description":"Product No."},"payPnumCnt":{"type":"integer","format":"int32","description":"Number of Recipients"},"pmgdAmt":{"type":"integer","format":"int32","description":"Prize Amount"},"winmnChrgYn":{"type":"string","description":"Winner Cost-Bearing Status"},"tuba":{"type":"integer","format":"int32","description":"Withholding Tax"},"winWtpsCnt":{"type":"integer","format":"int32","description":"Number of Winners on Waitlist"},"etcDesc1":{"type":"string","description":"Other Description 1"},"etcDesc2":{"type":"string","description":"Other Description 2"},"etcDesc3":{"type":"string","description":"Other Description 3"},"etcDesc4":{"type":"string","description":"Other Description 4"},"etcDesc5":{"type":"string","description":"Other Description 5"},"trgmnCount":{"type":"integer","format":"int32","description":"Current Number of Winners"},"doingYn":{"type":"string","description":"Winner Selection Progress Status"},"pcount":{"type":"integer","format":"int32"}}}}}}
```

## The CcEvtQuestExplInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcEvtQuestExplInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"questNo":{"type":"string"},"questExplNo":{"type":"string"},"questExplCont":{"type":"string"},"questBnrPathNm":{"type":"string"},"questBnrFileNm":{"type":"string"}}}}}}
```

## The CcEvtTmplDtlInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcEvtTmplDtlInfoResponse":{"type":"object","properties":{"tmplNo":{"type":"string","description":"Template No."},"tmplDtlGbCd":{"type":"string","description":"Template Detail Classification Code (EV014)","enum":["FREE_COMPOSITION","NOTICE_BOARD","FAQ"]},"tmplDtlSeq":{"type":"string","description":"Template Detail Sequence No."},"tmplDtlCmpsCd":{"type":"string","description":"Template Detail Configuration Code (EV016)","enum":["HTML","ONE_LINE","ATTENDANCE","FAQ","POST","POST_COMMENT","POST_IMAGE","POST_COMMENT_IMAGE"]},"tmplPrioRnk":{"type":"string","description":"Template Priority"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"pcHtmlFileCont":{"type":"string","description":"HTML File Content (PC)"}}}}}}
```

## The CcEvtTmplRelInfo object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcEvtTmplRelInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"evtTmplRelNo":{"type":"string"},"tmplNo":{"type":"string"},"tmplDtlGbCd":{"type":"string"},"tmplDtlCmpsCd":{"type":"string"},"tmplDtlSeq":{"type":"string"},"htmlFileCont":{"type":"string"},"pcHtmlFileCont":{"type":"string"},"etcWrtCont":{"type":"string"},"wrtRtGbCd":{"type":"string"},"listPrtCntCd":{"type":"string"},"bkgrImgPathNm":{"type":"string"},"bkgrImgFileNm":{"type":"string"},"bbSharYn":{"type":"string"}}}}}}
```

## The EvtQuestInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EvtQuestInfoResponse":{"type":"object","properties":{"evtNo":{"type":"string","description":"Event No."},"questNo":{"type":"string","description":"Question No."},"questGbCd":{"type":"string","description":"Question Type Code (EV017)","enum":["OBJECTIVE_TYPE","OBJECTIVE_TYPE_ETC","OBJECTIVE_TYPE_IMAGE","SUBJECTIVE","SCALE_TYPE"]},"questCont":{"type":"string","description":"Question Details"},"questQestCnt":{"type":"integer","format":"int32","description":"Number of Questions"},"cawrCont":{"type":"string","description":"Correct Answer Content"},"dupAnsYn":{"type":"string","description":"Multiple Answers Status"},"mdtyQuestYn":{"type":"string","description":"Required Question Status"},"questExpltList":{"type":"array","items":{"$ref":"#/components/schemas/CcEvtQuestExplInfo"}}}},"CcEvtQuestExplInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"questNo":{"type":"string"},"questExplNo":{"type":"string"},"questExplCont":{"type":"string"},"questBnrPathNm":{"type":"string"},"questBnrFileNm":{"type":"string"}}}}}}
```

## The RealGridListResponseCcEvtBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCcEvtBaseResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CcEvtBaseResponse"}}}},"CcEvtBaseResponse":{"type":"object","properties":{"reSearchPage":{"type":"string","description":"Parent Window Grid Search Type Value"},"mbrNo":{"type":"string","description":"Member No."},"mbrId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"mbrEmail":{"type":"string","description":"Member Email"},"mbrAddr":{"type":"string","description":"Member Address"},"mbrTel":{"type":"integer","format":"int32","description":"Member Phone Number"},"evtTypNm":{"type":"string","description":"Event Type Name"},"evtNo":{"type":"string","description":"Event No."},"evtNm":{"type":"string","description":"Event Name"},"uprFixYn":{"type":"string","description":"Top Position Status"},"evtLgrpCd":{"type":"string","description":"Event Type Major Category Code (EV001)","enum":["MAIN_CATEGORY_LOTTERY","MAIN_CATEGORY_NOT_LOTTERY"]},"evtMgrpCd":{"type":"string","description":"Event Type Subcategory Code (EV002)","enum":["MIDDLE_CLASSIFICATION_LOTTERY","MIDDLE_CLASSIFICATION_PUR_COME","MIDDLE_CLASSIFICATION_AMOUNT","MIDDLE_CLASSIFICATION_STAMP","MIDDLE_CLASSIFICATION_CLICK","MIDDLE_CLASSIFICATION_ROULETTE","MIDDLE_CLASSIFICATION_ATTENDANCE","MIDDLE_CLASSIFICATION_SURVEY","MIDDLE_CLASSIFICATION_QUIZE","MIDDLE_CLASSIFICATION_COMMENT","MIDDLE_CLASSIFICATION_PURE","MIDDLE_CLASSIFICATION_COUPON","MIDDLE_CLASSIFICATION_ETC"]},"evtExpNmCd":{"type":"string","description":"Event Display Name Code (EV003)","enum":["EXPOSURE_NAME_PUR","EXPOSURE_NAME_RECEIPT","EXPOSURE_NAME_PUR_CERTI","EXPOSURE_NAME_VOTE","EXPOSURE_NAME_QUIZE","EXPOSURE_NAME_ETC"]},"evtObjCd":{"type":"string","description":"Event Purpose (EV004)","enum":["EVT_PURPOSE_RE","EVT_PURPOSE_ADD","EXPOSURE_NAME_NEW_MEMBER"]},"evtSbscPsbCd":{"type":"string","description":"Event Entry Eligibility Code (EV006)","enum":["APPLICATION_ALL","APPLICATION_PC","APPLICATION_MO"]},"evtGbCd":{"type":"string","description":"Event Type Code (EV026)","enum":["EVT_CLASSIFICATION_NOMAL","EVT_CLASSIFICATION_BRAND","EVT_CLASSIFICATION_ALLIANCE"]},"sbscCntLmtCd":{"type":"string","description":"Number of Entries (EV007)","enum":["EVT_COUNT_DAY","EVT_COUNT_TERM","EVT_COUNT_NO_LIMIT"]},"deptCd":{"type":"string","description":"Managing Department Code"},"deptNm":{"type":"string","description":"Organizing Department Name"},"evtPrgsStatCd":{"type":"string","description":"Event Progress Status Code (EV005)","enum":["TEMP_REG","PROGRESS","LOT_WAIT","SHOW_WAIT","TUBA_PROGRESS","PMGD_SND_WAIT","PMGD_SND_COMPLETE","PAYMENTS_WAIT","PAYMENTS_COMPLETE","CANCEL","EVT_END"]},"purAmtEvtPromoYn":{"type":"string","description":"Purchase Amount Event Promotion Status"},"evetTermDesc":{"type":"string","description":"Event Period Description"},"evetCondDesc":{"type":"string","description":"Event Condition Description"},"paysTermDesc":{"type":"string","description":"Payout Period Description"},"lotDt":{"type":"string","description":"Drawing/Confirmation Date"},"winAncmDt":{"type":"string","description":"Winner Announcement Date/Time"},"winAncmDispYn":{"type":"string","description":"Winner Announcement Display"},"pmgdSndDt":{"type":"string","description":"Gift Shipment Date"},"payDt":{"type":"string","description":"Point Payout Date/Time"},"evtUrlAddr":{"type":"string","description":"Event URL"},"evtBnrPathNm":{"type":"string","description":"Event Banner Path"},"evtBnrFileNm":{"type":"string","description":"Event Banner File Name"},"evtBnrAltCont":{"type":"string","description":"Event Banner Image Alt Text"},"pcEvtBnrPathNm":{"type":"string","description":"Event Banner Path Name (PC)"},"pcEvtBnrFileNm":{"type":"string","description":"Event Banner File Name (PC)"},"pcEvtBnrAltCont":{"type":"string","description":"Event Banner Image Alt Text for PC"},"aempId":{"type":"string","description":"Person in Charge ID"},"aempNm":{"type":"string","description":"Manager Name"},"adveWrdCont":{"type":"string","description":"Promotional Text Content"},"pmgdRcvProeCont":{"type":"string","description":"Prize Receiving Procedure Content"},"dispYn":{"type":"string","description":"Display Status"},"expYn":{"type":"string","description":"Exposure Status"},"evtSchTag":{"type":"string","description":"Event Search Tag"},"indInfoMkusAgrYn":{"type":"string","description":"Personal Information Usage Consent Status"},"indInfoMkusAgmt":{"type":"string","description":"Personal Information Usage Terms"},"indInfoThprPofAgrYn":{"type":"string","description":"Personal Information Third-Party Provision Consent Status"},"indInfoThprPofAgmt":{"type":"string","description":"Personal Information Third-Party Provision Terms"},"rnkMgrYn":{"type":"string","description":"Ranking Management Status"},"tubaDptStrDt":{"type":"string","description":"Withholding Tax Deposit Start Date/Time"},"tubaDptEndDt":{"type":"string","description":"Withholding Tax Deposit End Date/Time"},"evtTmplUseYn":{"type":"string","description":"Event Template Usage Status"},"mbrGbCdList":{"type":"array","description":"Member Classification List","items":{"$ref":"#/components/schemas/CcEvtAplyGradeInfo"}},"mbrGradeCdList":{"type":"array","description":"Member Grade List","items":{"$ref":"#/components/schemas/CcEvtAplyGradeInfo"}},"dispMbrGradeList":{"type":"array","description":"Display Member Grade List","items":{"$ref":"#/components/schemas/CcEvtAplyGradeInfo"}},"loltList":{"type":"array","description":"Roulette List","items":{"$ref":"#/components/schemas/CcEvtDetlItem"}},"attenList":{"type":"array","description":"Attendance Check List","items":{"$ref":"#/components/schemas/CcEvtDetlItem"}},"questList":{"type":"array","description":"Survey List","items":{"$ref":"#/components/schemas/EvtQuestInfoResponse"}},"pmgdList":{"type":"array","description":"Prize List","items":{"$ref":"#/components/schemas/CcEvtFvrInfoResponse"}},"tmplRelInfoList":{"type":"array","description":"Event Template Relationship Information List","items":{"$ref":"#/components/schemas/CcEvtTmplRelInfo"}},"tmplDtlInfoList":{"type":"array","description":"Event Template Detail Information List","items":{"$ref":"#/components/schemas/CcEvtTmplDtlInfoResponse"}},"evtExpMsg":{"type":"string","description":"Event Display Message"},"atndMtr":{"type":"string","description":"Precautions"},"acdnUseYn":{"type":"string","description":"Accordion UI Usage Status"},"custCntrGdWrdCont":{"type":"string","description":"Customer Center Guide Message Content"},"sbscAplyDtm":{"type":"string","format":"date-time","description":"Application Date/Time"},"evtStrDtm":{"type":"string","format":"date-time","description":"Event Start Date/Time"},"evtEndDtm":{"type":"string","format":"date-time","description":"Event End Date/Time"},"buyStrDtm":{"type":"string","format":"date-time","description":"Purchase Period Start Date"},"buyEndDtm":{"type":"string","format":"date-time","description":"Purchase Period End Date"},"sbscAplyStrDtm":{"type":"string","format":"date-time","description":"Application Period Start Date"},"sbscAplyEndDtm":{"type":"string","format":"date-time","description":"Application Period End Date"},"sbscPsbMinOrdAmt":{"type":"number","description":"Minimum Order Payment Amount for Entry"},"siteNm":{"type":"string","description":"Site Name"},"aplySites":{"type":"array","items":{"type":"object","additionalProperties":{"type":"string"},"description":"Application Condition - Site"}}}},"CcEvtAplyGradeInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"expGradeGbCd":{"type":"string"},"expTgtNo":{"type":"string"}}},"CcEvtDetlItem":{"type":"object","properties":{"evtNo":{"type":"string"},"evtMgrpCd":{"type":"string"},"aplyRnk":{"type":"integer","format":"int32"},"roltPayPnum":{"type":"integer","format":"int32"},"roltPrbl":{"type":"number","format":"float"},"payPoint":{"type":"integer","format":"int32"}}},"EvtQuestInfoResponse":{"type":"object","properties":{"evtNo":{"type":"string","description":"Event No."},"questNo":{"type":"string","description":"Question No."},"questGbCd":{"type":"string","description":"Question Type Code (EV017)","enum":["OBJECTIVE_TYPE","OBJECTIVE_TYPE_ETC","OBJECTIVE_TYPE_IMAGE","SUBJECTIVE","SCALE_TYPE"]},"questCont":{"type":"string","description":"Question Details"},"questQestCnt":{"type":"integer","format":"int32","description":"Number of Questions"},"cawrCont":{"type":"string","description":"Correct Answer Content"},"dupAnsYn":{"type":"string","description":"Multiple Answers Status"},"mdtyQuestYn":{"type":"string","description":"Required Question Status"},"questExpltList":{"type":"array","items":{"$ref":"#/components/schemas/CcEvtQuestExplInfo"}}}},"CcEvtQuestExplInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"questNo":{"type":"string"},"questExplNo":{"type":"string"},"questExplCont":{"type":"string"},"questBnrPathNm":{"type":"string"},"questBnrFileNm":{"type":"string"}}},"CcEvtFvrInfoResponse":{"type":"object","properties":{"evtNo":{"type":"string","description":"Event No."},"evtFvrSeq":{"type":"string","description":"Event Benefit Sequence No."},"winRnk":{"type":"integer","format":"int32","description":"Winning Rank"},"evtFvrTypCd":{"type":"string","description":"Event Benefit Type Code (EV011)","enum":["GIFTS","GIVEAWAY","MILEAGE","COUPON"]},"evtFvrTypNm":{"type":"string","description":"Event Benefit Type Code Name"},"buyAmt":{"type":"integer","format":"int32","description":"Purchase Amount"},"payMilg":{"type":"integer","format":"int32","description":"Mileage Payout"},"evtGoodsNm":{"type":"string","description":"Event Product Name"},"promoNo":{"type":"string","description":"Promotion No."},"goodsNo":{"type":"string","description":"Product No."},"payPnumCnt":{"type":"integer","format":"int32","description":"Number of Recipients"},"pmgdAmt":{"type":"integer","format":"int32","description":"Prize Amount"},"winmnChrgYn":{"type":"string","description":"Winner Cost-Bearing Status"},"tuba":{"type":"integer","format":"int32","description":"Withholding Tax"},"winWtpsCnt":{"type":"integer","format":"int32","description":"Number of Winners on Waitlist"},"etcDesc1":{"type":"string","description":"Other Description 1"},"etcDesc2":{"type":"string","description":"Other Description 2"},"etcDesc3":{"type":"string","description":"Other Description 3"},"etcDesc4":{"type":"string","description":"Other Description 4"},"etcDesc5":{"type":"string","description":"Other Description 5"},"trgmnCount":{"type":"integer","format":"int32","description":"Current Number of Winners"},"doingYn":{"type":"string","description":"Winner Selection Progress Status"},"pcount":{"type":"integer","format":"int32"}}},"CcEvtTmplRelInfo":{"type":"object","properties":{"evtNo":{"type":"string"},"evtTmplRelNo":{"type":"string"},"tmplNo":{"type":"string"},"tmplDtlGbCd":{"type":"string"},"tmplDtlCmpsCd":{"type":"string"},"tmplDtlSeq":{"type":"string"},"htmlFileCont":{"type":"string"},"pcHtmlFileCont":{"type":"string"},"etcWrtCont":{"type":"string"},"wrtRtGbCd":{"type":"string"},"listPrtCntCd":{"type":"string"},"bkgrImgPathNm":{"type":"string"},"bkgrImgFileNm":{"type":"string"},"bbSharYn":{"type":"string"}}},"CcEvtTmplDtlInfoResponse":{"type":"object","properties":{"tmplNo":{"type":"string","description":"Template No."},"tmplDtlGbCd":{"type":"string","description":"Template Detail Classification Code (EV014)","enum":["FREE_COMPOSITION","NOTICE_BOARD","FAQ"]},"tmplDtlSeq":{"type":"string","description":"Template Detail Sequence No."},"tmplDtlCmpsCd":{"type":"string","description":"Template Detail Configuration Code (EV016)","enum":["HTML","ONE_LINE","ATTENDANCE","FAQ","POST","POST_COMMENT","POST_IMAGE","POST_COMMENT_IMAGE"]},"tmplPrioRnk":{"type":"string","description":"Template Priority"},"htmlFileCont":{"type":"string","description":"HTML File Content"},"pcHtmlFileCont":{"type":"string","description":"HTML File Content (PC)"}}}}}}
```

## The GoodsListPopupApiRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsListPopupApiRequest":{"type":"object","properties":{"goodsDtmIgnoreOption":{"type":"boolean","description":"Ignore Search Period Option"},"goodsDtmOption":{"type":"string","description":"Search Period Option"},"goodsRegStartDtm":{"type":"string","format":"date-time","description":"Product Registration Start Date"},"goodsRegEndDtm":{"type":"string","format":"date-time","description":"Product Registration End Date"},"mdId":{"type":"string","description":"Assigned MD ID"},"entrNo":{"type":"string","description":"Vendor No."},"brandNo":{"type":"string","description":"Brand No."},"stdCtgNo":{"type":"string","description":"Standard Classification Category No."},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdList":{"type":"array","description":"Sales Status Code List","items":{"type":"string"}},"goodsCompCd":{"type":"string","description":"Product Composition Code"},"goodsTypCd":{"type":"string","description":"Product Type Code"},"saleMethCd":{"type":"string","description":"Sales Method Code"},"buyTypCd":{"type":"string","description":"Purchase Type Code"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Mode"},"goodsNm":{"type":"string","description":"Product Name"},"goodsNo":{"type":"string","description":"Product No."},"dispCtgNo":{"type":"string","description":"Display Category No."},"rglrDeliGoodsYn":{"type":"string","description":"Subscription Delivery Status"},"frgnDirPurGoodsYn":{"type":"string","description":"Direct Purchase Product Status"},"searchCodeOption":{"type":"string","description":"Product No. Option (st: Starts With, in: Contains, eq: Equals, mt: Multiple, rg: Range)"},"searchCodeFrom":{"type":"string","description":"Product No. Start Condition"},"searchCodeTo":{"type":"string","description":"Product No. End Condition"},"searchCode":{"type":"string","description":"Product No."},"searchCodeText":{"type":"string","description":"Product No. Search Term"},"searchCodeTextList":{"type":"array","description":"Product No. Search Term (Multiple)","items":{"type":"string"}}}}}}}
```

## The GoodsListPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsListPopupApiResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"goodsCompCd":{"type":"string","description":"Product Composition Code"},"goodsTypCd":{"type":"string","description":"Product Type Code"},"entrNm":{"type":"string","description":"Vendor Name"},"entrNo":{"type":"string","description":"Vendor No."},"brandNm":{"type":"string","description":"Brand Name"},"saleMethCd":{"type":"string","description":"Sales Method Code"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"buyTypCd":{"type":"string","description":"Purchase Type Code"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Type"},"deliWayCd":{"type":"string","description":"Delivery Method Code"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"mdNm":{"type":"string","description":"MD in Charge Name"},"dispYn":{"type":"string","description":"Display Status"},"deliProcTypCdNm":{"type":"string","description":"Delivery Processing Type Name"},"deliGoodsGbCdNm":{"type":"string","description":"Delivery Product Classification Code Name"},"salePrc":{"type":"number","description":"Selling Price"},"dispDlexAmt":{"type":"string","description":"Delivery Fee"},"stdCtgHierarchy":{"type":"string","description":"Standard Category"},"buyrAgeLmtCd":{"type":"string","description":"Buyer Age Restriction Code"},"buyQtyLmtYn":{"type":"string","description":"Purchase Quantity Limit Status"},"minLmtQty":{"type":"integer","format":"int32","description":"Minimum Limit Quantity"},"maxLmtQty":{"type":"integer","format":"int32","description":"Maximum Limit Quantity"},"stkQty":{"type":"integer","format":"int32","description":"Stock Quantity"},"mileagePayYn":{"type":"string","description":"Mileage Payment Available Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"},"rsvStrtDtm":{"type":"string","description":"Reservation Start Date/Time (YYYYMMDDHH24MISS)"},"rsvEndDtm":{"type":"string","description":"Reservation End Date/Time (YYYYMMDDHH24MISS)"},"rglrDeliGoodsYn":{"type":"string","description":"Subscription Delivery Product Status"},"frgnDirPurGoodsYn":{"type":"string","description":"Direct Purchase Product Status"}}}}}}
```

## The RealGridListResponseGoodsListPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseGoodsListPopupApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsListPopupApiResponse"}}}},"GoodsListPopupApiResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"goodsCompCd":{"type":"string","description":"Product Composition Code"},"goodsTypCd":{"type":"string","description":"Product Type Code"},"entrNm":{"type":"string","description":"Vendor Name"},"entrNo":{"type":"string","description":"Vendor No."},"brandNm":{"type":"string","description":"Brand Name"},"saleMethCd":{"type":"string","description":"Sales Method Code"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"buyTypCd":{"type":"string","description":"Purchase Type Code"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Type"},"deliWayCd":{"type":"string","description":"Delivery Method Code"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"mdNm":{"type":"string","description":"MD in Charge Name"},"dispYn":{"type":"string","description":"Display Status"},"deliProcTypCdNm":{"type":"string","description":"Delivery Processing Type Name"},"deliGoodsGbCdNm":{"type":"string","description":"Delivery Product Classification Code Name"},"salePrc":{"type":"number","description":"Selling Price"},"dispDlexAmt":{"type":"string","description":"Delivery Fee"},"stdCtgHierarchy":{"type":"string","description":"Standard Category"},"buyrAgeLmtCd":{"type":"string","description":"Buyer Age Restriction Code"},"buyQtyLmtYn":{"type":"string","description":"Purchase Quantity Limit Status"},"minLmtQty":{"type":"integer","format":"int32","description":"Minimum Limit Quantity"},"maxLmtQty":{"type":"integer","format":"int32","description":"Maximum Limit Quantity"},"stkQty":{"type":"integer","format":"int32","description":"Stock Quantity"},"mileagePayYn":{"type":"string","description":"Mileage Payment Available Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"},"rsvStrtDtm":{"type":"string","description":"Reservation Start Date/Time (YYYYMMDDHH24MISS)"},"rsvEndDtm":{"type":"string","description":"Reservation End Date/Time (YYYYMMDDHH24MISS)"},"rglrDeliGoodsYn":{"type":"string","description":"Subscription Delivery Product Status"},"frgnDirPurGoodsYn":{"type":"string","description":"Direct Purchase Product Status"}}}}}}
```

## The ResponseRealGridListResponseGoodsListPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseRealGridListResponseGoodsListPopupApiResponse":{"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/RealGridListResponseGoodsListPopupApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsListPopupApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsListPopupApiResponse"}}}},"GoodsListPopupApiResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"goodsCompCd":{"type":"string","description":"Product Composition Code"},"goodsTypCd":{"type":"string","description":"Product Type Code"},"entrNm":{"type":"string","description":"Vendor Name"},"entrNo":{"type":"string","description":"Vendor No."},"brandNm":{"type":"string","description":"Brand Name"},"saleMethCd":{"type":"string","description":"Sales Method Code"},"saleStatCd":{"type":"string","description":"Sales Status Code"},"saleStatCdNm":{"type":"string","description":"Sales Status Code Name"},"buyTypCd":{"type":"string","description":"Purchase Type Code"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Type"},"deliWayCd":{"type":"string","description":"Delivery Method Code"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"mdNm":{"type":"string","description":"MD in Charge Name"},"dispYn":{"type":"string","description":"Display Status"},"deliProcTypCdNm":{"type":"string","description":"Delivery Processing Type Name"},"deliGoodsGbCdNm":{"type":"string","description":"Delivery Product Classification Code Name"},"salePrc":{"type":"number","description":"Selling Price"},"dispDlexAmt":{"type":"string","description":"Delivery Fee"},"stdCtgHierarchy":{"type":"string","description":"Standard Category"},"buyrAgeLmtCd":{"type":"string","description":"Buyer Age Restriction Code"},"buyQtyLmtYn":{"type":"string","description":"Purchase Quantity Limit Status"},"minLmtQty":{"type":"integer","format":"int32","description":"Minimum Limit Quantity"},"maxLmtQty":{"type":"integer","format":"int32","description":"Maximum Limit Quantity"},"stkQty":{"type":"integer","format":"int32","description":"Stock Quantity"},"mileagePayYn":{"type":"string","description":"Mileage Payment Available Status"},"timeDealYn":{"type":"string","description":"Time Deal Application Status"},"tmdlHistStrDtm":{"type":"string","format":"date-time","description":"Time Deal Start Date/Time"},"tmdlHistEndDtm":{"type":"string","format":"date-time","description":"Time Deal End Date/Time"},"tmdlSalePrc":{"type":"number","description":"Time Deal Selling Price"},"rsvStrtDtm":{"type":"string","description":"Reservation Start Date/Time (YYYYMMDDHH24MISS)"},"rsvEndDtm":{"type":"string","description":"Reservation End Date/Time (YYYYMMDDHH24MISS)"},"rglrDeliGoodsYn":{"type":"string","description":"Subscription Delivery Product Status"},"frgnDirPurGoodsYn":{"type":"string","description":"Direct Purchase Product Status"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The OrderClaimCoupon object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"OrderClaimCoupon":{"type":"object","properties":{"cpnIsuNo":{"type":"string","description":"Coupon Issuance No.","minLength":1},"mbrNo":{"type":"string","description":"Member No.","minLength":1},"useYn":{"type":"string","description":"Usage Status"},"ordNo":{"type":"string","description":"Order No."},"ordSeq":{"type":"string","description":"Order Sequence No."},"promoNo":{"type":"string","description":"Coupon No."},"promoNm":{"type":"string","description":"Coupon Name"},"promoTypCd":{"type":"string","description":"Coupon Type","enum":["11","12","13","14","15","20","21","40"]},"promoTypNm":{"type":"string","description":"Coupon Type Name"},"validDtm":{"type":"string","description":"Validity Period"},"useDtm":{"type":"string","format":"date-time","description":"Usage Date/Time"},"useGbCd":{"type":"string","description":"Usage Type Code"},"useGbNm":{"type":"string","description":"Usage Type Name"},"dcRateAmt":{"type":"number","description":"Discount Amount"},"fixamtFxrtGbCd":{"type":"string","description":"Discount (Flat Rate/Percentage) Type Code","enum":["01","02"]},"fixamtFxrtGbNm":{"type":"string","description":"Discount (Flat Rate/Percentage) Type Code Name"},"expiredYn":{"type":"string","description":"Period Expiration Status"}},"required":["cpnIsuNo","mbrNo"]}}}}
```

## The RealGridListResponseOrderClaimCoupon object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseOrderClaimCoupon":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderClaimCoupon"}}}},"OrderClaimCoupon":{"type":"object","properties":{"cpnIsuNo":{"type":"string","description":"Coupon Issuance No.","minLength":1},"mbrNo":{"type":"string","description":"Member No.","minLength":1},"useYn":{"type":"string","description":"Usage Status"},"ordNo":{"type":"string","description":"Order No."},"ordSeq":{"type":"string","description":"Order Sequence No."},"promoNo":{"type":"string","description":"Coupon No."},"promoNm":{"type":"string","description":"Coupon Name"},"promoTypCd":{"type":"string","description":"Coupon Type","enum":["11","12","13","14","15","20","21","40"]},"promoTypNm":{"type":"string","description":"Coupon Type Name"},"validDtm":{"type":"string","description":"Validity Period"},"useDtm":{"type":"string","format":"date-time","description":"Usage Date/Time"},"useGbCd":{"type":"string","description":"Usage Type Code"},"useGbNm":{"type":"string","description":"Usage Type Name"},"dcRateAmt":{"type":"number","description":"Discount Amount"},"fixamtFxrtGbCd":{"type":"string","description":"Discount (Flat Rate/Percentage) Type Code","enum":["01","02"]},"fixamtFxrtGbNm":{"type":"string","description":"Discount (Flat Rate/Percentage) Type Code Name"},"expiredYn":{"type":"string","description":"Period Expiration Status"}},"required":["cpnIsuNo","mbrNo"]}}}}
```

## The ResponseRealGridListResponseOrderClaimCoupon object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseRealGridListResponseOrderClaimCoupon":{"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/RealGridListResponseOrderClaimCoupon","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseOrderClaimCoupon":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderClaimCoupon"}}}},"OrderClaimCoupon":{"type":"object","properties":{"cpnIsuNo":{"type":"string","description":"Coupon Issuance No.","minLength":1},"mbrNo":{"type":"string","description":"Member No.","minLength":1},"useYn":{"type":"string","description":"Usage Status"},"ordNo":{"type":"string","description":"Order No."},"ordSeq":{"type":"string","description":"Order Sequence No."},"promoNo":{"type":"string","description":"Coupon No."},"promoNm":{"type":"string","description":"Coupon Name"},"promoTypCd":{"type":"string","description":"Coupon Type","enum":["11","12","13","14","15","20","21","40"]},"promoTypNm":{"type":"string","description":"Coupon Type Name"},"validDtm":{"type":"string","description":"Validity Period"},"useDtm":{"type":"string","format":"date-time","description":"Usage Date/Time"},"useGbCd":{"type":"string","description":"Usage Type Code"},"useGbNm":{"type":"string","description":"Usage Type Name"},"dcRateAmt":{"type":"number","description":"Discount Amount"},"fixamtFxrtGbCd":{"type":"string","description":"Discount (Flat Rate/Percentage) Type Code","enum":["01","02"]},"fixamtFxrtGbNm":{"type":"string","description":"Discount (Flat Rate/Percentage) Type Code Name"},"expiredYn":{"type":"string","description":"Period Expiration Status"}},"required":["cpnIsuNo","mbrNo"]},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The CcChlCmsnInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CcChlCmsnInfoResponse":{"type":"object","description":"Channel Fee Information Response","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"orgAplyStrDt":{"type":"string","description":"Original Application Start Date"},"orgAplyEndDt":{"type":"string","description":"Original Application End Date"},"aplyStrDt":{"type":"string","description":"Application Start Date"},"aplyEndDt":{"type":"string","description":"Application End Date"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code (MK005) 01: Fixed Amount, 02: Fixed Rate"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"}}}}}}
```

## The RealGridListResponseCcChlCmsnInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseCcChlCmsnInfoResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CcChlCmsnInfoResponse"}}}},"CcChlCmsnInfoResponse":{"type":"object","description":"Channel Fee Information Response","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"orgAplyStrDt":{"type":"string","description":"Original Application Start Date"},"orgAplyEndDt":{"type":"string","description":"Original Application End Date"},"aplyStrDt":{"type":"string","description":"Application Start Date"},"aplyEndDt":{"type":"string","description":"Application End Date"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code (MK005) 01: Fixed Amount, 02: Fixed Rate"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"}}}}}}
```

## The ResponseRealGridListResponseCcChlCmsnInfoResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseRealGridListResponseCcChlCmsnInfoResponse":{"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/RealGridListResponseCcChlCmsnInfoResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseCcChlCmsnInfoResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CcChlCmsnInfoResponse"}}}},"CcChlCmsnInfoResponse":{"type":"object","description":"Channel Fee Information Response","properties":{"chlDtlNo":{"type":"string","description":"Channel Detail No."},"orgAplyStrDt":{"type":"string","description":"Original Application Start Date"},"orgAplyEndDt":{"type":"string","description":"Original Application End Date"},"aplyStrDt":{"type":"string","description":"Application Start Date"},"aplyEndDt":{"type":"string","description":"Application End Date"},"fixamtFxrtGbCd":{"type":"string","description":"Fixed Amount/Fixed Rate Classification Code (MK005) 01: Fixed Amount, 02: Fixed Rate"},"cmsnRtAmt":{"type":"number","description":"Commission Rate Amount"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The ResponseBoolean object

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

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"CooperateDeliveryInfoResponse":{"type":"object","description":"Delivery Address Information","properties":{"entrDlvpNo":{"type":"string","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","description":"Vendor No."},"dlvpTypCd":{"type":"string","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","description":"Delivery Address Name"},"useYn":{"type":"string","description":"Usage Status"},"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"},"utakmnNm":{"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"},"aempTelNo":{"type":"string","description":"Contact Phone No."},"aempCellNo":{"type":"string","description":"Contact Person 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 PartnerCruPopupResponseEx object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PartnerCruPopupResponseEx":{"type":"object","properties":{"etEntrBase":{"$ref":"#/components/schemas/EtEntrBase","description":"Vendor Information"},"etDeliPolcBaseList":{"type":"array","description":"Delivery Fee Policy Information List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"etEntrAempInfoList":{"type":"array","description":"Contact Person Information List","items":{"$ref":"#/components/schemas/CooperateEmployeeSearchResponse"}},"etEntrDlvpInfoList":{"type":"array","description":"Delivery Address Information List","items":{"$ref":"#/components/schemas/CooperateDeliveryInfoResponse"}},"bmanNoList":{"type":"array","description":"Registered Business Registration No. List","items":{"type":"string"}}}},"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}}},"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."}}},"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."}}},"CooperateDeliveryInfoResponse":{"type":"object","description":"Delivery Address Information","properties":{"entrDlvpNo":{"type":"string","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","description":"Vendor No."},"dlvpTypCd":{"type":"string","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","description":"Delivery Address Name"},"useYn":{"type":"string","description":"Usage Status"},"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"},"utakmnNm":{"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"},"aempTelNo":{"type":"string","description":"Contact Phone No."},"aempCellNo":{"type":"string","description":"Contact Person Mobile Phone No."}}}}}}
```

## The ResponsePartnerCruPopupResponseEx object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponsePartnerCruPopupResponseEx":{"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/PartnerCruPopupResponseEx","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"PartnerCruPopupResponseEx":{"type":"object","properties":{"etEntrBase":{"$ref":"#/components/schemas/EtEntrBase","description":"Vendor Information"},"etDeliPolcBaseList":{"type":"array","description":"Delivery Fee Policy Information List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"etEntrAempInfoList":{"type":"array","description":"Contact Person Information List","items":{"$ref":"#/components/schemas/CooperateEmployeeSearchResponse"}},"etEntrDlvpInfoList":{"type":"array","description":"Delivery Address Information List","items":{"$ref":"#/components/schemas/CooperateDeliveryInfoResponse"}},"bmanNoList":{"type":"array","description":"Registered Business Registration No. List","items":{"type":"string"}}}},"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}}},"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."}}},"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."}}},"CooperateDeliveryInfoResponse":{"type":"object","description":"Delivery Address Information","properties":{"entrDlvpNo":{"type":"string","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","description":"Vendor No."},"dlvpTypCd":{"type":"string","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","description":"Delivery Address Name"},"useYn":{"type":"string","description":"Usage Status"},"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"},"utakmnNm":{"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"},"aempTelNo":{"type":"string","description":"Contact Phone No."},"aempCellNo":{"type":"string","description":"Contact Person Mobile Phone No."}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The NoticeMessageMlResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"NoticeMessageMlResponse":{"type":"object","description":"Notification Message Registration/Modification Response DTO","properties":{"notiMsgSeq":{"type":"string","description":"Notification Message Sequence No."},"defaultTtl":{"type":"string","description":"Default Language Notification Message Title"},"defaultMsg":{"type":"string","description":"Default Language Notification Message Content"},"ttl":{"type":"string","description":"Multilingual Notification Message Title"},"msg":{"type":"string","description":"Multilingual Notification Message Content"}}}}}}
```

## The GoodsStockListRequest object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsStockListRequest":{"type":"object","properties":{"goodsNo":{"type":"array","description":"Product No. List","items":{"type":"string"}}}}}}}
```

## The GoodsStockListResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"GoodsStockListResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"stockSum":{"type":"string","description":"Stock Quantity"},"saleStatCdNm":{"type":"string","description":"Sales Status Name"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"}}}}}}
```

## The RealGridListResponseGoodsStockListResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseGoodsStockListResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsStockListResponse"}}}},"GoodsStockListResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"stockSum":{"type":"string","description":"Stock Quantity"},"saleStatCdNm":{"type":"string","description":"Sales Status Name"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"}}}}}}
```

## The ResponseRealGridListResponseGoodsStockListResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseRealGridListResponseGoodsStockListResponse":{"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/RealGridListResponseGoodsStockListResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsStockListResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsStockListResponse"}}}},"GoodsStockListResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"stockSum":{"type":"string","description":"Stock Quantity"},"saleStatCdNm":{"type":"string","description":"Sales Status Name"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The EnEntrBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"EnEntrBaseResponse":{"type":"object","description":"Vendor Basic Information 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"},"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."},"endPage":{"type":"boolean","description":"Last Page Status"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}}}}}
```

## The RealGridListResponseEnEntrBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseEnEntrBaseResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/EnEntrBaseResponse"}}}},"EnEntrBaseResponse":{"type":"object","description":"Vendor Basic Information 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"},"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."},"endPage":{"type":"boolean","description":"Last Page Status"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}}}}}
```

## The ResponseRealGridListResponseEnEntrBaseResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseRealGridListResponseEnEntrBaseResponse":{"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/RealGridListResponseEnEntrBaseResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseEnEntrBaseResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/EnEntrBaseResponse"}}}},"EnEntrBaseResponse":{"type":"object","description":"Vendor Basic Information 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"},"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."},"endPage":{"type":"boolean","description":"Last Page Status"},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

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

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"BrandPopupApiRequest":{"type":"object","properties":{"argUseYn":{"type":"string","description":"Usage Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"useYn":{"type":"string","description":"Usage Status"}}}}}}
```

## The BrandPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"BrandPopupApiResponse":{"type":"object","properties":{"brandNo":{"type":"string","description":"Brand No."},"useYn":{"type":"string","description":"Usage Status"},"brandNm":{"type":"string","description":"Brand Name"},"schKwdNm":{"type":"string","description":"Search Keyword"},"totalCount":{"type":"integer","format":"int32"}}}}}}
```

## The RealGridListResponseBrandPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"RealGridListResponseBrandPopupApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/BrandPopupApiResponse"}}}},"BrandPopupApiResponse":{"type":"object","properties":{"brandNo":{"type":"string","description":"Brand No."},"useYn":{"type":"string","description":"Usage Status"},"brandNm":{"type":"string","description":"Brand Name"},"schKwdNm":{"type":"string","description":"Search Keyword"},"totalCount":{"type":"integer","format":"int32"}}}}}}
```

## The ResponseRealGridListResponseBrandPopupApiResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"ResponseRealGridListResponseBrandPopupApiResponse":{"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/RealGridListResponseBrandPopupApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseBrandPopupApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/BrandPopupApiResponse"}}}},"BrandPopupApiResponse":{"type":"object","properties":{"brandNo":{"type":"string","description":"Brand No."},"useYn":{"type":"string","description":"Usage Status"},"brandNm":{"type":"string","description":"Brand Name"},"schKwdNm":{"type":"string","description":"Search Keyword"},"totalCount":{"type":"integer","format":"int32"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## The PromotionMultillingualResponse object

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"components":{"schemas":{"PromotionMultillingualResponse":{"type":"object","properties":{"promoKey":{"type":"string","description":"Promotion Key (promoNo, aeNo)"},"promoCallTyp":{"type":"string","description":"Promotion Multilingual Type Code 10: Coupon, 20: Discount/Mileage, 30: Gift Event"},"dataLangCd":{"type":"string","description":"Language Code (CM009) ko: Korean, en: English"},"defaultNm":{"type":"string","description":"Default Promotion/Gift Event Name"},"langNm":{"type":"string","description":"Multilingual Promotion/Gift Event Name"},"defaultDesc":{"type":"string","description":"Default Promotion/Gift Event Description"},"langDesc":{"type":"string","description":"Multilingual Promotion/Gift Event Description"},"changePosible":{"type":"boolean","description":"Changeable Status"}},"required":["promoCallTyp","promoKey"]}}}}
```
