Point Expiration Detail

The Point Expiration Detail feature provides detailed information about a selected expiration process. It allows users to view all relevant data, including the status, amount, and any other associated details of the specific expiration process.

Get Redeem Detail

GET /customer/transaction/point-expiration/{id}/detail

Get the transaction detail of the point-expiration type.

Headers

Name
Value

Accept

application/json

Authorization

Bearer <token>

Params

Name
Type
Description

client_code

string

client identifier

customer_id

number

ID of the customers

Response

{
	"status": "success",
	"status_code": 200,
	"data": {
		"id": 1,
		"point": {
			"type": "Redeem",
			"value": 547
		},
		"date": "2018-08-16 14:29:05"
	}
}

Last updated