PUT IotThing/{id}?appid={appid}&for_guid={for_guid}&sg={sg}&hash={hash}&token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

appid

string

Required

for_guid

string

Required

sg

string

Required

hash

string

Required

token

string

Required

Body Parameters

ThingAttachToCertModel
NameDescriptionTypeAdditional information
cert_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cert_id": "sample string 1"
}

application/xml, text/xml

Sample:
<ThingAttachToCertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
  <cert_id>sample string 1</cert_id>
</ThingAttachToCertModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.