API Documentation
All API
Service
Mileage card accumulation history inquirySync
Version: v1
Version: v1
/api/v1/mileage/cards/history
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
userMileageHistoryResList
array of objects
Optional
Mileage Card Simple Information
userMileageHistoryResList_item
object
Optional
accumAmount
number
Optional
Min : 0 , Max : 9999999999999999999
acculmulated amount on the mileage card
afterAccumAmount
number
Optional
Min : 0 , Max : 9999999999999999999
Amount after accumulation
approvalDateTime
string
Optional
Length : 16
Approval time
Format : yyyyMMddHHmmssSSS
createdDateTime
string
Optional
Length : 16
Date Created
Format : yyyyMMddHHmmssSSS
reqAmount
number
Optional
Min : 0 , Max : 9999999999999999999
Amount requested to accumulate
rewardStatus
string
Optional
Min : 6 , Max : 8
Processing status of compensation (coupon) upon completion of mileage card
- null, if no compensation history
- If (type=10/11/12), that may have the following status values.
- REWARD: Compensation completed
- Other than (type=10/11/12), that may have the following status values.
- WITHDRAW: Compensation Recovery Successful
- DISCARD: Compensation recovery failed
type
string
Optional
Length : 2
Accumulation type
10: General mileage accumulation - When accumulating all your mileage with one of the most recently modified mileage cards
11: Accumulation (Exceeded) - When accumulating more than the completed amount of a single mileage card, only the amount that can be accumulated in the accumulated mileage card is accumulated
12: Accumulation (excess amount transfer) - Accumulation of excess amount that cannot be accrued in (type="11") on a new mileage card
40: General accumulation cancellation - If all accumulation can be recovered from one of the most recently modified mileage cards
41: Cancellation of accumulation (exceeded) - Cancellation of accumulation of only the recoverable amount on the recoverable mileage card when cancellation of accumulation exceeds the amount accumulated on one mileage card
42: Cancellation of accumulation (excess amount transfer) - Collection of excess amount from the previous mileage card that cannot be canceled in (type="41")
50: Network cancellation of accumulation history
updatedDateTime
string
Optional
Length : 16
revision date
Format : yyyyMMddHHmmssSSS
pageResponse
object
Required
About paging responses
page
number
Required
Min : 0 , Max : 1000
Current Page
totalPages
number
Required
Min : 0 , Max : 1000
Total number of pages
numberOfElements
number
Required
Min : 0 , Max : 10000
Total list count
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
success
500
Error code
000_001
Message
Unknown Reason.
Description
Unknown error
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!