POST api/Save/UpdateDispoMissedAbandoned

Request Information

URI Parameters

None.

Body Parameters

CustomerServiceMissedAbandonedViewModel
NameDescriptionTypeAdditional information
CallInitiationTime

date

None.

CallStartTime

date

None.

CallACWStartTime

date

None.

CallEndTime

date

None.

ContactType

string

None.

ContactId

string

None.

CustomerNumber

string

None.

AgentName

string

None.

ContactStatus

string

None.

CallerId

integer

None.

QueueName

string

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CallInitiationTime": "2026-05-12T20:47:45.3812996+00:00",
  "CallStartTime": "2026-05-12T20:47:45.3812996+00:00",
  "CallACWStartTime": "2026-05-12T20:47:45.3812996+00:00",
  "CallEndTime": "2026-05-12T20:47:45.3812996+00:00",
  "ContactType": "sample string 5",
  "ContactId": "sample string 6",
  "CustomerNumber": "sample string 7",
  "AgentName": "sample string 8",
  "ContactStatus": "sample string 9",
  "CallerId": 10,
  "QueueName": "sample string 11",
  "UserID": 12
}

application/xml, text/xml

Sample:
<CustomerServiceMissedAbandonedViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dispoapi.Models">
  <AgentName>sample string 8</AgentName>
  <CallACWStartTime>2026-05-12T20:47:45.3812996+00:00</CallACWStartTime>
  <CallEndTime>2026-05-12T20:47:45.3812996+00:00</CallEndTime>
  <CallInitiationTime>2026-05-12T20:47:45.3812996+00:00</CallInitiationTime>
  <CallStartTime>2026-05-12T20:47:45.3812996+00:00</CallStartTime>
  <CallerId>10</CallerId>
  <ContactId>sample string 6</ContactId>
  <ContactStatus>sample string 9</ContactStatus>
  <ContactType>sample string 5</ContactType>
  <CustomerNumber>sample string 7</CustomerNumber>
  <QueueName>sample string 11</QueueName>
  <UserID>12</UserID>
</CustomerServiceMissedAbandonedViewModel>

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.