포인트 쿠폰
작성일 2026.03.14 | 수정일 2026.03.14
POST
/cash/v1/point-coupons/use포인트 쿠폰 코드를 입력하여 포인트를 적립받습니다.
Body Params
Response
Structure
Request
{
"code": "ABCD1234EFGH5678"
}
Response
{
"pointCouponId": "CA01PC01234567890123456789AB",
"name": "신규 가입 축하 쿠폰",
"description": "신규 가입 시 지급되는 포인트 쿠폰입니다.",
"accountId": "12345678901234",
"status": "USED",
"code": "ABCD1234EFGH5678",
"point": 5000,
"log": [
{
"message": "조직(12345678901234)에서 쿠폰 사용함.",
"dateCreated": "2024-07-01T12:00:00.000Z"
}
],
"dateCreated": "2024-06-01T00:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}