POST api/OrgMgr/SaveMember
Request Information
URI Parameters
None.
Body Parameters
OrgMgrMemberVm| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationMemberId | decimal number |
None. |
|
| Key | string |
None. |
|
| SerId | integer |
None. |
|
| OrganizationId | decimal number |
None. |
|
| VoterId | decimal number |
None. |
|
| VoterName | string |
None. |
|
| IsMain | boolean |
None. |
|
| Title | string |
None. |
|
| string |
None. |
||
| Tel | string |
None. |
|
| Phone | string |
None. |
|
| CreatId | string |
None. |
|
| CreatTime | date |
None. |
|
| ModUId | string |
None. |
|
| ModTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizationMemberId": 1.0,
"key": "sample string 2",
"serId": 3,
"organizationId": 1.0,
"voterId": 1.0,
"voterName": "sample string 4",
"isMain": true,
"title": "sample string 5",
"email": "sample string 6",
"tel": "sample string 7",
"phone": "sample string 8",
"creatId": "sample string 9",
"creatTime": "2025-12-25T20:18:36.0874164+08:00",
"modUId": "sample string 10",
"modTime": "2025-12-25T20:18:36.0874164+08:00"
}
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.