POST api/Alarm?callId={callId}
Actualiza la alarma
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| callId |
Id de la llamada |
string |
Required |
Body Parameters
Objeto con la información de la alarma
Alarm| Name | Description | Type | Additional information |
|---|---|---|---|
| AttendedChannel | integer |
None. |
|
| AttendedDate | date |
None. |
|
| Contract | string |
None. |
|
| Id | integer |
None. |
|
| PersonId | string |
None. |
|
| Product | string |
None. |
|
| State | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AttendedChannel": 1,
"AttendedDate": "2026-05-16T13:10:26.1667193-05:00",
"Contract": "sample string 3",
"Id": 4,
"PersonId": "sample string 5",
"Product": "sample string 6",
"State": 7,
"Type": 8
}
application/xml, text/xml
Sample:
<Alarm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkCo.AudioIvr.Entities"> <AttendedChannel>1</AttendedChannel> <AttendedDate>2026-05-16T13:10:26.1667193-05:00</AttendedDate> <Contract>sample string 3</Contract> <Id>4</Id> <PersonId>sample string 5</PersonId> <Product>sample string 6</Product> <State>7</State> <Type>8</Type> </Alarm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
resultado de la operación
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<short xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</short>