POST api/Substratum/RegisterWarning

Request Information

URI Parameters

None.

Body Parameters

SubstratumWarningModel
NameDescriptionTypeAdditional information
FortressId

string

None.

MachineId

globally unique identifier

None.

Name

string

None.

MAC

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FortressId": "sample string 1",
  "MachineId": "89311285-2771-4d78-96ba-2330deb0893e",
  "Name": "sample string 3",
  "MAC": "sample string 4"
}

application/xml, text/xml

Sample:
<SubstratumWarningModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.DataAccess.DomainModels">
  <FortressId>sample string 1</FortressId>
  <MAC>sample string 4</MAC>
  <Name>sample string 3</Name>
</SubstratumWarningModel>

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.