POST api/Contact
Request Information
URI Parameters
None.
Body Parameters
ContactDtoName | Description | Type | Additional information |
---|---|---|---|
Salutation | string |
Max length: 200 |
|
FirstName | string |
Max length: 50 |
|
MiddleName | string |
Max length: 50 |
|
LastName | string |
Required Max length: 50 |
|
NameSuffix | string |
Max length: 15 |
|
Name | string |
None. |
|
DisplayName | string |
None. |
|
Gender | ListItemDto |
None. |
|
Outlet | ContactOutletDto |
None. |
|
Title | string |
Max length: 200 |
|
Profile | string |
None. |
|
Status | Status |
None. |
|
NotAPrContact | boolean |
None. |
|
Badges | Collection of BadgeDto |
None. |
|
LinkedProfiles | Collection of LinkedContactProfileDto |
None. |
|
ExternalIdentifiers | Collection of ContactExternalIdentifierDto |
None. |
|
Topics | Collection of ContactTopicDto |
None. |
|
Languages | Collection of ContactLanguageDto |
None. |
|
PreferredCommunicationMethods | Collection of ContactCommunicationMethodDto |
None. |
|
Address | AddressDto |
None. |
|
Communication | CommunicationDto |
None. |
|
ContactIdentityId | integer |
None. |
|
ContactIdentity | ContactIdentityDto |
None. |
|
Deleted | boolean |
None. |
|
Enrichment | EnrichmentDto |
None. |
|
OptInType | ListItemDto |
Required |
|
VuelioInfluencerRating | decimal number |
None. |
|
EdCalCount | integer |
None. |
|
GroupCount | integer |
None. |
|
NoteCount | integer |
None. |
|
EmailDistributionCount | integer |
None. |
|
InteractionCount | integer |
None. |
|
DataArea | DataAreaDto |
None. |
|
SourceKey | string |
None. |
|
Editable | boolean |
None. |
|
ContactType | ListItemDto |
None. |
|
Key | boolean |
None. |
|
Employer | string |
None. |
|
Department | string |
None. |
|
Power | ListItemDto |
None. |
|
ApplicantType | ListItemDto |
None. |
|
Influence | ListItemDto |
None. |
|
UdfCollection | UdfCollectionDto |
None. |
|
MonitoringOnly | boolean |
None. |
|
ModeOfAddress | string |
None. |
|
HonorificName | string |
None. |
|
PlaceOfBirth | string |
None. |
|
DateOfBirth | date |
None. |
|
MaritalStatus | ListItemDto |
None. |
|
Family | string |
None. |
|
PoliticalBackground | string |
None. |
|
ProfessionalInterests | string |
None. |
|
RecreationalInterests | string |
None. |
|
Party | ListItemDto |
None. |
|
Constituency | ListItemDto |
None. |
|
EuGroup | ListItemDto |
None. |
|
OtherSeatsHeld | string |
None. |
|
Majority | integer |
None. |
|
FirstElected | date |
None. |
|
Positions | Collection of ContactPositionDto |
None. |
|
Desk | ListItemDto |
None. |
|
ProprietaryData | ProprietaryContactDataDto |
None. |
|
SubCategory | ListItemDto |
None. |
|
ReasonForChange | string |
None. |
|
GdprForgotten | boolean |
None. |
|
EditorialType | ListItemDto |
None. |
|
Biography | string |
None. |
|
State | ListItemDto |
None. |
|
OptedOut | boolean |
None. |
|
Id | integer |
None. |
|
Visibility | RestrictedVisibility |
None. |
|
VisibilityUserId | integer |
None. |
|
VisibilityClientId | integer |
None. |
|
VisibilityUserGroupIds | Collection of integer |
None. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
CreatedUser | ListItemDto |
None. |
|
ModifiedUser | ListItemDto |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.