POST api/AzureAvCall/SaveCallLogs

Request Information

URI Parameters

None.

Body Parameters

AzureSaveMissedDeclinedDTO
NameDescriptionTypeAdditional information
CallerUserId

string

None.

ReceiveruserId

string

None.

ActionType

string

None.

IsActive

boolean

None.

ActionDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "callerUserId": "sample string 1",
  "receiveruserId": "sample string 2",
  "actionType": "sample string 3",
  "isActive": true,
  "actionDate": "2025-12-12T17:22:10.7168119+05:30"
}

application/xml, text/xml

Sample:
<AzureSaveMissedDeclinedDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <ActionDate>2025-12-12T17:22:10.7168119+05:30</ActionDate>
  <ActionType>sample string 3</ActionType>
  <CallerUserId>sample string 1</CallerUserId>
  <IsActive>true</IsActive>
  <ReceiveruserId>sample string 2</ReceiveruserId>
</AzureSaveMissedDeclinedDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.