GET 17.0/database/contactcalllog/defaultmodel

Description

Get a Contact Call Log model with default values

URI Parameters

None.

None.

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": 2,
  "startDate": "2025-01-09T20:13",
  "endDate": "2025-01-09T20:13",
  "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:13:45.7585749+00:00</StartDate>
  <EndDate>2025-01-09T20:13:45.7585749+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>