POST api/Alerts/AddVideoLog

Request Information

URI Parameters

None.

Body Parameters

videoCallLogDetails
NameDescriptionTypeAdditional information
ID

integer

None.

callerId

integer

None.

calleeId

integer

None.

branchId

integer

None.

roomName

string

None.

roomUrl

string

None.

status

string

None.

alertId

integer

None.

startTime

date

None.

endTime

date

None.

recType

string

None.

callType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "callerId": 2,
  "calleeId": 3,
  "branchId": 4,
  "roomName": "sample string 5",
  "roomUrl": "sample string 6",
  "status": "sample string 7",
  "alertId": 8,
  "startTime": "2026-04-25T11:22:20.1177449+00:00",
  "endTime": "2026-04-25T11:22:20.1177449+00:00",
  "recType": "sample string 9",
  "callType": "sample string 10"
}

application/xml, text/xml

Sample:
<videoCallLogDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models">
  <ID>1</ID>
  <alertId>8</alertId>
  <branchId>4</branchId>
  <callType>sample string 10</callType>
  <calleeId>3</calleeId>
  <callerId>2</callerId>
  <endTime>2026-04-25T11:22:20.1177449+00:00</endTime>
  <recType>sample string 9</recType>
  <roomName>sample string 5</roomName>
  <roomUrl>sample string 6</roomUrl>
  <startTime>2026-04-25T11:22:20.1177449+00:00</startTime>
  <status>sample string 7</status>
</videoCallLogDetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'videoCallLogDetails'.

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.