PUT api/SubstratumNotificationData/AddOrUpdate

Request Information

URI Parameters

None.

Body Parameters

SubstratumNotificationDataBo
NameDescriptionTypeAdditional information
Id

string

None.

Value

string

None.

Date

date

None.

SubstratumId

string

None.

Comment

string

None.

FortressId

string

None.

FortressMAC

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Value": "sample string 2",
  "Date": "2024-09-19T17:20:36.9341523-04:00",
  "SubstratumId": "sample string 3",
  "Comment": "sample string 4",
  "FortressId": "sample string 5",
  "FortressMAC": "sample string 6"
}

application/xml, text/xml

Sample:
<SubstratumNotificationDataBo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.BusinessObject.SubstratumNotification">
  <Comment>sample string 4</Comment>
  <Date>2024-09-19T17:20:36.9341523-04:00</Date>
  <FortressId>sample string 5</FortressId>
  <FortressMAC>sample string 6</FortressMAC>
  <Id>sample string 1</Id>
  <SubstratumId>sample string 3</SubstratumId>
  <Value>sample string 2</Value>
</SubstratumNotificationDataBo>

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.