> 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/payment-bo-api/undefined-1.md).

# 무이자할부 안내 관리

## 무이자할부 정보 삭제

> \## 기능설명\
> \* 무이자할부 정보 삭제\
> \---\
> \## 상세설명\
> \* 무이자할부 정보 삭제\
> \---\
> \## 수정번호\
> \* Release v2.00\_241007: Request Body 형식 변경<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":{"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/payment/noInterestInstallmentGuideMgmt/deleteNoInterestInstallmentGuide":{"post":{"tags":["무이자할부 안내 관리"],"summary":"무이자할부 정보 삭제","description":"## 기능설명\n* 무이자할부 정보 삭제\n---\n## 상세설명\n* 무이자할부 정보 삭제\n---\n## 수정번호\n* Release v2.00_241007: Request Body 형식 변경\n","operationId":"deleteNoInterestInstallmentGuide","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"무이자할부 정보 삭제 성공"},"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":{"SaveNoInterestInstallmentGuideRequest":{"type":"object","description":"무이자할부 등록/수정 DTO","properties":{"acqrCd":{"type":"string","description":"매입사"},"argInsertUpdate":{"type":"string","description":"등록,수정구분 코드"},"nintInstGdNo":{"type":"string","description":"무이자할부안내번호"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"nintInstNm":{"type":"string","description":"무이자할부명"},"sctnNintYn":{"type":"string","description":"부분무이자여부"},"useYn":{"type":"string","description":"사용여부"},"nintAplyTgtCont":{"type":"string","description":"무이자적용대상내용"},"nintExcpTgtCont":{"type":"string","description":"무이자제외대상내용"},"installmentMonthInfos":{"type":"array","description":"무이자할부상세정보리스트","items":{"$ref":"#/components/schemas/InstallmentMonthInfo"}}}},"InstallmentMonthInfo":{"type":"object","properties":{"nintInstGdNo":{"type":"string","description":"무이자할분안내번호"},"tgtAmt":{"type":"number","description":"대상금액"},"nint1MonYn":{"type":"string","description":"무이자1개월여부"},"nint2MonYn":{"type":"string","description":"무이자2개월여부"},"nint3MonYn":{"type":"string","description":"무이자3개월여부"},"nint4MonYn":{"type":"string","description":"무이자4개월여부"},"nint5MonYn":{"type":"string","description":"무이자5개월여부"},"nint6MonYn":{"type":"string","description":"무이자6개월여부"},"nint7MonYn":{"type":"string","description":"무이자7개월여부"},"nint8MonYn":{"type":"string","description":"무이자8개월여부"},"nint9MonYn":{"type":"string","description":"무이자9개월여부"},"nint10MonYn":{"type":"string","description":"무이자10개월여부"},"nint11MonYn":{"type":"string","description":"무이자11개월여부"},"nint12MonYn":{"type":"string","description":"무이자12개월여부"}}},"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/payment/noInterestInstallmentGuideMgmt/saveNoInterestInstallmentGuide":{"post":{"tags":["무이자할부 안내 관리"],"summary":"무이자할부 정보 등록/수정","description":"## 기능설명\n* 무이자할부 정보 등록/수정\n---\n## 상세설명\n* 등록 수정 구분코드를 받아 무이자할부 등록/수정 처리\n","operationId":"saveNoInterestInstallmentGuide","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveNoInterestInstallmentGuideRequest"}}},"required":true},"responses":{"200":{"description":"무이자할부 정보 등록/수정 성공"},"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":{"NoInterestInstallmentResponse":{"type":"object","properties":{"sysModDtm":{"type":"string","format":"date-time","description":"수정일시"},"sysModId":{"type":"string","description":"수정자"},"state":{"type":"string","description":"진행상태"},"argInsertUpdate":{"type":"string","description":"등록,수정구분 코드"},"acqrCd":{"type":"string","description":"매입사(OM028)"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일자"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일자"},"nintInstGdNo":{"type":"string","description":"무이자할부안내번호"},"nintInstNm":{"type":"string","description":"무이자할부명"},"sctnNintYn":{"type":"string","description":"부분무이자여부"},"useYn":{"type":"string","description":"사용여부"},"nintAplyTgtCont":{"type":"string","description":"무이자적용대상내용"},"nintExcpTgtCont":{"type":"string","description":"무이자제외대상내용"},"monthResponseList":{"type":"array","description":"무이자할부안내상세정보리스트","items":{"$ref":"#/components/schemas/InstallmentMonthInfo"}}}},"InstallmentMonthInfo":{"type":"object","properties":{"nintInstGdNo":{"type":"string","description":"무이자할분안내번호"},"tgtAmt":{"type":"number","description":"대상금액"},"nint1MonYn":{"type":"string","description":"무이자1개월여부"},"nint2MonYn":{"type":"string","description":"무이자2개월여부"},"nint3MonYn":{"type":"string","description":"무이자3개월여부"},"nint4MonYn":{"type":"string","description":"무이자4개월여부"},"nint5MonYn":{"type":"string","description":"무이자5개월여부"},"nint6MonYn":{"type":"string","description":"무이자6개월여부"},"nint7MonYn":{"type":"string","description":"무이자7개월여부"},"nint8MonYn":{"type":"string","description":"무이자8개월여부"},"nint9MonYn":{"type":"string","description":"무이자9개월여부"},"nint10MonYn":{"type":"string","description":"무이자10개월여부"},"nint11MonYn":{"type":"string","description":"무이자11개월여부"},"nint12MonYn":{"type":"string","description":"무이자12개월여부"}}},"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/payment/noInterestInstallmentGuideMgmt/getInterestFreeInstallmentInfoUpdate":{"get":{"tags":["무이자할부 안내 관리"],"summary":"무이자할부 안내 상세 조회","description":"## 기능설명\n* 무이자할부 안내 상세 조회\n---\n## 상세설명\n* 무이자할부 안내 상세 조회\n","operationId":"getInterestFreeInstallmentInfoUpdate","parameters":[{"name":"nintInstGdNo","in":"query","description":"무이자할부안내번호","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"무이자할부 안내 상세 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NoInterestInstallmentResponse"}}}},"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":{"OpNintInstGdBaseRequest":{"type":"object","description":"무이자할부 안내 관리 목록 조회 DTO","properties":{"state":{"type":"string","description":"진행상태"},"acqrCd":{"type":"string","description":"매입사(OM028)"},"startDate":{"type":"string","format":"date","description":"조회 시작일"},"endDate":{"type":"string","format":"date","description":"조회 종료일"},"aplyStrTotal":{"type":"string","description":"조회날짜 전체조회 여부"},"sctnNintYn":{"type":"string","description":"부분무이자여부"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일자"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일자"},"nintInstGdNo":{"type":"string","description":"무이자할부안내번호"}}},"RealGridListResponseOpNintInstGdBaseResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/OpNintInstGdBaseResponse"}}}},"OpNintInstGdBaseResponse":{"type":"object","properties":{"state":{"type":"string","description":"진행상태"},"nintInstGdNo":{"type":"string","description":"무이자할부안내번호"},"acqrCd":{"type":"string","description":"매입사"},"nintInstNm":{"type":"string","description":"무이자할부명"},"aplyStrDtm":{"type":"string","description":"적용시작일시"},"aplyEndDtm":{"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/payment/noInterestInstallmentGuideMgmt/getInterestFreeInstallmentInfoList":{"get":{"tags":["무이자할부 안내 관리"],"summary":"무이자할부 안내 관리 조회","description":"## 기능설명\n* 무이자할부 안내 관리 조회\n---\n## 상세설명\n* 무이자할부 안내 관리 조회\n","operationId":"getInterestFreeInstallmentInfoList","parameters":[{"name":"opNintInstGdBaseRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OpNintInstGdBaseRequest"}},{"name":"acqrCd","in":"query","description":"매입사","schema":{"type":"String"}},{"name":"state","in":"query","description":"진행상태","schema":{"type":"String"}},{"name":"startDate","in":"query","description":"조회 시작일","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"조회 종료일","required":true,"schema":{"type":"LocalDate"}},{"name":"aplyStrTotal","in":"query","description":"조회날짜 전체조회 여부","schema":{"type":"String"}}],"responses":{"200":{"description":"무이자할부 안내 관리 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseOpNintInstGdBaseResponse"}}}},"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":{"OpNintInstGdBaseRequest":{"type":"object","description":"무이자할부 안내 관리 목록 조회 DTO","properties":{"state":{"type":"string","description":"진행상태"},"acqrCd":{"type":"string","description":"매입사(OM028)"},"startDate":{"type":"string","format":"date","description":"조회 시작일"},"endDate":{"type":"string","format":"date","description":"조회 종료일"},"aplyStrTotal":{"type":"string","description":"조회날짜 전체조회 여부"},"sctnNintYn":{"type":"string","description":"부분무이자여부"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일자"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일자"},"nintInstGdNo":{"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/payment/noInterestInstallmentGuideMgmt/getAcqrCheck":{"get":{"tags":["무이자할부 안내 관리"],"summary":"적용기간 내 매입사 중복 여부 확인","description":"## 기능설명\n* 적용기간 내 매입사 중복 여부 확인\n---\n## 상세설명\n* 무이자할부 안내 등록/수정 시 매입사, 부분무이자 사용여부에 따른 적용시작일시, 적용종료일시 중복 여부를 확인\n","operationId":"getClaimDiscountAcqrCheck","parameters":[{"name":"opNintInstGdBaseRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OpNintInstGdBaseRequest"}},{"name":"nintInstGdNo","in":"query","description":"무이자할부안내번호","required":true,"schema":{"type":"String"}},{"name":"acqrCd","in":"query","description":"매입사","required":true,"schema":{"type":"String"}},{"name":"aplyStrDtm","in":"query","description":"적용시작일시","required":true,"schema":{"type":"LocalDateTime"}},{"name":"aplyEndDtm","in":"query","description":"적용종료일시","required":true,"schema":{"type":"LocalDateTime"}},{"name":"sctnNintYn","in":"query","description":"부분무이자여부","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"적용기간 내 매입사 중복 여부 확인 성공","content":{"*/*":{"schema":{"type":"boolean"}}}},"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/payment-bo-api/undefined-1.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.
