> 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/order-bo-api/undefined-4.md).

# 주문 모니터링 관리

## 결제/모니터링 관리 > 주문 모니터링 관리 조회

> &#x20; \## 기능설명\
> &#x20; \* 결제/모니터링 관리 > 주문 모니터링 관리 화면의 조회 버튼 클릭 시 모니터링 로그 목록을 조회합니다.\
> &#x20; \---\
> &#x20; \## 상세설명\
> &#x20; \* 업무구분이 주문로그이고 처리성공여부가 실패이면 주문자 정보가 저장되어 있지 않아 조회되지 않는다.\
> &#x20; \---\
> &#x20; \## 수정번호\
> &#x20; \* Release v2.00\_240425: 사이트 결과컬럼 추가\
> &#x20; \* Release v2.00\_240530: 날짜조회 쿼리 변경<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":{"OrderMonitorMgmtRequest":{"type":"object","properties":{"siteNo":{"type":"string"},"dateSelect":{"type":"string"},"statOrdAccpDtm":{"type":"string","format":"date"},"endOrdAccpDtm":{"type":"string","format":"date"},"logGbCd":{"type":"string"},"resultType":{"type":"string"},"resultCode":{"type":"string"},"searchOrdManType":{"type":"string"},"ordManVal":{"type":"string"},"ordNo":{"type":"string"},"claimNo":{"type":"string"}}},"RealGridListResponseOrderMonitorMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OrderMonitorMgmtResponse"}}}},"OrderMonitorMgmtResponse":{"type":"object","properties":{"ordMgrLogSeq":{"type":"string","description":"모니터링로그순번"},"ordNo":{"type":"string","description":"주문번호"},"siteNm":{"type":"string","description":"사이트명"},"claimNo":{"type":"string","description":"클레임번호"},"logGbNm":{"type":"string","description":"로그구분"},"procStatCd":{"type":"string","description":"처리상태코드"},"errorConts":{"type":"string","description":"에러내용"},"sysRegDtm":{"type":"string","format":"date-time","description":"처리일시"},"loginId":{"type":"string","description":"회원ID"},"ordManNm":{"type":"string","description":"회원명"},"rmkConts":{"type":"string","description":"비고"},"mbrNo":{"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":{"/v1/order/orderMonitorMgmt/getOrderMonitorMgmtList":{"get":{"tags":["주문 모니터링 관리"],"summary":"결제/모니터링 관리 > 주문 모니터링 관리 조회","description":"  ## 기능설명\n  * 결제/모니터링 관리 > 주문 모니터링 관리 화면의 조회 버튼 클릭 시 모니터링 로그 목록을 조회합니다.\n  ---\n  ## 상세설명\n  * 업무구분이 주문로그이고 처리성공여부가 실패이면 주문자 정보가 저장되어 있지 않아 조회되지 않는다.\n  ---\n  ## 수정번호\n  * Release v2.00_240425: 사이트 결과컬럼 추가\n  * Release v2.00_240530: 날짜조회 쿼리 변경\n","operationId":"getOrderMonitorMgmtList","parameters":[{"name":"orderMonitorMgmtRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OrderMonitorMgmtRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseOrderMonitorMgmtResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 결제/모니터링 관리 > 주문 모니터링 관리 > 주문 모니터링 상세 팝업 조회

> &#x20; \## 기능설명\
> &#x20; \* 결제/모니터링 관리 > 주문 모니터링 관리 화면에서 로그순번, 주문번호, 클레임번호 더블클릭 시 팝업 호출\
> &#x20; \---\
> &#x20; \## 상세설명\
> &#x20; \* 요청, 응답, 오류 JSON 내용 조회<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":{"OrderMonitorMgmtDetailRequest":{"type":"object","properties":{"ordMgrLogSeq":{"type":"string"}}},"OrderMonitorMgmtDetailResponse":{"type":"object","properties":{"ordMgrLogSeq":{"type":"string","description":"모니터링로그순번"},"procStatCd":{"type":"string","description":"처리상태코드"},"siteNo":{"type":"string","description":"사이트번호"},"logGbNm":{"type":"string","description":"로그구분"},"ordNo":{"type":"string","description":"주문번호"},"claimNo":{"type":"string","description":"클레임번호"},"logDt":{"type":"string","description":"로그일자"},"reqPrmtJson":{"type":"string","description":"요청정보"},"rplyConts":{"type":"string","description":"응답정보"},"errorConts":{"type":"string","description":"오류내용"},"sysRegDtm":{"type":"string","format":"date-time","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":{"/v1/order/orderMonitorMgmt/getOrderMonitorMgmtDetail":{"get":{"tags":["주문 모니터링 관리"],"summary":"결제/모니터링 관리 > 주문 모니터링 관리 > 주문 모니터링 상세 팝업 조회","description":"  ## 기능설명\n  * 결제/모니터링 관리 > 주문 모니터링 관리 화면에서 로그순번, 주문번호, 클레임번호 더블클릭 시 팝업 호출\n  ---\n  ## 상세설명\n  * 요청, 응답, 오류 JSON 내용 조회\n","operationId":"getOrderMonitorMgmtDetail","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OrderMonitorMgmtDetailRequest"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrderMonitorMgmtDetailResponse"}}}},"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, and the optional `goal` query parameter:

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

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

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

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