POST api/TelemetrySetting/AddOrUpdate
Request Information
URI Parameters
None.
Body Parameters
TelemetrySettingBo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
|
| LessThan | string |
None. |
|
| EqualTo | string |
None. |
|
| GreaterThan | string |
None. |
|
| FortressId | string |
None. |
|
| FortressGroupId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Name": "sample string 2",
"LessThan": "sample string 3",
"EqualTo": "sample string 4",
"GreaterThan": "sample string 5",
"FortressId": "sample string 6",
"FortressGroupId": "sample string 7"
}
application/xml, text/xml
Sample:
<TelemetrySettingBo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.BusinessObject.Telemetry"> <EqualTo>sample string 4</EqualTo> <FortressGroupId>sample string 7</FortressGroupId> <FortressId>sample string 6</FortressId> <GreaterThan>sample string 5</GreaterThan> <Id>sample string 1</Id> <LessThan>sample string 3</LessThan> <Name>sample string 2</Name> </TelemetrySettingBo>
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.