Overview
Version information
Version : 1.0
Contact information
Contact : Infinity Engineering
Contact Email : infinity.engineering@comviva.com
License information
Terms of service : Terms of service
URI scheme
Host : 172.19.7.189:4120
BasePath : /
Tags
-
participation-controller : Participation Controller
Paths
To verify a participation code reward
POST /participation/check-code-benefit
Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
Header |
Accept-Language |
The response of the API will be in the language provided |
string |
Header |
Authorization |
OAuth 2.0 Bearer access token |
string |
Body |
request |
The request body is used to send data to the API |
Responses
| HTTP Code | Description | Schema |
|---|---|---|
200 |
OK |
|
201 |
Created |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden |
No Content |
404 |
Not Found |
No Content |
Consumes
-
application/json
Produces
-
/
Tags
-
participation-controller
Definitions
CodeVerifyRequest
| Name | Schema |
|---|---|
code |
string |
params |
< string, string > map |
user |
string |
CodeVerifyResponse
| Name | Schema |
|---|---|
rewardDesc |
string |