PUT api/SubstratumNotificationData/AddOrUpdate
Request Information
URI Parameters
None.
Body Parameters
SubstratumNotificationDataBoName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Value | string |
None. |
|
Date | date |
None. |
|
SubstratumId | string |
None. |
|
Comment | string |
None. |
|
FortressId | string |
None. |
|
FortressMAC | string |
None. |
|
RenderId | string |
None. |
|
RenderName | string |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Value": "sample string 2", "Date": "2025-04-03T20:49:32.3800827-04:00", "SubstratumId": "sample string 3", "Comment": "sample string 4", "FortressId": "sample string 5", "FortressMAC": "sample string 6", "RenderId": "sample string 7", "RenderName": "sample string 8", "Type": "sample string 9" }
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>2025-04-03T20:49:32.3800827-04:00</Date> <FortressId>sample string 5</FortressId> <FortressMAC>sample string 6</FortressMAC> <Id>sample string 1</Id> <RenderId>sample string 7</RenderId> <RenderName>sample string 8</RenderName> <SubstratumId>sample string 3</SubstratumId> <Type>sample string 9</Type> <Value>sample string 2</Value> </SubstratumNotificationDataBo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.