POST Contacts

Create the given contact record

Request Information

URI Parameters

None.

Body Parameters

ContactDto
NameDescriptionTypeAdditional information
ContactId

integer

None.

ProfileId

integer

None.

ContactDate

date

None.

ContactType

string

None.

Descr

string

None.

Message

string

None.

DateCreated

date

None.

DateChanged

date

None.

ReminderDate

date

None.

TalkedWith

string

None.

Contactee

string

None.

ContacteeUserNum

integer

None.

Subject

string

None.

Hours

decimal number

None.

ChangedBy

string

None.

MessageID

integer

None.

SalesID

integer

None.

TaskID

integer

None.

TalkedWithEmail

string

None.

ContacteeEmail

string

None.

IsPublic

boolean

None.

ProjectID

integer

None.

ProfileIsOrg

boolean

None.

ProfileIsMember

boolean

None.

ProfileReportName

string

None.

Request Formats

application/json, text/json

Sample:
{
  • "ContactId": 1,
  • "ProfileId": 2,
  • "ContactDate": "2024-05-11T17:27:49.7392807Z",
  • "ContactType": "sample string 4",
  • "Descr": "sample string 5",
  • "Message": "sample string 6",
  • "DateCreated": "2024-05-11T17:27:49.7402756Z",
  • "DateChanged": "2024-05-11T17:27:49.7402756Z",
  • "ReminderDate": "2024-05-11T17:27:49.7402756Z",
  • "TalkedWith": "sample string 10",
  • "Contactee": "sample string 11",
  • "ContacteeUserNum": 12,
  • "Subject": "sample string 13",
  • "Hours": 14.1,
  • "ChangedBy": "sample string 15",
  • "MessageID": 16,
  • "SalesID": 17,
  • "TaskID": 18,
  • "TalkedWithEmail": "sample string 19",
  • "ContacteeEmail": "sample string 20",
  • "IsPublic": true,
  • "ProjectID": 22,
  • "ProfileIsOrg": true,
  • "ProfileIsMember": true,
  • "ProfileReportName": "sample string 25"
}

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
  • 1