POST api/event/EventAttendeeAddition
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeAddRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AttendeeId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| JobTitle | string |
None. |
|
| PinyinName | string |
None. |
|
| AttendeeName | string |
None. |
|
| Telephone | string |
None. |
|
| EmailAddress | string |
None. |
|
| PersonalCountry | string |
None. |
|
| PersonalProvince | string |
None. |
|
| PersonalCity | string |
None. |
|
| PersonalDistrict | string |
None. |
|
| PersonalStreet | string |
None. |
|
| CompanyCountry | string |
None. |
|
| CompanyProvince | string |
None. |
|
| CompanyCity | string |
None. |
|
| CompanyDistrict | string |
None. |
|
| CompanyStreet | string |
None. |
|
| CompanyPhone | string |
None. |
|
| Industry | string |
None. |
|
| Sector | string |
None. |
|
| StaffCode | string |
None. |
|
| Gender | GenderType |
None. |
|
| IDNumber | string |
None. |
|
| PaymentType | integer |
None. |
|
| DiscountId | globally unique identifier |
None. |
|
| DiscountName | string |
None. |
|
| DiscountReson | string |
None. |
|
| CustomFields | Collection of CustomField |
None. |
|
| isImport | boolean |
None. |
|
| ImportFailRowNumber | integer |
None. |
|
| ImportFailInfoCN | string |
None. |
|
| ImportFailInfoEN | string |
None. |
|
| SendApprovalNotify | boolean |
None. |
|
| FullName | string |
None. |
|
| PreferredName | string |
None. |
|
| EAEmail | string |
None. |
|
| SkypeName | string |
None. |
|
| StaffType | string |
None. |
|
| StaffBU | string |
None. |
|
| StaffRegion | string |
None. |
|
| StaffLevel | string |
None. |
|
| ServiceLine | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfAttendeeAdditionResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | AttendeeAdditionResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.