Skip to main content
POST
/
api
/
device
/
save
/
product
设备保存为产品
curl --request POST \
  --url https://api.example.com/api/device/save/product \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idSn": "device000001",
  "productModel": "PPPPCCCC",
  "productName": "保存为产品"
}
'
{}

Headers

Authentication
string
required

Body

application/json
idSn
string
required

设备idsn

productModel
string
required

保存为产品编码

productName
string

Response

200 - application/json

The response is of type object.