프로젝트

일반

사용자정보

GetCouponInfo » 이력 » 버전 2

이름없음, 2021/06/03 06:33

1 2 이름없음
h2(wiki-class-auto-cursor-target#wiki-id-StoreServerCouponResolver-getCouponInfo). *getCouponInfo*
2 1 이름없음
3
* 쿠폰에 대한 정보 조회
4
5
*CouponInfoRequest*
6
7 2 이름없음
|_. field |_. type |_. description |_. note |
8
| command | String | Command 종류 |   |
9
| did | String | URL 요청한 사용자 did |   |
10
| TransactionId | String | 쿠폰Id |   |
11 1 이름없음
12 2 이름없음
p(wiki-class-auto-cursor-target). *CouponInfoResponse*
13 1 이름없음
14 2 이름없음
|_. field |_. type |_. description |_. note |
15
| result | List<CouponInfoResult> | kt에서 전달받은 쿠폰 정보 리스트 |   |
16
| command | String | 응답 Command 종류 |   |
17 1 이름없음
18 2 이름없음
p(wiki-class-auto-cursor-target). *CouponInfoResult*
19 1 이름없음
20 2 이름없음
|_. field |_. type |_. description |_. note |
21
| couponInfoList | List<CouponInfo> | 쿠폰 상세정보 리스트 |   |
22
| resCode | String | KT 응답 코드 |   |
23
| resMsg | String | KT 응답 메세지 |   |
24 1 이름없음
25 2 이름없음
p(wiki-class-auto-cursor-target). *CouponInfo*
26 1 이름없음
27 2 이름없음
|_. field |_. type |_. description |_. note |
28
| brandNM | String |   |   |
29
| goodsCd | String |   |   |
30
| cnsmPriceAmt | String |   |   |
31
| coorecDtm | String |   |   |
32
| goodsNmmmsBrandThumIng | String |   |   |
33
| pinStatusCd | String |   |   |
34
| pinStatusNm | String |   |   |
35
| recverTelNo | String |   |   |
36
| sellPriceAmt | String |   |   |
37
| sendBasicCd | String |   |   |
38
| sendRstCd | String |   |   |
39
| sendRstMsg | String |   |   |
40
| sendStatusCd | String |   |   |
41
| senderTelNo | String |   |   |
42
| validPrdEndDt | String |   |   |
43
44
p(wiki-class-auto-cursor-target). *Request Example*
45
46 1 이름없음
<pre><code class="java">
47
query {
48
  getCouponInfo(couponInfoRequest : {
49 2 이름없음
    command : "infoCoupon" 
50
    did : "G5rw9qAMbozGxySHkMaztD" 
51
    TransactionId : "BC20210419rI1iaxnlzzcuv5d" 
52 1 이름없음
  }) {
53
    result {
54
      couponInfoList {
55
        brandNm
56
        correcDtm
57
      }
58
      resMsg
59
      resCode
60
    }
61
  }
62
}
63
</code></pre>
64
65 2 이름없음
p(wiki-class-auto-cursor-target). *Response Example*
66 1 이름없음
67
<pre><code class="java">
68
{
69
  "data": {
70
    "getCouponInfo": {
71
      "result": [
72
        {
73
          "couponInfoList": [
74
            {
75
              "brandNm": "GS25",
76 2 이름없음
              "correcDtm": "20210419" 
77 1 이름없음
            }
78
          ],
79
          "resMsg": "정상처리",
80 2 이름없음
          "resCode": "0000" 
81 1 이름없음
        }
82
      ]
83
    }
84
  }
85
}
86
</code></pre>
클립보드 이미지 추가 (최대 크기: 97.7 MB)