PUT api/ServerNotificationData/AddOrUpdate

Request Information

URI Parameters

None.

Body Parameters

ServerNotificationDataBo
NameDescriptionTypeAdditional information
ServerStatus

string

None.

FortressId

string

None.

FortressMAC

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServerStatus": "sample string 1",
  "FortressId": "sample string 2",
  "FortressMAC": "sample string 3"
}

application/xml, text/xml

Sample:
<ServerNotificationDataBo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.BusinessObject.ServerNotification">
  <FortressId>sample string 2</FortressId>
  <FortressMAC>sample string 3</FortressMAC>
  <ServerStatus>sample string 1</ServerStatus>
</ServerNotificationDataBo>

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.