POST Api/Participate_Contest

Participate in a contest. The UserID of the user participating in the contest (in the request body) and The ContestID in which the user is participating (in the request body) and The pStatus (for payment Status S for Success and F for free) in which the user is participating (in the request body).

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

{"Success": true, "Message": "Success"}

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.