POST api/competitions/interaction
Add competition participant
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompetionId |
Competion Id |
integer |
Required |
|
User Email |
string |
Required Max length: 512 |
Request Formats
application/json, text/json
Sample:
{
"competionId": 1,
"email": "sample string 2"
}
Response Information
true/false
Response Formats
application/json, text/json
Sample:
true