무이자할부 안내 관리

무이자할부 정보 삭제

post

기능설명

  • 무이자할부 정보 삭제


상세설명

  • 무이자할부 정보 삭제


수정번호

  • Release v2.00_241007: Request Body 형식 변경

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Other propertiesstringOptional
Responses
chevron-right
200

무이자할부 정보 삭제 성공

No content

post
/v2/payment/noInterestInstallmentGuideMgmt/deleteNoInterestInstallmentGuide

No content

무이자할부 정보 등록/수정

post

기능설명

  • 무이자할부 정보 등록/수정


상세설명

  • 등록 수정 구분코드를 받아 무이자할부 등록/수정 처리

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

무이자할부 등록/수정 DTO

acqrCdstringOptional

매입사

argInsertUpdatestringOptional

등록,수정구분 코드

nintInstGdNostringOptional

무이자할부안내번호

aplyStrDtmstring · date-timeOptional

적용시작일시

aplyEndDtmstring · date-timeOptional

적용종료일시

nintInstNmstringOptional

무이자할부명

sctnNintYnstringOptional

부분무이자여부

useYnstringOptional

사용여부

nintAplyTgtContstringOptional

무이자적용대상내용

nintExcpTgtContstringOptional

무이자제외대상내용

Responses
chevron-right
200

무이자할부 정보 등록/수정 성공

No content

post
/v1/payment/noInterestInstallmentGuideMgmt/saveNoInterestInstallmentGuide

No content

무이자할부 안내 상세 조회

get

기능설명

  • 무이자할부 안내 상세 조회


상세설명

  • 무이자할부 안내 상세 조회

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
nintInstGdNoStringRequired

무이자할부안내번호

Responses
chevron-right
200

무이자할부 안내 상세 조회 성공

*/*
sysModDtmstring · date-timeOptional

수정일시

Example: 2023-01-01 00:00:00.000
sysModIdstringOptional

수정자

Example: test
statestringOptional

진행상태

Example: w
argInsertUpdatestringOptional

등록,수정구분 코드

Example: I
acqrCdstringOptional

매입사(OM028)

Example: 101
aplyStrDtmstring · date-timeOptional

적용시작일자

Example: 2023-01-01 00:00:00.000
aplyEndDtmstring · date-timeOptional

적용종료일자

Example: 2023-01-01 00:00:00.000
nintInstGdNostringOptional

무이자할부안내번호

Example: 1
nintInstNmstringOptional

무이자할부명

Example: 신한카드 무이자 할부 안내
sctnNintYnstringOptional

부분무이자여부

Example: Y
useYnstringOptional

사용여부

Example: Y
nintAplyTgtContstringOptional

무이자적용대상내용

Example: 내용
nintExcpTgtContstringOptional

무이자제외대상내용

Example: 내용
get
/v1/payment/noInterestInstallmentGuideMgmt/getInterestFreeInstallmentInfoUpdate

무이자할부 안내 관리 조회

get

기능설명

  • 무이자할부 안내 관리 조회


상세설명

  • 무이자할부 안내 관리 조회

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
acqrCdStringOptional

매입사

stateStringOptional

진행상태

startDateLocalDateRequired

조회 시작일

endDateLocalDateRequired

조회 종료일

aplyStrTotalStringOptional

조회날짜 전체조회 여부

Responses
chevron-right
200

무이자할부 안내 관리 조회 성공

*/*
totalCountinteger · int32Optional
get
/v1/payment/noInterestInstallmentGuideMgmt/getInterestFreeInstallmentInfoList

적용기간 내 매입사 중복 여부 확인

get

기능설명

  • 적용기간 내 매입사 중복 여부 확인


상세설명

  • 무이자할부 안내 등록/수정 시 매입사, 부분무이자 사용여부에 따른 적용시작일시, 적용종료일시 중복 여부를 확인

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
nintInstGdNoStringRequired

무이자할부안내번호

acqrCdStringRequired

매입사

aplyStrDtmLocalDateTimeRequired

적용시작일시

aplyEndDtmLocalDateTimeRequired

적용종료일시

sctnNintYnStringRequired

부분무이자여부

Responses
chevron-right
200

적용기간 내 매입사 중복 여부 확인 성공

*/*
booleanOptional
get
/v1/payment/noInterestInstallmentGuideMgmt/getAcqrCheck

Last updated