PUT api/v1/devices/{deviceId}/sigfox

Update the sigfox details stored for the device.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
deviceId

globally unique identifier

Required

Body Parameters

UpdateSigfoxDeviceRequest
NameDescriptionTypeAdditional information
DownlinkData

The downlink data to transmit to the device on next request.

string

None.

MessageParserId

The message parser to use.

string

None.

Request Formats

application/json, text/json, application/senml+json

Sample:
{
  "DownlinkData": "sample string 1",
  "MessageParserId": "sample string 2"
}

application/xml, text/xml

Sample:
<UpdateSigfoxDeviceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnalysisUK.Tinamous.www.ApiControllers.Sigfox">
  <DownlinkData>sample string 1</DownlinkData>
  <MessageParserId>sample string 2</MessageParserId>
</UpdateSigfoxDeviceRequest>

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, application/senml+json

Sample:

Sample not available.