POST api/exam/cards/{cardSn}/rename
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardSn | integer |
Required |
Body Parameters
ExamMemberCardRenameDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| CardName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "e577a614-49a0-4dac-a6f8-ef6c83dbb1c0",
"CardName": "sample string 2"
}
application/xml, text/xml
Sample:
<ExamMemberCardRenameDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.DTO.Resource.Models.Exam"> <CardName>sample string 2</CardName> <MemberID>e577a614-49a0-4dac-a6f8-ef6c83dbb1c0</MemberID> </ExamMemberCardRenameDTO>
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.