Skip to content

쿠폰사용

KIMSOYEON edited this page Jan 8, 2019 · 2 revisions

쿠폰 사용

선필

메소드 경로 설명
POST /coupon 쿠폰 사용

요청 헤더

Content-Type: application/json
Authorization: token

요청 바디

{
    "coupon_authentication_number":"인증번호"
}

응답 바디

쿠폰 사용 성공시

{
    "status" : 200,
    "message" : "쿠폰 사용 성공",
    "data" : null
}

조회 실패

{
    "status" : 404,
    "message" : "쿠폰 사용 실패",
    "data" : null
}

DB 에러

{
    "status" : 600,
    "message" : "데이터베이스 에러",
    "data" : null
}

INTERNAL SERVER ERROR

{
    "status" : 500,
    "message" : "서버 내부 에러",
    "data" : null
}
Clone this wiki locally