POST api/AppVoter/AddInvite
Request Information
URI Parameters
None.
Body Parameters
AppVoterAddInviteRequestName | Description | Type | Additional information |
---|---|---|---|
Invite | AppAddInviteRequest |
Required |
|
Voter | AppVoterAddVoterRequest |
Required |
Request Formats
application/json, text/json
Sample:
{ "invite": { "subject": "sample string 1", "inviteType": 1.0, "date": "2024-11-21T14:26:12.7930901+08:00", "startTime": "2024-11-21T14:26:12.7930901+08:00", "endTime": "2024-11-21T14:26:12.7930901+08:00", "city": "sample string 2", "area": "sample string 3", "address": "sample string 4", "photos": null }, "voter": { "name": "sample string 1", "sex": "sample string 2", "jobCateId": 1.0, "email": "sample string 3", "city": "sample string 4", "area": "sample string 5", "address": "sample string 6", "mobilePhone": "sample string 7", "telPhone": "sample string 8", "remark": "sample string 9", "photo": null, "otherPhotos": null } }
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.