POST api/WhizTChatEventDetail/GetPrePaymentRequest

Request Information

URI Parameters

None.

Body Parameters

PrePaymentRequestParam
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.