POST api/v1/sigfox/service/status
POST service status (Not implemented)
Request Information
URI Parameters
None.
Body Parameters
ServiceStatusDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| Device | string | 
                             None.  | 
                |
| Time | integer | 
                             None.  | 
                |
| Duplicate | boolean | 
                             None.  | 
                |
| Snr | decimal number | 
                             None.  | 
                |
| Rssi | decimal number | 
                             None.  | 
                |
| Station | string | 
                             None.  | 
                |
| AvgSnr | decimal number | 
                             None.  | 
                |
| Lat | decimal number | 
                             None.  | 
                |
| Lng | decimal number | 
                             None.  | 
                |
| Temp | decimal number | 
                             None.  | 
                |
| Batt | decimal number | 
                             None.  | 
                |
| SeqNumber | integer | 
                             None.  | 
                
Request Formats
application/json, text/json, application/senml+json
            Sample:
        
{
  "Device": "sample string 1",
  "Time": 2,
  "Duplicate": true,
  "Snr": 4.1,
  "Rssi": 5.1,
  "Station": "sample string 6",
  "AvgSnr": 7.1,
  "Lat": 1.1,
  "Lng": 1.1,
  "Temp": 8.1,
  "Batt": 9.1,
  "SeqNumber": 10
}
        application/xml, text/xml
            Sample:
        <ServiceStatusDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnalysisUK.Tinamous.www.ApiControllers.Models.Sigfox"> <AvgSnr>7.1</AvgSnr> <Batt>9.1</Batt> <Device>sample string 1</Device> <Duplicate>true</Duplicate> <Lat>1.1</Lat> <Lng>1.1</Lng> <Rssi>5.1</Rssi> <SeqNumber>10</SeqNumber> <Snr>4.1</Snr> <Station>sample string 6</Station> <Temp>8.1</Temp> <Time>2</Time> </ServiceStatusDto>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/senml+json
            Sample:
                    
Sample not available.