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

# 회원 마일리지 관리   팝업

## 마일리지 조회 - 팝업

> \## 기능설명\
> \* 회원의 마일리지를 조회합니다.\
> \---\
> \## 상세설명\
> \* 회원의 사용 가능한 마일리지를 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"MemberMilgRequest":{"type":"object","description":"마일리지 목록 조회 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"frDt":{"type":"string","description":"조회기간-시작"},"toDt":{"type":"string","description":"조회기간-종료"},"mlgExtcSchdDt":{"type":"string","description":"소멸예정일자"},"type":{"type":"string","description":"조회타입"},"langCd":{"type":"string","description":"언어코드(CM009)"}}},"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"}}},"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"}}}}}},"paths":{"/v2/popup/member/mileage/{memberNo}/sum":{"get":{"tags":["회원 마일리지 관리 - 팝업"],"summary":"마일리지 조회 - 팝업","description":"## 기능설명\n* 회원의 마일리지를 조회합니다.\n---\n## 상세설명\n* 회원의 사용 가능한 마일리지를 조회합니다.\n","operationId":"getMbrMilg","parameters":[{"name":"memberNo","in":"path","description":"회원번호","required":true,"schema":{"type":"string","description":"회원번호"}},{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberMilgRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseLong"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 마일리지 목록 조회 - 팝업

> \## 기능설명\
> \* 회원의 마일리지 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 회원의 마일리지 목록을 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"MemberMilgRequest":{"type":"object","description":"마일리지 목록 조회 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"frDt":{"type":"string","description":"조회기간-시작"},"toDt":{"type":"string","description":"조회기간-종료"},"mlgExtcSchdDt":{"type":"string","description":"소멸예정일자"},"type":{"type":"string","description":"조회타입"},"langCd":{"type":"string","description":"언어코드(CM009)"}}},"MemberMilgResponse":{"type":"object","description":"마일리지 목록 조회 Response","properties":{"astRsrvUseGbNm":{"type":"string","description":"구분"},"astRsrvUseCausNm":{"type":"string","description":"사유"},"ocurDtm":{"type":"string","format":"date-time","description":"처리일시"},"ocurAmt":{"type":"number","description":"발생/사용금액"},"balAmt":{"type":"number","description":"잔액"},"astMgrNo":{"type":"string","description":"관련번호"},"valiEndDt":{"type":"string","description":"사용종료일시"},"astMgrMemo":{"type":"string","description":"메모"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v2/popup/member/mileage/{memberNo}/history":{"get":{"tags":["회원 마일리지 관리 - 팝업"],"summary":"마일리지 목록 조회 - 팝업","description":"## 기능설명\n* 회원의 마일리지 목록을 조회합니다.\n---\n## 상세설명\n* 회원의 마일리지 목록을 조회합니다.\n","operationId":"getMilgHistory","parameters":[{"name":"memberNo","in":"path","description":"회원번호","required":true,"schema":{"type":"string","description":"회원번호"}},{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/MemberMilgRequest"}},{"name":"frDt","in":"query","description":"조회기간-시작일","schema":{"type":"string","description":"조회기간-시작일"}},{"name":"toDt","in":"query","description":"조회기간-종료일","schema":{"type":"string","description":"조회기간-종료일"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MemberMilgResponse"}}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```


---

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

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/popup-bo-api/undefined-7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
