ClaimTicket » 이력 » 버전 7
이름없음, 2021/06/10 05:17
1 | 1 | 이름없음 | h1. ClaimTicket |
---|---|---|---|
2 | 2 | 이름없음 | |
3 | 6 | 이름없음 | * 이벤트 제안서에 대한 티켓을 발급합니다. |
4 | 3 | 이름없음 | |
5 | 6 | 이름없음 | *TicketClaimRequest (param)* |
6 | 3 | 이름없음 | |
7 | | *field* | *type* | *description* | *note* | |
||
8 | | did | String | | | |
||
9 | 7 | 이름없음 | | command | String | | 값 : claimTicket | |
10 | 3 | 이름없음 | | ticketId | String | | | |
11 | | proposalId | String | | | |
||
12 | |||
13 | *TicketClaimResponse* |
||
14 | |||
15 | 1 | 이름없음 | | *field* | *type* | *description* | *note* | |
16 | 7 | 이름없음 | | command | String | | 값 : claimTicket | |
17 | 4 | 이름없음 | | infoUrl | String | 쿠폰 이미지 URL | | |
18 | | couponImg | String | 이벤트 쿠폰 이미지 | | |
||
19 | 1 | 이름없음 | |
20 | --- |
||
21 | 4 | 이름없음 | |
22 | *Request Example* |
||
23 | |||
24 | <pre><code class="java"> |
||
25 | mutation { |
||
26 | claimTicket (param: { |
||
27 | 5 | 이름없음 | did: "G5rw9qAMbozGxySHkMaztD" |
28 | command: "claimTicket" |
||
29 | ticketId: "orPxmv15e2oSPuvTht4CkPi4bVmrC3Z2MGmt3jD89cHSUgn73ijgfNd6s7WRNjHz9oZcQA43E9mQpmSMVGPb2qPmy5oGPtPP3tYgKnnTDj6VJq7Zc" |
||
30 | proposalId: "orPxmv15e2oSPufT3TkfVmj9XSSnAqPzQirrU6A9yJCJovwkK6k89A1wCFwqWvHzNAvbDDypRgn4YeSVbeZDSS7MTRKEY1VCfypDu1wsFm41k22SK" |
||
31 | 4 | 이름없음 | }) { |
32 | infoUrl |
||
33 | couponImg |
||
34 | } |
||
35 | } |
||
36 | </code></pre> |
||
37 | |||
38 | *Response Example* |
||
39 | |||
40 | <pre><code class="java"> |
||
41 | { |
||
42 | "data": { |
||
43 | 5 | 이름없음 | "claimTicket": { |
44 | 4 | 이름없음 | "infoUrl": "", |
45 | 5 | 이름없음 | "couponImg": "" |
46 | 4 | 이름없음 | } |
47 | } |
||
48 | } |
||
49 | </code></pre> |