PointBalance-KTSP
Function
Get KTSP Point Balance
Endpoint
- /v1/point/ktsp-balance
HTTP Method
- POST
Request Headers
- Authorization: Bearer {token}
- X-App-Key: {appKey}
Request Payload
{
"memberId":"KT00000001"
}
Request Parameters
| Field | Required | Type | Remark | Sample |
|---|---|---|---|---|
| memberId | Yes | string | memberId | KT00000001 |
Response Payload
{
"status": 1,
"errorCode": 0,
"message": "success",
"memberId": "KT00000001",
"point": 0
}
Response Parameters
| Field | Required | Type | Remark | Sample |
|---|---|---|---|---|
| status | Yes | string | status code of the api call | |
| message | Yes | string | detail message of the api call | |
| errorCode | No | string | ||
| memberId | No | string | memberId | KT00000001 |
| point | No | int | point | 0 |
Response Headers
Error Codes
| Status Code | Status Description |
|---|---|
| 1 | Internal Error |
| 3 | Missing Parameter |
| 4 | Invalid Input |
| 4100 | Member not found |