Skip to main content
POST
/
api
/
Telephony
Log Call.
curl --request POST \
  --url https://api.example.com/api/Telephony \
  --header 'Content-Type: application/json' \
  --data '
{
  "externalCallReference": "<string>",
  "userId": 123,
  "isOutboundCall": true,
  "callStartTimeUtc": "2023-11-07T05:31:56Z",
  "durationInSeconds": 123,
  "phoneNumber": "<string>",
  "notes": "<string>",
  "typeId": 123,
  "recordingUrl": "<string>",
  "jobId": 123,
  "placementId": 123,
  "opportunityId": 123
}
'

Body

application/json
externalCallReference
string
required
Minimum string length: 1
userId
integer<int32>
isOutboundCall
boolean
callStartTimeUtc
string<date-time>
durationInSeconds
integer<int32>
phoneNumber
string | null
notes
string | null
typeId
integer<int32> | null
recordingUrl
string | null
jobId
integer<int32> | null
placementId
integer<int32> | null
opportunityId
integer<int32> | null

Response

200

OK