POST 17.0/database/contactcalllog

Description

Create Contact Call Log

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

Type

integer

None.

StartDate

date

None.

EndDate

date

None.

TelephoneNumber

string

String length: inclusive between 0 and 30

Status

integer

None.

ContactID

integer

None.

TaskID

integer

None.

UserID

integer

None.

SiteID

integer

None.

ExternalCallID

string

String length: inclusive between 0 and 50

CallLogID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "type": 1,
  "startDate": "2025-01-09T20:46",
  "endDate": "2025-01-09T20:46",
  "telephoneNumber": "sample string 1",
  "status": 1,
  "contactID": 1,
  "taskID": 1,
  "userID": 1,
  "siteID": 1,
  "externalCallID": "sample string 2",
  "callLogID": 1
}

application/xml, text/xml

Sample:
<ContactCallLogUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Type>1</Type>
  <StartDate>2025-01-09T20:46:47.1914112+00:00</StartDate>
  <EndDate>2025-01-09T20:46:47.1914112+00:00</EndDate>
  <TelephoneNumber>sample string 1</TelephoneNumber>
  <Status>1</Status>
  <ContactID>1</ContactID>
  <TaskID>1</TaskID>
  <UserID>1</UserID>
  <SiteID>1</SiteID>
  <ExternalCallID>sample string 2</ExternalCallID>
  <CallLogID>1</CallLogID>
</ContactCallLogUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Type

integer

None.

StartDate

date

None.

EndDate

date

None.

TelephoneNumber

string

String length: inclusive between 0 and 30

Status

integer

None.

ContactID

integer

None.

TaskID

integer

None.

UserID

integer

None.

SiteID

integer

None.

ExternalCallID

string

String length: inclusive between 0 and 50

CallLogID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "type": 2,
  "startDate": "2025-01-09T20:46",
  "endDate": "2025-01-09T20:46",
  "telephoneNumber": "sample string 5",
  "status": 6,
  "contactID": 7,
  "taskID": 8,
  "userID": 9,
  "siteID": 10,
  "externalCallID": "sample string 11",
  "callLogID": 12
}

application/xml, text/xml

Sample:
<ContactCallLog xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Type>2</Type>
  <StartDate>2025-01-09T20:46:47.1914112+00:00</StartDate>
  <EndDate>2025-01-09T20:46:47.1914112+00:00</EndDate>
  <TelephoneNumber>sample string 5</TelephoneNumber>
  <Status>6</Status>
  <ContactID>7</ContactID>
  <TaskID>8</TaskID>
  <UserID>9</UserID>
  <SiteID>10</SiteID>
  <ExternalCallID>sample string 11</ExternalCallID>
  <CallLogID>12</CallLogID>
</ContactCallLog>