POST api/exam/cards/{cardSn}/next-round/evaluate?memberId={memberId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardSn | integer |
Required |
|
| memberId | globally unique identifier |
Required |
Body Parameters
NextRoundEffectEvalDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| NextCardSn | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NextCardSn": 1
}
application/xml, text/xml
Sample:
<ExamMemberCardsController.NextRoundEffectEvalDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Controllers"> <NextCardSn>1</NextCardSn> </ExamMemberCardsController.NextRoundEffectEvalDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.