POST Contacts/Contact?validateOnly={validateOnly}

Add contact

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

Contact data

ContactDTO
NameDescriptionTypeAdditional information
ContactID

ID for Contact (maps to EntityID)

integer

None.

ContactType

Contact Type

ContactType

None.

ContactTypeEntryID

Contact Type Entry ID

integer

None.

ContactTypeEntryValue

Contact Type Entry Name

string

None.

Area

Area

string

None.

Name

Name

NameDTO

None.

Addresses

Addresses

AddressesDTO

None.

BusinessUnits

Business units

Collection of ContactBusinessUnitDTO

None.

CommunicationMethods

Communication methods

CommunicationMethodsDTO

None.

OrganizationName

Organization Name

string

None.

JobTitle

Job Title

string

None.

MaritalStatus

Marital Status

string

None.

Gender

Gender

string

None.

BirthDate

Birth Date

date

None.

IsBirthDateEstimated

Is Birth Date Estimated

boolean

None.

BirthMonth

Birth Month

byte

None.

BirthDay

Birth Day

byte

None.

BirthCountryCode

Birth Country Code

string

None.

TZIDEntryID

Timezone (TZID)

integer

None.

WindowsTZEntryID

Timezone (Windows)

integer

None.

Props

Generic properties

Collection of Object

None.

Comments

Comments

string

None.

RecordState

Record state

RecordState

None.

Created

Date and user that created record

AuditDataDTO

None.

LastUpdated

Date and user that last updated record

AuditDataDTO

None.

Notifications

Notification attached to contact

Collection of ContactNotificationDTO

None.

Extensions

Extensions

Collection of FormDataExtensionDto

None.

PartialData

PartialDataType

None.

Summary

Summarized information

string

None.

ImageExists

Current Image Entity File ID

boolean

None.

ImageEntityFileID

Image Entity File ID

integer

None.

ImageEntityFileKey

Image Entity File Key

string

None.

ImageEntityFileDateUtc

Image Entity File Date

date

None.

ImageEntityFileLastUpdatedDateUtc

Image Entity File Last Updated Date

date

None.

Global

boolean

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.