POST api/Notification/SendSystemVideoTriggerTest

Request Information

URI Parameters

None.

Body Parameters

SystemVideoTriggerTest
NameDescriptionTypeAdditional information
SerialNumber

string

None.

Email

string

None.

SMS

string

None.

CarrierID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "serialNumber": "sample string 1",
  "email": "sample string 2",
  "sms": "sample string 3",
  "carrierID": 4
}

application/xml, text/xml

Sample:
<SystemVideoTriggerTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IBridge.Models">
  <CarrierID>4</CarrierID>
  <Email>sample string 2</Email>
  <SMS>sample string 3</SMS>
  <SerialNumber>sample string 1</SerialNumber>
</SystemVideoTriggerTest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>