POST api/VoterMgr/Save

Request Information

URI Parameters

None.

Body Parameters

VoterMgrEditRequestVm
NameDescriptionTypeAdditional information
Key

string

None.

CreatTime

date

None.

CreatId

string

None.

ModUId

string

None.

ModTime

date

None.

UserName

string

Required

Sex

string

None.

IsDead

boolean

None.

Picture

string

None.

Email

string

Matching regular expression pattern: ^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$

MaritalStatus

string

None.

Vegan

boolean

None.

WorkUnit

string

None.

BirthDay

date

None.

LevelCateId

decimal number

None.

Education

string

None.

JobCateId

decimal number

None.

PoliticalCateId

decimal number

None.

BeliefCateId

decimal number

None.

TitleCateId

decimal number

None.

CareCateId

decimal number

None.

ClubCateId

decimal number

None.

BackGround

string

None.

CName

string

None.

TName

string

None.

VName

string

None.

VoteCName

string

None.

VoteTName

string

None.

VoteVName

string

None.

Addr

string

None.

VoteAddr

string

None.

Phone

string

None.

Tel

string

None.

Remark

string

None.

TableName

string

None.

PartyId

integer

None.

IsAddFromPOP

boolean

None.

NextVisitDate

date

None.

RoleTagArrInput

Collection of string

None.

Files

Collection of HttpPostedFileMultipart

None.

Request Formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "creatTime": "2024-11-21T14:26:13.6680834+08:00",
  "creatId": "sample string 2",
  "modUId": "sample string 3",
  "modTime": "2024-11-21T14:26:13.6680834+08:00",
  "userName": "sample string 4",
  "sex": "sample string 5",
  "isDead": true,
  "picture": "sample string 6",
  "email": "sample string 7",
  "maritalStatus": "sample string 8",
  "vegan": true,
  "workUnit": "sample string 9",
  "birthDay": "2024-11-21T14:26:13.6680834+08:00",
  "levelCateId": 1.0,
  "education": "sample string 10",
  "jobCateId": 1.0,
  "politicalCateId": 1.0,
  "beliefCateId": 1.0,
  "titleCateId": 1.0,
  "careCateId": 1.0,
  "clubCateId": 1.0,
  "backGround": "sample string 11",
  "cName": "sample string 12",
  "tName": "sample string 13",
  "vName": "sample string 14",
  "voteCName": "sample string 15",
  "voteTName": "sample string 16",
  "voteVName": "sample string 17",
  "addr": "sample string 18",
  "voteAddr": "sample string 19",
  "phone": "sample string 20",
  "tel": "sample string 21",
  "remark": "sample string 22",
  "tableName": "sample string 23",
  "partyId": 1,
  "isAddFromPOP": true,
  "nextVisitDate": "2024-11-21T14:26:13.6680834+08:00",
  "roleTagArrInput": [
    "sample string 1",
    "sample string 2"
  ],
  "files": null
}

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.