API Documentation
All API
Service
카드 상품 상세 조회 (관리자용)Sync
Version: v1
Version: v1
/api/v1/admin/products/info/detail
Request Headers
Request Parameters
Response Headers
X-KM-Correlation-Id
string
Required
Length : 20
Transaction number for tracking trasncription
- Form : yyMMddHHmiSS-xxxxxxx
- xxxxxxx : 7digit, Hex String
X-KM-Crypto-Key-Id
string
Optional
Length : 32
Data encryption/decryption key ID
- Given ID from creating the service provider's project
- If it is passed as a callback, the first key issued among the keys issued to the service provider is used.
Response Parameters
serviceName
string
Required
Min : 1 , Max : 80
상품명
serviceGroupName
string
Required
Min : 1 , Max : 255
상품 그룹 이름
cardType
string
Required
Min : 1 , Max : 255
카드상품의 이미지 파일 URL
personalRechargeableYn
string
Required
Length : 1
개인계좌충전 가능여부
- Y : 가능
- N : 불가능
creditCardRechargeYn
string
Required
Length : 1
신용카드 충전 가능여부
- Y : 가능
- N : 불가능
effectiveDurationMonth
number
Required
Min : 1 , Max : 20
카드 유효 기간
- 단위 : 개월 수
refundYn
string
Required
Length : 1
환불 가능 여부
- Y : 가능
- N : 불가능
remittalbeYn
string
Required
Length : 1
송금 가능 여부
- Y : 가능
- N : 불가능
transferYn
string
Required
Length : 1
잔액 이관 가능 여부
- Y : 가능
- N : 불가능
status
string
Required
Min : 1 , Max : 10
상품 상태
- VOID: 판매대기
- ACTIVE: 정상
- SUSPENDED: 정지
- DELETED: 삭제
productDetailInfo
object
Optional
상품 상세 정보
title
string
Optional
Min : 1 , Max : 255
상품 상세 정보 제목
content
string
Required
Min : 1 , Max : 255
상품 상세 정보 내용
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success
Description
성공
400
Error code
000_002
Message
Invalid input parameter.
Description
입력 파라미터 오류
400
Error code
023_001
Message
Not found service id.
Description
카드 상품을 찾을 수 없습니다.
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!