POST api/WhizTChatEventDetail/GetPrePaymentRequest
Request Information
URI Parameters
None.
Body Parameters
PrePaymentRequestParamName | Description | Type | Additional information |
---|---|---|---|
courseId | integer |
None. |
|
userId | integer |
None. |
|
maxPointRedeem | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "courseId": 1, "userId": 2, "maxPointRedeem": 3 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.