POST api/VoterMgr/OtherAdd
Request Information
URI Parameters
None.
Body Parameters
VoterMgrOtherAddVm| Name | Description | Type | Additional information |
|---|---|---|---|
| VoterId | string |
Required |
|
| VoterList | Collection of VoterMgrOtherVm |
None. |
Request Formats
application/json, text/json
Sample:
{
"voterId": "sample string 1",
"voterList": [
{
"voterSerialId": 1.0,
"serId": 1,
"voterId": 1.0,
"voterId2": 1.0,
"mainCateId": 1.0,
"mainCName": "sample string 2",
"secondCateId": 1.0,
"secondCName": "sample string 3",
"relationType": "sample string 4",
"reMark": "sample string 5",
"modUId": "sample string 6",
"modTime": "2025-12-25T20:25:03.0403692+08:00",
"tableName": "sample string 7"
},
{
"voterSerialId": 1.0,
"serId": 1,
"voterId": 1.0,
"voterId2": 1.0,
"mainCateId": 1.0,
"mainCName": "sample string 2",
"secondCateId": 1.0,
"secondCName": "sample string 3",
"relationType": "sample string 4",
"reMark": "sample string 5",
"modUId": "sample string 6",
"modTime": "2025-12-25T20:25:03.0403692+08:00",
"tableName": "sample string 7"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.